Thread: robots.txt

Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2006
    Location
    Ontario
    Posts
    112
    Plugin Contributions
    0

    Default 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 [FONT=Courier New]robots.txt file is.[/FONT]
    [FONT=Courier New][/FONT]
    [FONT=Courier New]There site also said the HTTP compression and HTTP conditional GET are not enabled.[/FONT]
    [FONT=Courier New][/FONT]
    [FONT=Courier New][/FONT]

  2. #2
    Join Date
    Dec 2006
    Location
    Ontario
    Posts
    112
    Plugin Contributions
    0

    Default 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

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: robots.txt

    Quote Originally Posted by IDW View Post
    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.
    Quote Originally Posted by IDW View Post
    I do not understand the HTTP compression and HTTP conditional GET
    Probably best to ask *them* what they mean by that, since they're the ones pointing out the so-called problem.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Jan 2007
    Posts
    159
    Plugin Contributions
    0

    Default 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:

    Code:
     
    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.

  5. #5
    Join Date
    Dec 2006
    Location
    Ontario
    Posts
    112
    Plugin Contributions
    0

    Default 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

  6. #6
    Join Date
    Jan 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: robots.txt

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

 

 

Similar Threads

  1. Robots.txt
    By bgroup99 in forum General Questions
    Replies: 3
    Last Post: 30 Aug 2007, 03:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg