You are here:  » SEO, Meta tags etc.

Support Forum



SEO, Meta tags etc.

Submitted by redspan on Mon, 2008-02-11 15:56 in

Hello,

I'm a bit puzzled by the meta tags. The keyword and description tags appear correctly when I view the source of the pages displaying products, but not when I view the homepage, merchants, categories, or brands.

Surely this is not good for SEO?

Is this by design or is there something wrong?

Thanks,
Ben

Submitted by support on Mon, 2008-02-11 17:26

Hello Ben,

SEO is focussed towards the product pages (matching the URLs that appear in the sitemap) as these are the only pages that can really be argued to have genuine applicable keywords.

However, it's easy to add meta tags to any other pages that you want to include them on. To do this, add the following code immediately before require("html/header.php"); which can be found towards the end of each main script (e.g. categories.php or search.php).

      $header["meta"]["description"] = "Your description here.";
      $header["meta"]["keywords"] = "Your,Keywords,Here";

On search.php, you can also include the query if you want, referencing the $q variable, for example:

      $header["meta"]["description"] = "Search results for ".html_entities($q,ENT_QUOTES,$config_charset);
      $header["meta"]["keywords"] = html_entities($q,ENT_QUOTES,$config_charset);

Hope this helps!
Cheers,
David

Submitted by peacecrazy on Thu, 2008-03-27 21:21

Hi David,
after inserting the meta tags for SEO, I get a 3" gap on my index page between the adsence and the featured products!

here are the list of the filles that I insertrd the meta tags:
categories, index, setup, merchants, products, search, reviews and brand

please let me know what i did wrong? Thanks.
Jay

Submitted by support on Thu, 2008-03-27 21:23

Hello Jay,

Can you drop me an email with a link to your site and your index.php attached and i'll check it out for you!

Cheers,
David.