![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]() Hi:
Quick question(s) Eric: On my template for the store front page I specified: Code:
<p class="desc">[product.description cut='255 chars']</p> also, my inidividual product pages ( all pages for that matter ) have the following in the source code : Code:
<link rel='index' title='site name' href='http://www.domain.com' /> ![]() can that be changed to : <link rel="canonical" href='http://www.domain.com/individual_pages.com' /> and lastly : for some reason the keyword meta tag generates an ' extra ' " symbol. i.e. <meta name="keywords" content=""kw1,kw2,kw3....> thanks for all the help. For what it's worth I'm loving V3 ; just need to unlearn a couple of things ![]() Cheers Michael |
#2
|
|||
|
|||
![]() some follow up
after looking into the source code - the 255 character are actually being generated but it looks like the template just ' cuts off ' the display. ( I am displaying a ' product list ' ) |
#3
|
||||
|
||||
![]() Quote:
Quote:
As for adding a canonical link to your pages, you can do that by adding this <link rel="canonical" href="[server.url type='fullpage']" />. To add that, go to the pages (under VIEWS) where you want to make that <link> appear, then go to the View menu > View <head> Elements. There you can add the canonical code. Quote:
Eric
__________________
![]() ![]() ![]() ![]() |
#4
|
||||
|
||||
![]() Hi
OK, for the meta tags... Basically, the extra double quote is appearing because some of your product names have double quotes in them. Anyway, they can easily be filtered out.
Basically, that removes all double quotes from the product name and category name, then replaces any spaces with commas to generate your meta keyword values. Eric
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Thank you as always
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|