: NOINDEX or NOINDEX,FOLLOW What is the difference between following tags? <META NAME="ROBOTS" CONTENT="NOINDEX"> <META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
What is the difference between following tags?
<META NAME="ROBOTS" CONTENT="NOINDEX">
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
More posts by @Murray155
1 Comments
Sorted by latest first Latest Oldest Best
They are functionally the same.
With:
<META NAME="ROBOTS" CONTENT="NOINDEX">
there is no FOLLOW or NOFOLLOW so the default is FOLLOW which is equal to:
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
Both are functionally the same and neither is incorrect, however, if you are mechanizing this meta-tag, I would suggest the more complete:
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.