Hello all, What i want to do is that I want all of my external links on my webpage to be no-follow, but my internal links should b dofollow, I don't want to add NOFOLLOW tag to all of the external links manually, as the links are coming from database. I saw somewhere that I should add <META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW"> in the Head section, but my problem is that by doing this, all of my internal links will also become no-follow which is not what I want. anyone can suggest a technique please? Thanks in advance.