A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Prevent Indexing of <a href>

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Posts
    11

    Prevent Indexing of <a href>

    I need some help. I have an Excel spreadsheet on my site with a list of names; however, I need to prevent this sheet from being indexed by Google. I've tried using the meta tags:
    <head>
    <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
    </head>
    However, I can type my name into Google and the speadsheet will still be returned in the results--not the page, just the spreadsheet. I don't wont either to be indexed.

    Any help would be greatly apprecaited!!

    Thanks in advance!

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    You could try a robots.txt file. Keep in mind changes you make aren't necessarily instant, so it may take a few days for the Excel file to be removed.

    http://www.javascriptkit.com/howto/robots.shtml

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center