I want to add <meta name="robots" content="noarchive">
to my header, but it already has the following:
<meta name="robots" content="follow, all" />
Do I just take a new line and paste in <meta name="robots" content="noarchive">
or do I add , noarchive after all ?
Also, what is the difference between the <....... > in the noarchive line, and the <........../> in the follow, all line?
Thanks
to my header, but it already has the following:
<meta name="robots" content="follow, all" />
Do I just take a new line and paste in <meta name="robots" content="noarchive">
or do I add , noarchive after all ?
Also, what is the difference between the <....... > in the noarchive line, and the <........../> in the follow, all line?
Thanks