HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old February 25th, 2003, 02:14 PM
ragos ragos is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Edinburgh, Scotland, UK
Posts: 61 ragos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Robots.TXT how to?

Hi,

I have been reading about exculding individual files using Rebots.txt and I am wondering how easy it is do for google?

If I have a file in my ROOT folder called nospider.htm , how would I tell google not to spider it?

I dont want google to follow the links on this page either.

How should I format the robots.txt file? I want to keep nospider1.htm , nospider2.htm and nospider3.htm non indexed, and I dont want google to follow the links either.

Thanks!

Gary Whittle.
__________________
www.your-loan.net

Reply With Quote
  #2  
Old February 25th, 2003, 03:05 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
The best way is to use the following for Googlebot ONLY:
Code:
User-agent: Googlebot
Disallow: /nospider.htm
Disallow: /nospider1.htm

If however you wanted to block ALL ROBOTS, then use the following syntax:
Code:
User-agent: *
Disallow: /nospider.htm
Disallow: /nospider1.htm


Only the listed files would be blocked. The first example can also work for other robots so long as you specify the correct "User Agent".
__________________
Darrin J. Ward, a Professional SEO Consultant and Original Founder of SEO Chat (this site), Google Dance Tool & some other cool stuff!

* Rankings Reporter - Track your Website's Keyword Rankings in Google & Yahoo.

* ChatButton - Free AJAX Chatboxes to embed onto any Webpage - super-easy copy/paste setup!.

Reply With Quote
  #3  
Old February 25th, 2003, 03:39 PM
nastynation nastynation is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 475 nastynation User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to nastynation
Also remember, there are some "rogue" robots that dont listen to a robots.txt file...

-Josh
__________________
The Nasty Nation *OR* Project Nuke

Reply With Quote
  #4  
Old February 25th, 2003, 03:42 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
Quote:
Originally posted by "nastynation"

Also remember, there are some "rogue" robots that dont listen to a robots.txt file..

Correct, especially "Email Harvesters".

Reply With Quote
  #5  
Old February 25th, 2003, 04:14 PM
ragos ragos is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Edinburgh, Scotland, UK
Posts: 61 ragos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Hi again,

I am going to add a robots.txt file at some point. Another few questions

Is the robots.txt file private? Or can anyone come along and type www.xyz.com/robots.txt and see the contents?

Should the file robots.txt be named ROBOTS.TXT , Robots.txt or robots.txt? Does the casing acutally matter with the filename?

Should I include any code on the page(s) of the site which tell the search engine to look for robots.txt or do they all check for it automatically?

Thanks,

Gary.

Reply With Quote
  #6  
Old February 25th, 2003, 04:17 PM
Darrin Ward's Avatar
Darrin Ward Darrin Ward is offline
Founder, SEOChat.com :)
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Dec 2002
Location: Miami, Florida
Posts: 1,439 Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level)Darrin Ward User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 5 m 20 sec
Reputation Power: 11
1. They check for it automatically

2. The file IS CASE SENSITIVE. It must be all lower case "robots.txt" and it MUST be located in the root directory i.e. www.seochat.com/robots.txt

3. This file is NOT private and can be viewed by ANYBODY.

Reply With Quote
  #7  
Old February 25th, 2003, 04:24 PM
ragos ragos is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Edinburgh, Scotland, UK
Posts: 61 ragos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Thanks Darrin,

Your a great help. Your work is most appreciated,

Gary.

Reply With Quote
  #8  
Old February 25th, 2003, 07:23 PM
digitalirony's Avatar
digitalirony digitalirony is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: London
Posts: 122 digitalirony User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
This is a useful resource for anyone wanting to learn more about using the 'robots.txt' file http://www.searchengineworld.com/robots/robots_tutorial.htm.

Well I use if from time to time anyway, especially the validator ( http://www.searchengineworld.com/cgi-bin/robotcheck.cgi ), which I would recommend to anyone making changes to their 'robots.txt' file as typos can cause chaos.

Hope this helps.

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > Robots.TXT how to?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT