Prodigal Son Posted August 8, 2008 Share Posted August 8, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.