Zen Cart Logo
Forums / General Questions / robots.txt

robots.txt

Locked

Views: 1,832

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
26 Mar 2009, 12:31 AM
#1
idw avatar

idw

Zen Follower

Join Date:
Dec 2006
Location:
Ontario
Posts:
111
Plugin Contributions:
0

robots.txt

I tryed searching for my site using Msn and it did not show up. google picks it up fine.
Can anyone explain to me what a robots.txt file is.

There site also said the HTTP compression and HTTP conditional GET are not enabled.

26 Mar 2009, 12:45 AM
#2
idw avatar

idw

Zen Follower

Join Date:
Dec 2006
Location:
Ontario
Posts:
111
Plugin Contributions:
0

Re: robots.txt

Ok I know what a robots.txt file is and where it goes , but is it nessasay. Is there not code in the Zen cart files that tell what robots what to do.
Or does MSN robots what to see a txt file.

I do not understand the HTTP compression and HTTP conditional GET

26 Mar 2009, 12:50 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: robots.txt

IDW:

Ok I know what a robots.txt file is and where it goes , but is it nessasay. Is there not code in the Zen cart files that tell what robots what to do.
Or does MSN robots what to see a txt file.Zen Cart doesn't need or use a robots.txt file.
See the various threads in the "Similar Threads" section at the bottom of this page for more related discussion on the topic.
IDW:

I do not understand the HTTP compression and HTTP conditional GETProbably best to ask them what they mean by that, since they're the ones pointing out the so-called problem.

26 Mar 2009, 12:54 AM
#4
tech_e avatar

tech_e

Zen Follower

Join Date:
Jan 2007
Posts:
159
Plugin Contributions:
0

Re: robots.txt

The robots.txt file is also called the robots exclusion file. Basically, you use it to tell spiders which pages and directories you do NOT want to see indexed. The exception to this is an optional directive that can be used to tell spiders where to find an XML sitemap.

A very basic robots.txt file would be:

 
User-agent: *
Disallow: /images/

This tells all spiders (* = wild card) to exclude the images directory from their index.

You can learn more about it at the following sites:

http://www.tech-evangelist.com/2008/10/18/robotstxt/

http://www.robotstxt.org/

The robots.txt file must be placed in the root directory.

There site also said the HTTP compression and HTTP conditional GET are not enabled.

Whose site said these were not enabled? There is no need to use HTTP compression or HTTP conditional GET. MSN does have problems indexing sites using compression techniques.

I would not worry too much about MSN. It typically drives less than 5% of all web traffic. Google and Yahoo are much more important.

26 Mar 2009, 3:30 AM
#5
idw avatar

idw

Zen Follower

Join Date:
Dec 2006
Location:
Ontario
Posts:
111
Plugin Contributions:
0

Re: robots.txt

Thanks guys. Thanks for the help.
I just thought it was odd that msn does not show it so I went to there webmasters site and registered the site and ran their
MSN Webmaster Center

HTTP compression and HTTP conditional GET test tool .

It said they were not enabled. I have no idea what that means.
You are probally right about MSN not mattering much

26 Mar 2009, 5:03 AM
#6
tech_e avatar

tech_e

Zen Follower

Join Date:
Jan 2007
Posts:
159
Plugin Contributions:
0

Re: robots.txt

MSN = Microsoft. That should explain why the messages you see are confusing. :P