Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Search Engine Optimization (http://siteownersforums.com/forumdisplay.php?f=16)
-   -   how to use robot.txt? (http://siteownersforums.com/showthread.php?t=61772)

dean1122 12-05-2012 08:07 AM

how to use robot.txt?
 
hi,
What is robot.txt in SEO and how to install .
Please friends share your view.
Thanks

quicklockworks 12-05-2012 08:48 AM

robots.txt is a set of instructions to let the search engines know where and what to look at on your site.

you out it in the top-level directory of your web server.

read a couple articles before doing it though because there is much more detail then this

RussF 12-05-2012 02:26 PM

If you don't have a robot.txt the search engines just crawl every page of your website. There's a lot of articles on how to use the file.

laceywilliams12 12-05-2012 10:12 PM

Robot.txt is a text file which have set of instructions for crawlers ot crawl the website or a specific page. If you have it then it must be placed in root directory.....and for more help you can read lots Articles related to this...thanks

arindamdutta16 12-06-2012 03:51 AM

The robots.txt is a simple text file in your web site that informs search engine bots how to crawl and index website or web pages. It is great when search engines frequently visit your site and index your content but often there are cases when indexing parts of your online content is not what you want.

john mathew 12-29-2012 04:53 AM

Robots.txt is a file that is used to exclude content from the crawling process of search engine spiders / bots. Robots.txt is also called the Robots Exclusion Protocol.

jaysh4922 12-31-2012 02:15 AM

type this in
User-agent: * Disallow:

this is an example... open notepad, and just save a robots, then upload to your root.

kevinloyed 01-01-2013 12:05 AM

Robots.txt is a file that is used to exclude content from the crawling process of search engine spiders / bots. Robots.txt.

rummy26 01-01-2013 11:27 PM

Quote:

Originally Posted by jaysh4922 (Post 247272)
type this in
User-agent: * Disallow:

this is an example... open notepad, and just save a robots, then upload to your root.

Only this code is enough?
By adding this code which pages search engines will not visit?

likit 01-02-2013 06:44 AM

robots.txt is a set of instructions to tell the search engines where and what to look at on your site.

laceywilliams12 01-03-2013 04:49 AM

robots.txt is a set of instructions to let the search engines know where and what to look for on your site.

sher.winchan58 01-05-2013 02:10 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.

It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:
User-agent: *
Disallow: /

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.

There are two important considerations when using /robots.txt:

robots can ignore your /robots.txt. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.
the /robots.txt file is a publicly available file. Anyone can see what sections of your server you don't want robots to use.


All times are GMT -7. The time now is 04:14 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.