In my site, i use query string for navigate between products.
Example:
www.test.com/ProductView.aspx?ProductID=1
www.test.com/ProductView.aspx?ProductID=2
www.test.com/ProductView.aspx?ProductID=3
In this case, I am faced with link duplicate in SEO?
To solve this problem, i can use <link rel=”canonical” href=”www.test.com/ProductView.aspx” /> tag or using routing with webforms?
Thank a lot.
Go to the complete details ...