What is robots.txt and how to create robots.txt

Robots.txt is a text file which is used to tell search robots to which page of our site to visit and which pages not to. Search engines gives importance to robots.txt and follows according to it. robots.txt is not a way from preventing search engines from crawling our site, its just used to say " boss please do not visit this page. Only visit the pages which I said to. ". We have to locate this robots.txt file in the root of our site ex: domain.com/robots.txt.

how to create a robots.txt file:

Open a note pad and type the below given html code

User-agent: *

Disallow: /file-name.php
Disallow: /directory/

User-agents are search englines crawlers and disallow list the files and directories to be excluded form indexing.

enter the pages names and save the notepad as robots.txt and upload it to root of your site. Thats it. Hope this helped you in learning about robots.txt. If any thing missed please update it in comments.

Comments

  1. This is best blog. Author had been publish many blog but everyone can not perfect have some mistake like as Some major crawlers support an Allow directive which can counteract a following Disallow directive

    ReplyDelete
  2. We can tell all spider to do not indexed our pages by a general code, the code is:

    # FULL access (All Spiders)
    User-agent: *
    Disallow: /file-name.php
    Disallow: /file-name.php
    Disallow: /file-name.php .....so on

    ReplyDelete

Post a Comment

Popular posts from this blog

Namaste Sada Vatsale - RSS Prayer

Miklós Fehér - Soccer player who died during the match

Search Engines Notice H1 Headings