Your Robots.txt file is what tells the search engines which pages to access and index on your website on which pages not to. For example, if you specify in your Robots.txt file that you don’t want the search engines to be able to access your thank you page, that page won’t be able to show up in the search results and web users won’t be able to find it. Keeping the search engines from accessing certain pages on your site is essential for both the privacy of your site and for your SEO.

This article will explain why this is and provide you with the knowledge of how to set up a good Robots.txt file.

How Robots.txt Work  

Search engines send out tiny programs called “spiders” or “robots” to search your site and bring information back to the search engines so that the pages of your site can be indexed in the search results and found by web users. Your Robots.txt file instructs these programs not to search pages on your site which you designate using a “disallow” command. For example, the following Robots.txt command:

User-agent: *

Disallow: /thankyou

…would block all search engine robots from visiting the following page on your website:

http://www.yoursite.com/thankyou

Notice that before the disallow command, you have the command:

User-agent: *

The “User-agent:” part specifies which robot you want to block and could also read as follows:

User-agent: Googlebot

This command would only block the Google robots, while other robots would still have access to the page:

http://www.yoursite.com/thankyou

However, by using the “*” character, you’re specifying that the commands below it refer to all robots. Your robots.txt file would be located in the main directory of your site. For example:

 http://www.yoursite.com/robots.txt
 


 

 

Why Some Pages Need to Be Blocked

There are three reasons why you might want to block a page using the Robots.txt file. First, if you have a page on your site which is a duplicate of another page, you don’t want the robots to index it because that would result in duplicate content which can hurt your SEO. The second reason is if you have a page on your site which you don’t want users to be able to access unless they take a specific action. For example, if you have a thank you page where users get access to specific information because of the fact that they gave you their email address, you probably don’t want people being able to find that page by doing a Google search. The other time that you’ll want to block pages or files is when you want to protect private files in your site such as your cgi-bin and keep your bandwidth from being used up because of the robots indexing your image files:

User-agent: *

Disallow: /images/
 Disallow: /cgi-bin/

In all of these cases, you’ll need to include a command in your Robots.txt file that tells the search engine spiders not to access that page, not to index it in search results, and not to send visitors to it. Let’s look at how you can create a Robots.txt file that will make this possible.

Creating Your Robots.txt File

By setting up a free Google Webmaster Tools account, you can easily create a Robots.txt file by selecting the “crawler access” option under the “site configuration” option on the menu bar. Once you’re there, you can select “generate robots.txt” and set up a simple Robots.txt file.

As you can see, you select the “block” option under “action” and then specify the robots that you want to block under “User-agent.” Then, you simply type in the directories that you want to block under “directories and files.” As you do this, be sure that you leave the “http://www.yoursite.com” part of your URL off. For example, if you want to block the following pages:

http://www.yoursite.com/thank-you

http://www.yoursite.com/free-stuff

http://www.yoursite.com/private

You would type the following into the “directories and files” field in the Google Webmaster tools:

/thank-you

/free-stuff

/private

After adding these for all robots and clicking “add rule,” you would end up with a Robots.txt that looked like this:

User-agent: *

Disallow: /private

Disallow: /thank-you

Disallow: /free-stuff

Allow: /

Notice here that you have a default “Allow” command which is useful if want to make an exception and allow on robot to access a page that you have blocked using a command like.

User-agent: *

Disallow: /images/

By placing the command:

Allow: /Googlebot

…below the disallow command, you’d be allowing ONLY the Googlebot to access the images directory of your site. Once you’ve specified which pages and files you want to block, click the “download” option to download your Robots.txt file.

Installing Your Robots.txt File

Once you have your Robots.txt file, you can upload it to the main (www) directory in the CNC area of your website. You can do this using an FTP program like Filezilla. The other option is to hire a web programmer to create and install your robots.txt file by letting him know which pages you want to have blocked. If you choose this option, a  good web programmer can complete the job in less than one hour.

Conclusion

It’s important to update your Robots.txt file if you add pages, files, or directories to your site that you don’t wish to be indexed by the search engines or accessed by web users. This will ensure the security of your website and the best possible results with your search engine optimization.

Thank you for reading. Continue your journey of learning through our site SEOSiteCheckUp.com. Don’t forget to take advantage of our free SEO tools!

Join us in our daily discussions on Facebook!