youradminpro Posted November 1, 2012 Report Posted November 1, 2012 I'm building my first site and want to use browsershots.org, which is blocked. Their FAQ says: you can explicitly allow Browsershots by adding a section like this to the robots.txt file on your server: User-agent: Browsershots Disallow: I have no idea what this means or how to do it. Can you help? thanks! Quote
Fowler Posted November 1, 2012 Report Posted November 1, 2012 Hi In the public_html directory, create a file called robots.txt and add the following to the file: User-agent: Browsershots Disallow: If you already have a robots.txt file then add the above code to the file. You can view more information here - http://www.robotstxt.org/robotstxt.html Quote
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.
Note: Your post will require moderator approval before it will be visible.