Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Two meta robots - Is this ok?

         

apauto

2:48 am on May 19, 2011 (gmt 0)

10+ Year Member



We had an initiative to do a noindex,follow on a lot of duplicate pages.

It was done today, but it was added in addition to another robots meta:

<meta name="robots" content="noodp, noydir" />
<meta name="robots" content="noindex,follow" />

Would this be ok?

Thanks

tedster

3:25 am on May 19, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can write it this way and avoid the potential confusion:

<meta name="robots" content="noindex,follow,noodp,noydir" />

g1smd

9:30 am on May 19, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The bot may be clever enough to accept the data from two tags, but it might accept only the first or only the last. Put it all in one line to be sure there will be no problems.