![]() |
| Home | Demo | Services | Features | Help | User Forum | Blog | About | |
|
#1
|
|||
|
|||
|
Can anyone tell me do I need a robot.txt file and if so, why? I've heard that it just blocks search engines which is no use to me.
|
|
#2
|
|||
|
|||
|
use it to tell search engines which pages to include and which to exclude, if you dont have one search engines just go ahead and list what they like, however having one is advisable just for completeness even if its just to say include everything
__________________
mens grooming, shaving and health |
|
#3
|
|||
|
|||
|
The search bots request the robots.txt file everytime they visit your site. If you don't have one it generates a 404 error. If you also don't have a 404 page then it generates another error. These all add to the server load. It also fills up your error log with unimportant errors making it harder to find real problems you might have on your site. It's a good idea to have a robots.txt file even if it is a blank file. Just stick a plain-text file named robots.txt in the root directory of your site.
|
|
#4
|
|||
|
|||
|
I use a blank/empty robots file on my site. Since I have access to my server logs, it reduced the 404 errors for me. Reducing those errors, made life much easier to find the really important 404's.
It's a good idea to have one I believe, then down the road if you do want to add something, you still can. |
|
#5
|
|||
|
|||
|
Thanks. I've uploaded my blank robots.txt file. Is this basically the same as telling the engines to view everything?
|
|
#6
|
|||
|
|||
|
To inform all robots that they are permitted to view all of your pages put these two lines in your file.
User-agent: * Disallow: An empty file achieves the same thing because it doesn't tell them they can't. |
|
#7
|
|||
|
|||
|
Quote:
you need to be specific about what your disallowing and allowing otherwise leave it blank...
__________________
Siggy Link |
|
#8
|
|||
|
|||
|
No ... this disallows all pages ...
User-agent: * Disallow: / If there is nothing at all after the disallow it means 'disallow nothing'. |
|
#9
|
||||
|
||||
|
Quote:
It's good to have it though so as not to lose track of it.
__________________
Christina >>Forum Moderator<< Please do not PM me for support. The forum is here for that. Last edited by webado; 04-01-2007 at 06:44 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|