HTML5 > Elements of HTML

Meta tags noindex in HTML5

How to stop search engines from indexing a page?


There are many scnenarios where you do not want your web page to be indexed or followed by Google or any other search engines robots.

In those scenario, you can place meta tags under <head></head> as below.

<meta name="robots" content="noindex,nofollow" />

The noindex value instruct the search engines to not index the page in their database and nofollow instructs to not follow any links available on the page.

 Views: 6336 | Post Order: 52



Write for us






Hosting Recommendations