Powersellersunite Power Sellers Unite
Bringing Buyers and Sellers Together
 

robots.txt
Click here to go to the original topic

 
       Power Sellers Unite Forum Index -> Webmasters and Programmers technical help.
::  
Author Message
Earthfragments.com



Joined: 27 Feb 2005
Posts: 1031
Location: Pocono Mountains, PA

Posted: Fri Feb 10, 2006 6:04 pm    Post subject: robots.txt  

Can anyone explain to me in plain english how I can create and implement this file? Since my domain was stolen by yugoslavic porn spammers, I've been using frames for my website, and need all the SEO help I can get now :roll:
Back to top  
psunite



Joined: 27 Jan 2005
Posts: 6213
Location: Columbus OH

Posted: Fri Feb 10, 2006 6:29 pm    Post subject: Re: robots.txt  

First off I think frames isn't really good for SEO

The robots.txt file doesn't help you to get SEO it actually is used to prevent search engine spiders not to crawl or index your site.

Example

User-agent: googlebot
Disallow: /

will prevent googlebot from indexing your whole site.

User-agent: *
Disallow: /

will prevent all bots from indexiing your whole site.

You don't want either but if you have information on your site that you don't want to get index and say its in the directory called private you would use

User-agent: *
Disallow: /private

Some examples of directories you might want to block are

Disallow: /cgi-bin/
Disallow: /_borders/
Disallow: /_derived/
Disallow: /_fpclass/
Disallow: /_overlay/
Disallow: /_private/
Disallow: /_themes/
Disallow: /_vti_bin/
Disallow: /_vti_cnf/
Disallow: /_vti_log/
Disallow: /_vti_map/
Disallow: /_vti_pvt/
Disallow: /_vti_txt/
Back to top  
 
       Power Sellers Unite Forum Index -> Webmasters and Programmers technical help.
Page 1 of 1




Powered by phpBB © 2001, 2002 phpBB Group