Webmaster Forums - Website and SEO Help

Search Engines and Marketing => Website Crawling and Indexing => Topic started by: MoulanaRafi on April 26, 2018, 01:15:51 AM

Title: What is Meta Robots tag?
Post by: MoulanaRafi on April 26, 2018, 01:15:51 AM
What is Meta Robots tag?
Title: Re: What is Meta Robots tag?
Post by: joelhuang on April 26, 2018, 01:42:31 AM
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.
Title: Re: What is Meta Robots tag?
Post by: sinelogixtech on April 26, 2018, 06:05:24 AM
It is pieces of code that provide crawlers instructions for how to crawl or index web page content.
Title: Re: What is Meta Robots tag?
Post by: vishwa01 on April 26, 2018, 07:48:07 AM

Meta Robots tag


<meta name="robots" content="index, follow">
<meta name="robots" content="noindex, nofollow">
Title: Re: What is Meta Robots tag?
Post by: kriystirose on May 03, 2018, 08:13:23 AM
Robots Tag provides the instructions to the crawler to understand which pages should be followed, crawled or index or which should not.