seo - Restrict robot access for (specific) query string (parameter) values? -


Using robot.txt Is it possible to restrict robot access to (specific) query string (parameter) values?

i.e.

  http://www.url.com/default.aspx#allow http://www.url.com/default.aspx?id=6 # Blank http: //www.url.com/default.aspx?id=7 #disallow  

  User-agent: * Disclaimer: /default.aspx?id=7 # Decline reject: /default.aspx?id=9 # Reject reject: /default.aspx?id=33 #disclaimer etc ...  

You only need to specify the URL which is disapproved. Everything else is allowed by default.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -