|
Clearly I'm missing something really obvious here.
Code which doesn't validate:
<meta name="robots" content="noindex,follow">
Code which does validate:
<meta name="robots" content="index,follow">
Aside from the fact that the first is 'noindex' I don't see the difference. Neither have a closing back slash.
|