🤖 Meta Robots Tag Generator

Generate precise robots meta tags for any search engine using visual toggle controls — with live preview, impact warnings and downloadable output.

⚡ Quick Presets
🔧 Configure Directives
🔍 Search Engine Specific (optional)
👁️ Live Tag Preview

🤖 What are Robots Meta Tags?

Robots meta tags are HTML directives placed in a page's <head> that tell search engine crawlers how to treat that specific page. Unlike the robots.txt file (which controls access to your entire site), robots meta tags work at the individual page level, giving you fine-grained control over indexing, link-following, snippet display, image preview size and more.

Google supports a rich set of directives: index/noindex (include or exclude from search results), follow/nofollow (pass or block link equity), nosnippet (hide description snippets), noarchive (don't show Google's cached version), noimageindex (don't index images on this page), and several max-* directives that give you granular control over snippet and image preview length.

Common Use Cases

  1. Thank-you pages — noindex, nofollow
  2. Login / register pages — noindex, follow
  3. Staging / test pages — noindex, nofollow
  4. Paginated pages — index, follow
  5. Privacy / terms pages — noindex, follow
  6. Product pages — index, follow, max-image-preview:large
  7. News articles — index, follow, max-snippet:-1

robots.txt vs robots meta tag

If your robots.txt blocks a page, crawlers can't read its robots meta tag either. Use robots.txt to block crawling of large sections of your site, and robots meta tags for fine-grained page-level control where you want the page crawled but not indexed.

🤖 Hindi Guide / हिंदी गाइड

Robots Meta Tags HTML directives हैं जो search engine crawlers को बताते हैं कि किसी specific page को कैसे handle करना है — index करना है या नहीं, links follow करने हैं या नहीं।

मुख्य Directives क्या हैं?

  1. index — Google इस page को search results में दिखाए (default)
  2. noindex — Google इस page को search results से हटाए
  3. follow — Google page के links follow करे (default)
  4. nofollow — Google page के links ignore करे
  5. nosnippet — Search results में description text न दिखाए
  6. noarchive — Google का cached version न दिखाए
  7. noimageindex — Page की images को index न करे
  8. max-snippet:160 — Maximum 160 chars का snippet दिखाए
  9. max-image-preview:large — Large image preview दिखाए

किस Page पर क्या लगाएं?

  1. Thank-you pages: noindex, nofollow
  2. Login/Register pages: noindex, follow
  3. Staging/Test pages: noindex, nofollow
  4. Product pages: index, follow, max-image-preview:large
  5. Privacy/Terms pages: noindex, follow
  6. Blog articles: index, follow, max-snippet:-1
  7. Homepage: index, follow (default)

⚠️ Important

noindex का मतलब यह नहीं कि Google page को crawl नहीं करेगा — वह crawl करेगा लेकिन index नहीं करेगा। अगर आप crawl भी रोकना चाहते हैं तो robots.txt use करें।