Mobile app version of vmapp.org
Login or Join
Murray155

: NOINDEX or NOINDEX,FOLLOW What is the difference between following tags? <META NAME="ROBOTS" CONTENT="NOINDEX"> <META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">

@Murray155

Posted in: #MetaTags

What is the difference between following tags?

<META NAME="ROBOTS" CONTENT="NOINDEX">

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray155

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry384

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">

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme