Exclude sorting options using nofollow to reduce duplicate content
-
I'm getting reports of duplicate content for pages that have different sorting options applied, e.g:
/trips/dest/africa-and-middle-east/
/trips/dest/africa-and-middle-east/?sort=title&direction=asc&page=1
/trips/dest/africa-and-middle-east/?sort=title&direction=des&page=1I have the added complication of having pagination combined with these sorting options. I also don't have the option of a view all page.
I'm considering adding rel="nofollow" to the sorting controls so they are just taken out of the equation, then using rel="next" and rel="prev" to handle the pagination as per Google recommendations(using the default sorting options).
Has anyone tried this approach, or have an opinion on whether it would work?
-
Ben, it sounds like it should work--but there are preferred methods that I would try before you use nofollow. Ideally, you should use the canonical tag on those pages, and not the nofollow tag. If someone were to link to one of those pages (sorting options), then you wouldn't get any credit passed onto the main page of the category. Using a canonical tag accomplishes what you're trying to do, and has greater benefits in the long run.
Another option would be to get rid of the sorting options entirely, and not allow anyone to sort them (and remove the links to those sorting options, as well. If the sorting options don't exist, then there won't be any duplicate content generated.