Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Basically my issue is that google mini is indexing the same page but with a bit of query text as different page and subsequently ruining the search results.

In my search results I am getting the following

example.html
example.html?overview
example.html?specs 
example.html?accessories

When all I want to appear is example.html

The reason that the query strings exist is that we have tabs in our site and for ease of use for teh customers we would like them to come onto a page and have the correct tab open and not have to select it each time.

I think I have found a solution but just want some confirmation really.

I believe that if I put rel nolink noindex on each of the links with the ? that would solve it.

However I was wondering if anyone knows a quicker easier way to do this? Maybe in google mini state that all links with a ? are ingnored or something like this?

Thanks in advance.

Matt

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.