Now and then I really dig in to solve problems which is still haunting me on my shop.
Google reports that for my 600 or so products I still have duplicate meta descriptions and title tags - so about 500 of them.
So, most of them is similar to the following example:
/product_info.php?manufacturers_id=9&products_id=364
/product_info.php?products_id=364
or
/product_info.php?manufacturers_id=3&products_id=191&language=en
/product_info.php?manufacturers_id=3&products_id=191
/product_info.php?products_id=191
With Header Tags SEO V 3.2.5 installed to handle all the SEO, I'm still baffled to the duplicate content issue
Would the Google parameter handling solve any issues or am I missing something here?
Currently I have set "products_id", "cPath" and "page" to don't ignore, the rest like filter_id, language and manufacturers_id is set to ignore(had it to don't ignore for a few month's but no apparent change)
Also using in header
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
and like
<link rel="canonical" href="http://www.domain.com/product_info.php?products_id=629
Any heads up or solution will be greatly appreciated
Latest News: (loading..)
Google parameter handling
Started by Peper, Jun 08 2011 08:18 PM
5 replies to this topic
#1
Posted 08 June 2011 - 08:18 PM
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.
#2 ONLINE
Posted 08 June 2011 - 11:56 PM
You are misunderstanding the situation. Duplicate meta descriptions and title tags are the same as duplicate content. They don't do any harm. Google is just letting you know they exist, as will the test function in Header Tags SEO. It is common to have duplicate title and tags, especially in a dynamic shop and, in some cases, it is desireable.
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#3
Posted 09 June 2011 - 08:19 AM
Thanks Jack making it clear
Making sense though as my products is around first page on Google, but only around 80 new visits per day
Just thinking in a way to make some improvements, trying to get more visitors and so on.
Is there a way however to output the header content something different in pages like /product_info.php?manufacturers_id=9&products_id=364
For example includes/header_tags.php - at the end.
Google likes new content
Is there a way to have like a txt file with random keywords relating to the site and insert some together with output
Any advice?
Making sense though as my products is around first page on Google, but only around 80 new visits per day
Just thinking in a way to make some improvements, trying to get more visitors and so on.
Is there a way however to output the header content something different in pages like /product_info.php?manufacturers_id=9&products_id=364
For example includes/header_tags.php - at the end.
echo ' <meta http-equiv="Content-Type" content="text/html; charset=' . CHARSET . '" >'."\n";
echo ' <title>' . $header_tags_array['title'] . '</title>' . "\n";
echo ' <meta name="Description" content="' . str_replace(array("_p_", "_/p_", "_br /_"), "", $header_tags_array['desc']) . '" >' . "\n";
echo ' <meta name="Keywords" content="' . $header_tags_array['keywords'] . '" >' . "\n";
Google likes new content
Is there a way to have like a txt file with random keywords relating to the site and insert some together with output
Any advice?
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.
#4
Posted 09 June 2011 - 08:54 AM
Or to the above, txt file doesn't sound good, rather to create a table for keywords and then randomly select some of them to add together into the header out
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.
#5 ONLINE
Posted 10 June 2011 - 03:48 AM
Peper, on 09 June 2011 - 08:54 AM, said:
Or to the above, txt file doesn't sound good, rather to create a table for keywords and then randomly select some of them to add together into the header out
Edited by Jack_mcs, 10 June 2011 - 03:48 AM.
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6
Posted 10 June 2011 - 02:59 PM
Jack_mcs, on 10 June 2011 - 03:48 AM, said:
No, random keywords are not a good idea. Keywords are not as important as they once were first of all, though they are still used. But the main problem is that the search engines rank a page based on its content. If you are changing the content each time, the rank will keep bouncing around. Have you tried setting the manufacturers checkbox in page control for the product_info page?
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.









