1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Specific Q about robots.txt

Discussion in 'HTML & Website Design' started by david_sakh, Jan 25, 2005.

  1. #1
    Is there any way I can make the robot ignore all data files without me meta-ing all of them?
     
    david_sakh, Jan 25, 2005 IP
  2. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you have them all in one directory ... yes

    google bot also will accept wildcards "*"

    can you explain more what you are trying to do ?
     
    vagrant, Jan 25, 2005 IP
  3. david_sakh

    david_sakh Peon

    Messages:
    1,225
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i have lots of dat files spread across my site. I don't think I should have G reading files on my site with a few bytes of strings at the top.
     
    david_sakh, Jan 25, 2005 IP
  4. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What do you mean "dat files"?
     
    J.D., Jan 25, 2005 IP
  5. Nicky21

    Nicky21 Guest

    Messages:
    83
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just a note: If the dat files are just used internaly by php scripts, and are NOT linked from a visible web page, Google won't find them in the first place!
     
    Nicky21, Jan 25, 2005 IP
  6. david_sakh

    david_sakh Peon

    Messages:
    1,225
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    oh yeah. You have to addurl if you don't have any IBLS! I forgot that.

    *doh*

    and J.D. by dat files i mean simple text files with a .dat extension.
     
    david_sakh, Jan 25, 2005 IP
  7. J.D.

    J.D. Peon

    Messages:
    1,198
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I meant what are they used for. Anyway, as was pointed out correctly, if these files are just internal server-side files, you shouldn't worry about them.

    Another story from the security perspective. Try requesting any of these files with a browser. If you get any of them, somebody else may as well (it's called foreceful browsing). In this case you might want to configure your server to return "404 Not Found" if client requests anything with a .dat extension.

    J.D.
     
    J.D., Jan 25, 2005 IP
  8. david_sakh

    david_sakh Peon

    Messages:
    1,225
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #8
    all this data is publicly displayed. If I wanted anything private, I'd load it into SQL.

    but thanks for the tip. :)
     
    david_sakh, Jan 25, 2005 IP