Where do I add Title, Meta Tags and headers for SEO purposes? Also, is there a section here or another forum that focuses on SEO for Zen Cart sites?
Kevin
Where do I add Title, Meta Tags and headers for SEO purposes? Also, is there a section here or another forum that focuses on SEO for Zen Cart sites?
Kevin
Meta Tags for the Products and Categories are reached via the black biohazard in the listing ...
NOTE: it turns orange when properly setup ...
The other pages are built dynamically for you ...
If you want to customize your meta tags further, you can copy the file:
/includes/modules/meta_tags.php
to your templates and overrides directory:
/includes/modules/your_template_dir/meta_tags.php
and make any other additional changes that you like ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
In includes/languages/english/meta_tags.php and in the catalog for each category and product.
In the contributions forum there are a couple of threads that are for the SEO mods
Zen-Venom Get Bitten
Thanks for your response. What about Title Tags? Where do I change this?
Same places ...
There are also the default settings in the language file:
/includes/languages/english/meta_tags.php
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I am not finding my site Title Tag in this file:
includes/languages/english/meta_tags.php
It is just a standard template with none of my site info in it.
You can edit this file and include your specifics in it.It is just a standard template with none of my site info in it.
Zen-Venom Get Bitten
But I am trying to find out WHERE my current Title Tag is coming from.
Kevin
www.cvtreasures.com
includes/languages/english/meta_tags.php
define('TITLE', 'Zen Cart!');
define('SITE_TAGLINE', 'The Art of E-commerce');
Zen-Venom Get Bitten
I guess I am not explaining myself very well. I am trying to locate the file that has the Title Tag for my site, in other words I already have a title tag on my home page, but cannot find the file that is providing that information.
It is NOT:
includes/languages/english/meta_tags.php
This file location is a blank template, so there is another file somewhere feeding the Title Tag..?? I am trying to find where.
Kevin