hello, sorry for my ignorance. i have my site up on google and yahoo. recently i checked with google sitemap and google says there is no robots.txt file. i do not know what is this stuff. i read through many forums QA but no where there is a guideline for a beginer.
can anyone help me how should i create a robots.txt file? i understood from forums to create one in note pad and name it robots.txt. but what is the stuff that i have to put in for all search engines to crawl all my pages?
Do i have to register with any robots company or just crate a robots.txt file and upload to the root of my site??
how can i check whether my robots.txt file created is working??
tnks for any help
Robots.txt is a text file in the root - containing directives to robots. Specifically the directives indicate to the robots which directories/files are disallowed. All mainstream search engine robots obey the directives while many rogue robots pick out hidden directories from this file.
You don't need a robots.txt or you may have a blank robots.txt which indicates that the entire site can be crawled at will.
The robots.txt file is a set of instructions for visiting robots (spiders) that index the content of your web site pages. The file must reside in the root directory of your web. For those spiders that obey the file, it provides a map for what they can, and cannot index.
To exclude all robots from the server (do not use this one unless you want no indexing for the entire site!):
User-agent: Named Bot
Disallow: /private/
Disallow: /images-saved/
Disallow: /images-working/
Note: The asterisk (*) or wildcard in the User-agent field is a special value meaning "any robot" and therefore is the only one needed until you fully understand how to set up different User-agents.
If you want to Disallow: a particular file within the directory, your Disallow: line might look like this one:
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
You have not yet logged in, or registered properly as a member
You are a member, but no longer have posting rights.
This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.