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 Link to comment https://forums.phpfreaks.com/topic/118786-solved-blocking-query-string-from-search-engines/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.