What is Meta Robots Noindex?

One meta tag that can be particularly useful in dealing with duplicate content is meta robots, when used with the values "noindex, follow." Commonly called Meta Noindex,Follow and technically known as content=”noindex,follow” this meta robots tag can be added to the HTML head of each individual page that should be excluded from a search engine's index.
 
Meta robots tag is a tag that tells search engines what to follow and what not to follow. It is a piece of code in the <head> section of your webpage. It's a simple code that gives you the power to decide about what pages you want to hide from search engine crawlers and what pages you want them to index and look at.
 
Back
Top