View Single Post
  #26  
Old 03-04-2008, 08:01 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How to Separate Home Page SEO from CAT & Product pages?

*sigh* You are so missing the point, and if you really want to use X-Cart support to answer SEO questions, when they clearly have no clue when it comes to SEO, feel free. In any event, if you simply want to show unique META data on the home page, it is a very simple use of an {if} statement in customer/home.tpl:

{if $main eq "catalog" and $current_category.category eq ""}

home page meta data here

{else}

{include file="meta.tpl" }

{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote