Should I have link rel=next & prev on URLs which have query variables?
Posted
by
user21100
on Pro Webmasters
See other posts from Pro Webmasters
or by user21100
Published on 2013-05-29T18:29:42Z
Indexed on
2013/07/01
16:30 UTC
Read the original article
Hit count: 248
For example, I have link rel prev & next
set up on these pages of products:
site.com?page=2
site.com?page=3
(this is my preferred structure by the way and I'm trying to get all the ugly URLs which are littered with query variables deindexed as they are causing duplicate content).
So the above URLs are fine but once a filter to narrow product results is selected, like "price", the URL shows like this:
site.com?price[1000-1499]=on
site.com?page=2&price[1000-1499]=on
As of right now, I am having the link rel prev & next
dynamically added to the header of these pages but since I am working on getting these query variable URLs pages deindexed, I am wondering if I should get rid of it on these pages? Any thoughts?
© Pro Webmasters or respective owner