How to put "noindex" on sperate wordpress pages?

affilitom

Newbie
Joined
Oct 7, 2009
Messages
14
Reaction score
1
I am trying to use a plug-in for wordpress that will add noindex to individual pages I select.
Currently I use "ultimate noindex nofollow" for that and I also have "all-in-one-SEO" that doesn't have the noindex option.

When I used the ultimate noindex nofoloow on one of my pages I saw in my source code I have 2
meta "robots" lines

The first one was:
<meta name="robots" content="follow, all" />

and the second one (showed after the second meta "generator" line) was:
<meta name="robots" content="noindex, follow"/>

I wanted to know how do I keep only the second line (which the plug-in added)
and if I can't do that, does having those 2 lines in that order will make the noindex tag to be affective?
 
Back
Top