This is the code I used to stop search engines finding my site
User-agent:*
Disallow:/
* = Select all search engines
/ = Disallows access to the site
And this is the code to allow search engines to find my site
User-agent:*
Allow:/
* = Select all search engines
/ = Allow access to the site
No comments:
Post a Comment