0
Answer me one question. What is the difference between
<meta name="robots" content="index, follow">
and
<meta name="robots" content="index">
It’s the same thing ?
0
Answer me one question. What is the difference between
<meta name="robots" content="index, follow">
and
<meta name="robots" content="index">
It’s the same thing ?
1
No, they’re not. One complements the other but they’re different.
Index: used to say that the page should be indexed, which should appear on the search pages;
Follow: used to say that page links should be followed to try to search other pages within the content of the current page.
So you can use, the other, or both.
Browser other questions tagged html seo
You are not signed in. Login or sign up in order to post.