 |
|

10-11-2006, 04:10 PM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 06-20-06
Location: Wales
Posts: 461
|
|
|
Robots.txt
Do I need a robots.txt page for my websites? I have some 'page not found' in my website stats and they are for robots.txt because I haven't created one.
How would I go about creating this page?
|

10-11-2006, 04:40 PM
|
 |
Contributing Member
|
|
Join Date: 02-20-04
Location: Friendswood, TX
Posts: 612
|
|
|
|

10-11-2006, 06:29 PM
|
 |
Contributing Member
|
|
Join Date: 03-12-06
Location: Levis, QC
Posts: 243
|
|
Excellent question...
The robots.txt file is easy to set for a smallish site, for instance, a typical 4 page small company web site since there's nothing to "restrict" bots from seeing, such as:
User-agent: *
Disallow: These two lines of code, placed in a robots.txt file (within your site's root directory), mean that any bot crawler can explore, well... any directory!
With this in mind, please consider that if there exists information within a web site structure that shouldn't be seen by bots, it probably shouldn't be seen by anyone other than the intended users so -typically- the "secret" directory will be protected within a server controled "realm" (requiring a username and password to gain access to).
You should also note that even if your robots.txt file indicates a directory is off-limits to bots, such as:
User-agent: *
Disallow: /sensitive-folder-that-should-not-be-scanned To this day, nobody knows -for sure- if all the bots out there actually respect this directive... so be careful (better safe than sorry)!
Well, in any case, it's better to have a robots.txt file than not
__________________
Yes, that's right, I blog at beep.name!
|

10-12-2006, 03:22 PM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 06-20-06
Location: Wales
Posts: 461
|
|
|
I have now created a robots.txt file and it now allows robots to search all pages.
Wouldn't all pages be crawled automatically if no robots.txt file exists?
Cheers for the help
|

10-12-2006, 03:49 PM
|
 |
Contributing Member
|
|
Join Date: 02-20-04
Location: Friendswood, TX
Posts: 612
|
|
|
Generally, yes, the major search engines will crawl your entire site if no robots.txt is present, but I don't like seeing those robots.txt 404 errors in my web stats, so I always include one.
I think it may affect how aggresively the majors crawl your site (ie. not having one will cause crawling/indexing to be slower), but I have never tested this hypothesis to be sure.
|

10-19-2006, 12:52 PM
|
|
Banned
Latest Blog: None
|
|
Join Date: 10-16-06
Posts: 151
|
|
Quote:
|
Do I need a robots.txt page for my websites? I have some 'page not found' in my website stats and they are for robots.txt because I haven't created one.
|
Of course, but it depends on the page you want to configure, most probably dynamic pages.
|

10-27-2006, 01:24 AM
|
 |
v7n Mentor
|
|
Join Date: 03-17-06
Location: New Delhi, India
Posts: 1,568
|
|
|
You could also make use of the rel="nofollow" tag...
|

10-27-2006, 02:20 AM
|
|
Contributing Member
Latest Blog: None
|
|
Join Date: 10-12-04
Posts: 298
|
|
Quote:
Originally Posted by Manish Pandey
You could also make use of the rel="nofollow" tag...
|
I have my doubts about how effective this tag actually is.
__________________
Te audire no possum. Musa sapientum fixa est in aure
|

10-27-2006, 03:50 AM
|
 |
v7n Mentor
|
|
Join Date: 03-17-06
Location: New Delhi, India
Posts: 1,568
|
|
|
why...???...
|

10-27-2006, 04:54 AM
|
 |
Contributing Member
|
|
Join Date: 02-20-04
Location: Friendswood, TX
Posts: 612
|
|
|
rel="nofollow" offers no guarantee that the target page will not be crawled and indexed (it could be linked from somewhere else without rel="nofollow"
robots.txt can ensure a page is not cached, but no guarantee that it wont appear in SERPs. Google will list pages without the official title and no description if it finds enough links to it to figure out what it's about.
meta robots="noindex,nofollow" (without any robots.txt restrictions) should get an already indexed page to be removed from Google's index (no cache, title, description as above).
|

10-27-2006, 05:45 AM
|
|
Contributing Member
|
|
Join Date: 09-10-06
Location: India
Posts: 1,893
|
|
|
Well it is effective.
Akash
|

10-27-2006, 10:49 AM
|
|
Contributing Member
Latest Blog: None
|
|
Join Date: 10-12-04
Posts: 298
|
|
Quote:
Originally Posted by vistadivine.com
Well it is effective.
Akash
|
What are you referring to and what do you base this on?
Manish,
I've seen indexed sites with what we believe to have only nofollow links. I realize there is the possibility that there might be other links, but it's not likely.
I believe the major search engines do follow these links and index the content but do not provide the target url with any benefit (anchor text, PR, etc) for the link in the search results.
__________________
Te audire no possum. Musa sapientum fixa est in aure
Last edited by DebbieV; 10-27-2006 at 10:54 AM.
|

10-27-2006, 04:33 PM
|
|
Contributing Member
|
|
Join Date: 09-10-06
Location: India
Posts: 1,893
|
|
|
Well because the no-follow tags do work, I have tested it out on 1 of my pages.
Akash
|

10-27-2006, 04:46 PM
|
 |
v7n Mentor
|
|
Join Date: 03-17-06
Location: New Delhi, India
Posts: 1,568
|
|
Quote:
Originally Posted by DebbieV
What are you referring to and what do you base this on?
Manish,
I've seen indexed sites with what we believe to have only nofollow links. I realize there is the possibility that there might be other links, but it's not likely.
I believe the major search engines do follow these links and index the content but do not provide the target url with any benefit (anchor text, PR, etc) for the link in the search results.
|
Well Deb then what is the use of this tag if they get indexed... well i want a certain link of my page not to be followed.. and according to you its been followed moreover indexed... then are they kept on another index... called the "nofollow index"... i guess its not logical...
Well i believe that its similar to the "noodp" tag where the bots know that they dont have to follow/use the description from the odp... isn't it..??..
|

10-27-2006, 04:50 PM
|
|
Contributing Member
|
|
Join Date: 09-10-06
Location: India
Posts: 1,893
|
|
|
Yes Manish you are right and noodp tag does work isn't it and the no-follow tag too isn't it.
Akash
|

10-27-2006, 06:30 PM
|
|
Contributing Member
Latest Blog: None
|
|
Join Date: 10-12-04
Posts: 298
|
|
Quote:
Originally Posted by Manish Pandey
Well Deb then what is the use of this tag if they get indexed... well i want a certain link of my page not to be followed.. and according to you its been followed moreover indexed... then are they kept on another index... called the "nofollow index"... i guess its not logical...
|
The whole premise behind this tag was to stop comment spam from skewing the search results. While the links are not given any weight towards ranking, link juice, PR, etc., I still believe they are crawled and the pages are indexed. Just because a page is indexed does not mean it has any chance to rank in the search results.
__________________
Te audire no possum. Musa sapientum fixa est in aure
|

10-27-2006, 09:04 PM
|
 |
v7n Mentor
|
|
Join Date: 03-17-06
Location: New Delhi, India
Posts: 1,568
|
|
|
Oops... are you forgetting the thing called "on-page" optimization... well if there is a very small competition then only "on-page" optimization could take you to the top 10... isn't it..??..
|

10-27-2006, 10:13 PM
|
|
Contributing Member
|
|
Join Date: 09-10-06
Location: India
Posts: 1,893
|
|
|
Yes but still on-page optimization is neccessary along with high quality links so that you can give your best.
Akash
|

10-27-2006, 10:42 PM
|
 |
v7n Mentor
|
|
Join Date: 03-17-06
Location: New Delhi, India
Posts: 1,568
|
|
|
Ahem!
We are not talking about on-page optimization and links... hehe... what we're discussing is that if a page is indexed then it may show up in SERPs for the less competitive terms...
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Need help with robots.txt
|
mitra |
SEO Forum |
10 |
05-28-2007 03:28 PM |
|
Robots.txt
|
m2k |
SEO Forum |
4 |
08-13-2004 03:31 PM |
|
robots.txt
|
John Scott |
Web Design Lobby |
6 |
10-15-2003 07:14 AM |
All times are GMT -7. The time now is 03:58 PM.
Powered by vBulletin Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP
|
|