Meta Tag Generator
Title, description, canonical, Open Graph and X (Twitter) tags in clean HTML, with a Google result and social card preview.
Build a robots.txt with presets, then test any URL against it using Google's own matching rules.
Create a robots.txt file without memorising its syntax: start from a preset, block AI training crawlers with one switch, add rules per crawler and list your sitemaps. Then test any URL against the file — yours or any site's — using the rules Google documents: the most specific crawler group, the longest matching path, and Allow winning a tie.
No. robots.txt controls crawling, not indexing. A blocked page can still appear in results if other pages link to it. To keep a page out of search, allow crawling and add a noindex robots meta tag or header.
Only user-agent, allow, disallow and sitemap. Google ignores crawl-delay and noindex lines in robots.txt, reads at most 500 KiB of the file, and caches it for up to a day.
It stops your content being used for Google's Gemini models. It does not affect crawling or ranking in Google Search, which uses Googlebot.
Title, description, canonical, Open Graph and X (Twitter) tags in clean HTML, with a Google result and social card preview.
JSON-LD for articles, organizations, local businesses, products, events, breadcrumbs and FAQs, checked against Google's rules.
Turn titles into clean, readable URL slugs — one at a time or a whole list, with Bangla kept if you want it.
Looking for something else? Browse every tool.
Presets
* for every crawler, or names separated by commas.
robots.txt
User-agent: * Disallow: /admin/ Disallow: /search Sitemap: https://example.com/sitemap.xml
No problems found.
robots.txt controls crawling, not indexing. A blocked page can still appear in results if other sites link to it — use a noindex tag to keep a page out. Google ignores crawl-delay and noindex lines in robots.txt. “Google-Extended” covers Gemini training and does not affect Google Search.