Making zip and pdf files so they won't be indexed

Discussion in 'General Marketing' started by bob25, Apr 21, 2009.

  1. #1
    Anybody know how to make zip and pdf files so they won't be indexed by the searchengines? This can be done with the robots.txt file right?

    Can I do it from the control panel of my webhost?

    Thanks
     
    bob25, Apr 21, 2009 IP
  2. JMLebeau

    JMLebeau Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Add no index in your meta tags on the page you want to offer the files.
     
    JMLebeau, Apr 21, 2009 IP
  3. ~kev~

    ~kev~ Well-Known Member

    Messages:
    2,866
    Likes Received:
    194
    Best Answers:
    0
    Trophy Points:
    110
    #3
    In the html root of your site, put a robots.txt file. It will look something like this

    User-agent: *
    Disallow: /folder name where the files will be/

    Sign up for a google webmaster account. And if google does index the files, you can make a submission to have to files removed from googles index.

    Also, to stop people from browsing the folder, put a blank index.html file in it. That way if someone types in the directory name, they will see a blank page, instead of a list of all your files.
     
    ~kev~, Apr 21, 2009 IP
  4. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Can I put the file type (pdf, zip, etc)?

    What would the text in need to enter look like?

    Thanks

     
    bob25, Apr 21, 2009 IP