need script help

Discussion in 'HTML & Website Design' started by michiganfootball20, Apr 28, 2007.

  1. #1
    hi, i was just wonder if anyone knew a "no-follow" command, and how to use it.
     
    michiganfootball20, Apr 28, 2007 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    No index no follow is best used in the .htacess file.

    Placing it in the head statement is also an option. I don't know how well it works there.

    <head>
    <META NAME="ROBOTS" CONTENT="noindex,nofollow">
    <META NAME="REVISIT-AFTER" CONTENT="never">
    </head>
     
    Colbyt, Apr 28, 2007 IP