Html-tutorial - How to stop robots from indexing page, Prevent robots from indexing a webpage

How to stop robots from indexing page

Metatag can be used to stop Robots or search engines from indexing a page in a web site.

To prevent all robots from indexing a page on your site, place the following meta tag into the section of your page:
  <meta name='robots content='noindex'>

To allow other robots to index the page on your site, preventing only Google robots from indexing the page:
  <meta name='googlebot' content='noindex'>

The topic on Html-tutorial - How to stop robots from indexing page is posted by - Guru

Hope you have enjoyed, Html-tutorial - How to stop robots from indexing pageThanks for your time

Tech Bluff