Log in

View Full Version : What is the use of robots.txt?



artijain1900
09-23-2016, 11:43 AM
Hello Guys,


I would like to know that What is the use of robots.txt? tell me ..

quantumsound
09-24-2016, 10:13 AM
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol. The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.

RH-Calvin
09-27-2016, 07:34 AM
Robots.txt is a text file that lists webpages which contain instructions for search engines robots. The file lists webpages that are allowed and disallowed from search engine crawling.

seojesica
09-29-2016, 06:12 PM
Robots.txt is a text file that lists webpages which contain instructions for search engines robots. The file lists webpages that are allowed and disallowed from search engine crawling.


Yes, Thanks, I completely agree with you.

manchun
10-04-2016, 04:09 PM
Robots.txt is use for block website url from google bot.

stuartspindlow
10-06-2016, 09:35 AM
A robots.txt file is a file at the root of your site that indicates those parts of your site you don't want accessed by search engine crawlers.