Jump to content

[SOLVED] blocking query string from search engines


Prodigal Son

Recommended Posts

Not sure if this goes here, but I'm trying to block google and search engines from indexing my query strings because I have mod rewritten them. If people type in mysite.com/index.php that also 301 redirects them to mysite.com/

Would this work?

User-agent: *
Disallow: /index.php?*

Or would that cause the main index page not to be indexed as well?

 

How about if instead I did:

User-agent: *
Disallow: /?*

 

Also say it does work and it blocks the query string: mysite.com/?view=categories would it also block mysite.com/index.php?view=categories

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.