one question about robots.txt

Discussion in 'robots.txt' started by trichnosis, Sep 3, 2006.

  1. #1
    hi everybody

    if i add filename.php in robots.txt file , does it affect only filename.php or pages like filename.php?parameter=444 ?


    thanks and sorry for my bad english
     
    trichnosis, Sep 3, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Is this about adsense? Go to the google sitemaps/webmasters page and there is a robots.txt checker.
     
    mad4, Sep 3, 2006 IP
  3. sempolnet

    sempolnet Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    sempolnet, Sep 3, 2006 IP
  4. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #4
    sorry :( i have opened the topic on the wrong place
     
    trichnosis, Sep 4, 2006 IP
  5. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi,

    User-agent: * 
    Disallow: /filename.php
    Code (markup):
    With this robots.txt, access to any URL starting with /filename.php is disallowed.

    /filename.php and /filename.php?parameter=444 will not be visited by the robots.

    Note that URL's in robots.txt must always start with /.

    Jean-Luc
     
    Jean-Luc, Sep 5, 2006 IP