Hi,
I usually work with WordPress and know little about HTML so far.
I do have an old HTML website, that I uploaded to a staging site on my hosting server here:
https://u114019p110086.web0138.zxcs-klant.nl/html/
I just need it there for a while, for testing purposes, and I do not want this to appear in search results.
In the index HTML, I found:
<meta name="REVISIT-AFTER" content="31 DAYS" />
<meta name="ROBOTS" content="ALL" />
I removed those two and replaced it by:
<meta name="robots" content="noindex, follow">
Is this the correct way to prevent this complete HTML site in test folder to NOT appear in search results, please?
Thanks!
Annie
I usually work with WordPress and know little about HTML so far.
I do have an old HTML website, that I uploaded to a staging site on my hosting server here:
https://u114019p110086.web0138.zxcs-klant.nl/html/
I just need it there for a while, for testing purposes, and I do not want this to appear in search results.
In the index HTML, I found:
<meta name="REVISIT-AFTER" content="31 DAYS" />
<meta name="ROBOTS" content="ALL" />
I removed those two and replaced it by:
<meta name="robots" content="noindex, follow">
Is this the correct way to prevent this complete HTML site in test folder to NOT appear in search results, please?
Thanks!
Annie