rr1024
04-26-2007, 11:33 AM
1. The shopping cart title or "Site Title" should ONLY be displayed on the main index file, and non product pages. The site title should be removed on ALL other pages when browsing categories.
When a user enters the shopping cart for the first time index.php
Example:
<title>Site Name</title>
When a user clicks on category
<title>Category Name</title>
<metadiscription> Category Discription</metadiscription>
When a user clicks on SubCategory, the upper level Category name should be optional from admin panel
<title>Category Name : SubCategory Name</title>
<metadiscription>SubCategory Discription</metadiscription>
If you are providing mod-rewrite with html file or real html files then the actual name of files would be
Category_Name_SubCategory_Name.html
For the actual products it should be
<title>Product Name</title>
<metadiscription>Product description</metadiscription>
If you are providing mod-rewrite with html or real files for actual products
Category_Name_SubCategory_Name_Product_Name.html
Having the Name of your site or Name of the shopping cart on every page is totally useless, even if the name of your site is a keyword the search engines will see this a keyword spamming and MUST BE AVOIDED AT ALL COSTS!
Anyway just a thought for improvement....Most likely it would be best to offer the addition of catetory and subcategory names in title tags and file names as an option for the products displays which can be turned on / off individually from the admin panel this adds a quick helpful way to tweek for the search engines you are targeting.
When a user enters the shopping cart for the first time index.php
Example:
<title>Site Name</title>
When a user clicks on category
<title>Category Name</title>
<metadiscription> Category Discription</metadiscription>
When a user clicks on SubCategory, the upper level Category name should be optional from admin panel
<title>Category Name : SubCategory Name</title>
<metadiscription>SubCategory Discription</metadiscription>
If you are providing mod-rewrite with html file or real html files then the actual name of files would be
Category_Name_SubCategory_Name.html
For the actual products it should be
<title>Product Name</title>
<metadiscription>Product description</metadiscription>
If you are providing mod-rewrite with html or real files for actual products
Category_Name_SubCategory_Name_Product_Name.html
Having the Name of your site or Name of the shopping cart on every page is totally useless, even if the name of your site is a keyword the search engines will see this a keyword spamming and MUST BE AVOIDED AT ALL COSTS!
Anyway just a thought for improvement....Most likely it would be best to offer the addition of catetory and subcategory names in title tags and file names as an option for the products displays which can be turned on / off individually from the admin panel this adds a quick helpful way to tweek for the search engines you are targeting.