Difference between noindex and nofollow tags in SEO

If you are a SEO guy then it is mandatory to know important SEO elements that would impact the performance of the website, one among them is to know about the difference between “noindex” and “nofollow” tags.

Importance of noindex and nofollow tags:

If you have set of pages and links which you don’t want Google to crawl then importance of noindex and nofollow tags comes in to picture.

noindex tag and it’s syntax:

If you have set of pages which you don’t want Google to index, for example, if your website is e-commerce one then there are many pages that includes transcational page and other pages of lead forms which should not be allowed by Google to crawl for which noindex tag is the best solution.

Syntax of noindex tag:

<head>
<title>…</title>
<META NAME=”ROBOTS” CONTENT=”NOINDEX,FOLLOW”>
</head>

nofollow tag and it’s syntax:

If you want your pages to be crawled but do not want set of links that are part of the page not to be crawled by Google then use nofollow as the best solution for it.

Syntax of nofollow tag:

<head>
<title>…</title>
<META NAME=”ROBOTS” CONTENT=”INDEX,NOFOLLOW”>
</head>

Jayson John

Jayson John has hands on experience in writing articles related to technology, entertainment, business, finance and many more.

No Comments Yet

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>