<div dir="ltr"><div><div><div><div><div><div class="">On 18/06/2015 5:15 AM, David Etheredge wrote:<br>
</div>
<blockquote cite="mid:04b501d0a932$083786a0$0301a8c0@blackbox" type="cite">While I have not upgraded to the latest version, I have found a serious 
problem with SEO in interchange based websites.
  <br>

  <br>
Since the header for each page produced is defined in the templates, all 
pages have the same Title, keywords, and Description. Google, Bing, and 
Yahoo all seriously frown on the duplication of this meta data. Each page 
should have its own Title, keywords, and desctription. It may in some cases, 
need its own robot instructions ( NOFOLLOW, etc. ).
  <br>

  <br>

  <br>
Solution?
  <br><br><br></blockquote><br></div>Hi David<br><br></div><div>I don't think there is a problem with IC5.x and SEO. Our IC sites rank very well as a rule.<br></div><div><br></div>I use something like this in various catalogs to customise SEO on product pages:<br><br></div>flypage.html<br><br>[tmp page_title]<br>        [if session arg]<br>                [description code="[data session arg]"]<br>        [else]<br>        [item-field brand_publisher] - [item-description]<br>        [/else]<br>        [/if]<br>[/tmp]<br><br>[calc]<br>        $Scratch->{page_title} =~ s/-//g;;<br>        return;<br>[/calc]<br><br>I sometimes have seperate tables for meta data so use:<br><br>[tmp meta_description][if type="data" term="products_meta::meta_description::[item-code]"][data table=products_meta col=meta_description key=[item-field sku]][else][data table=products_meta col=details key=[item-field sku]][/else][/if][/tmp]<br><br></div><div>but you could just pull content out of the default products file:<br><br>[tmp meta_description] [item-field brand_publisher] - [item-description][/tmp]<br>[tmp meta_keywords][item-field prod_group], [item-field category], [item-description][/tmp]<br></div><div><br></div>and in the template or layout for the page i.e. includes/layout/leftonly<br><br><title>[scratch page_title]</title><br><br><meta name="description" content="[filter op="restrict_html.i qb_safe 120." interpolate=1][scratch meta_description][/filter]"><br><br><meta name="keywords" content="[filter op="restrict_html.i qb_safe
 120." interpolate=1][scratch meta_keywords][/filter]"><br><br></div><div>Hope this gives you some ideas.<br><br></div><div>Gort<br></div><div><br></div><br><div><br><br><br><br><div><br><br><br><div><br><br>

</div></div></div></div>