0

Good day.

So i want to hide a page on my site from search engines. My link looks like: http://something.somethingelse.com/?asd=22151

To hide the page corresponding to "asd=22151", it's enought if i add the following line to robots.txt?

Disallow: /*?asd=22151

Presence
  • 115
  • 9
  • I;m not sure you need the `*` - but you should put the robot.txt in the top-level directory - which corresponds to the root of your web server `http://something.somethingelse.com/` – GavinBrelstaff Mar 24 '17 at 11:55
  • Also: See the last entry on this page: `http://www.robotstxt.org/robotstxt.html` for examples of how to disallow single pages ... note there's no `*` – GavinBrelstaff Mar 24 '17 at 12:01
  • Thank you @GavinBrelstaff! :) – Presence Mar 24 '17 at 12:19

0 Answers0