Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Use Robots.txt?
01-28-2009, 05:08 AM
Post: #1
Information How to Use Robots.txt?
Robots.txt is pretty easy to use, to create you just need to use notepad and follow the right syntax. Luckily this is also very similar and is comprised of only a few elements.

The file is made up of several records and each record features a user-agent section and a disallow section. You may choose to include comments with the use of a "#" at the start of a line.

The "user-agent" section defines which robots should follow the command. To list multiple robots simply use multiple user-agent lines. You can also use the wildcard character "*" to force ALL robots to obey the following command. An example of this line is below.
User-agent: *

The "Disallow" section is used for specifying the directory or file that should not be accessed. It is fairly simply sytax and you just need to include the directory (excluding you base URL) or file similar to the following example.

Again you can have multiple lines to disallow a selection of files or directories.
Disallow: /folder1/

The "allow" command can also come in useful, it lets you specify a specific file to allow in a directory you may have disallowed. It still needs to be paired with a User-Agent command but can be added in with disallow commands. Here is an example of a full record using all of the above.
User-Agent: *
Disallow: /folder1/
Disallow: /folder2/
Disallow: /folder3/
Allow: /folder1/important.html
Allow All

Happy with all the robots getting to your site? Just use this simple code to open the gates and ensure you’re not blocking anything
User-Agent: *
Disallow:
Block All

Site down for a while for construction? This will block everything form spidering. Don’t forget to remove it when you’re done!
User-Agent: *
Disallow: /

Linking to your Sitemap

A handy little trick that some robots allow is to link to your sitemap inside your robots file. Simply use the following example and modify the URL to suite your own domain.
Sitemap:http://www.yourdomain.com/sitemap.xml
Find all posts by this user
Quote this message in a reply
01-28-2009, 06:40 AM
Post: #2
RE: How to Use Robots.txt?
wow
great explanation
thanks for it

[Image: logo.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
04-28-2009, 03:42 AM
Post: #3
RE: How to Use Robots.txt?
Thanks for such good information.

Mini electric bikes
Find all posts by this user
Quote this message in a reply
04-29-2009, 03:19 AM
Post: #4
RE: How to Use Robots.txt?
Thanks just added my sitemap and blog sitemap to my robots.txt file

Van leasing deals | Crystal beads
Find all posts by this user
Quote this message in a reply
06-08-2009, 09:36 PM
Post: #5
RE: How to Use Robots.txt?
Yes,robots.txt could control the spider crawled your site,you can choose which you want it crawl or not.Very usefull.

ePathChina - an electronics wholesale Company in China.
Sale MP3 Players, MP5 Players with cheap prices.
Find all posts by this user
Quote this message in a reply
07-01-2009, 06:14 AM
Post: #6
RE: How to Use Robots.txt?
Ok thanks for such good information.


________________________________
Software Development Company | SEO Forums

Car Rental Los Angeles | Car Rental Sanford
Find all posts by this user
Quote this message in a reply
07-13-2009, 09:27 PM
Post: #7
RE: How to Use Robots.txt?
"Robots.txt" is a regular text file that through its name, has special meaning to the majority of "honorable" robots on the web. By defining a few rules in this text file, you can instruct robots to not crawl and index certain files, directories within your site, or at all. For example, you may not want Google to crawl the /images directory of your site, as it's both meaningless to you and a waste of your site's bandwidth. "Robots.txt" lets you tell Google just that.

Healthy Food Recipes
Anxiety and Depression | Medical Consultation
Visit this user's website Find all posts by this user
Quote this message in a reply
07-28-2009, 03:58 AM
Post: #8
RE: How to Use Robots.txt?
That is amazing information, I am not familiar at al with using the robots.txt, and I believe that is a great start
Thank you!

Annuity | Annuity Rates | Fixed Annuity
Find all posts by this user
Quote this message in a reply
08-03-2009, 10:14 AM
Post: #9
RE: How to Use Robots.txt?
Could someone give me a basic idea as to what is Robots.txt? Have heard about it numerous times but never bothered to find out. Any advice would be appreciated. Smile

$50 sign-up referral contest

My blogs: Obtain a cash advance | World of Warcraft in Context | Geeks Keyboard
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: