Generate precise robots meta tags for any search engine using visual toggle controls — with live preview, impact warnings and downloadable output.
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.
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.
Robots Meta Tags HTML directives हैं जो search engine crawlers को बताते हैं कि किसी specific page को कैसे handle करना है — index करना है या नहीं, links follow करने हैं या नहीं।
noindex का मतलब यह नहीं कि Google page को crawl नहीं करेगा — वह crawl करेगा लेकिन index नहीं करेगा। अगर आप crawl भी रोकना चाहते हैं तो robots.txt use करें।