Wher to Place "nofollow" Tag?
On one of my pages on my sites, I decided I don`t want any of the links to be followed, since most of them are to an affiliate site. I`d already placed rel="nofollow" on a few of the links, but decided I`d prefer to have all my links "nofollow."
So, I placed the tag - <META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW"> after the <title> tag, but, when I came to look at `properties` in Firefox the links remained as `new window` rather than `nofollow.` I then moved that tag and placed it immediately below <head> but still the same. Am I placing it in the wrong position?
|