Multiple product pages causes duplicate content
Posted: Sat Jul 18, 2009 8:42 pm
Hello,
I need help fixing an issue... I logged into the Google Webmaster Tools area and notice that under HTML suggestions it mentions that I have 30 duplicate title pages and 30 duplicate meta description pages.
When checking out the links they are all from multiple product pages like this
Apparel-C24.aspx?s=Name ASC&p=1
Apparel-C24.aspx?s=Name ASC&p=5
I am using this code in the categorygrid4 file
Page.Title = _Category.Name + " yada, yada and yada.";
Is there anyway to append the Page number, or something else, to the title tag if there is more than 1 page of products?
I guess the same thing would need to be done to the meta description. That code is in my pagehelper.cs file and is also dynamically generated.
Thank you very much.
I need help fixing an issue... I logged into the Google Webmaster Tools area and notice that under HTML suggestions it mentions that I have 30 duplicate title pages and 30 duplicate meta description pages.
When checking out the links they are all from multiple product pages like this
Apparel-C24.aspx?s=Name ASC&p=1
Apparel-C24.aspx?s=Name ASC&p=5
I am using this code in the categorygrid4 file
Page.Title = _Category.Name + " yada, yada and yada.";
Is there anyway to append the Page number, or something else, to the title tag if there is more than 1 page of products?
I guess the same thing would need to be done to the meta description. That code is in my pagehelper.cs file and is also dynamically generated.
Thank you very much.