You are here:  » SEO meta tags


SEO meta tags

Submitted by Octavian on Thu, 2013-08-08 09:53 in

Good day!
I am new in using Price Tapestry.
How to add meta description and keywords tags on home page of the site? As I replace all meta tags according instruction http://www.pricetapestry.com/node/3619.

Submitted by support on Thu, 2013-08-08 09:59

Hello Octavian and welcome to the forum!

You can add meta tags to any page by populating the $header["meta"] array _before_ header.php is included, to so add description and keywords meta tags to your home page, edit index.php and look for the following code at line 4:

  require("html/header.php");

...and REPLACE with:

  $header["meta"]["description"] = "Home page meta description here";
  $header["meta"]["keywords"] = "home, page, meta, keywords, here";
  require("html/header.php");

Hope this helps!

Cheers,
David.
--
PriceTapestry.com