How to Generate Meta Tags Online — Title, Description and Open Graph Guide
Learn how to generate SEO meta tags, write better title tags and descriptions, and prepare Open Graph tags for social previews.
Learn how robots.txt works, how to create crawl rules, when to use Disallow, and why robots.txt is not a privacy tool.
A robots.txt file tells crawlers which parts of a website they are allowed or not allowed to crawl. It is placed at the root of a site, such as /robots.txt. Search engines check this file before crawling many URLs.
Utilao's Robots.txt Generator helps you create simple robots.txt rules without writing the syntax manually.
Robots.txt controls crawling. It does not guarantee that a URL will be removed from search results, and it does not protect private content. If something must stay private, use authentication or remove it from public access.
Robots.txt is useful for blocking low-value paths, admin areas, search result pages, duplicate URLs, generated files or heavy resources that should not be crawled.
/robots.txt at the root of your site.After creating crawl rules, check that important URLs are still included in your XML sitemap.
Do not block pages you want indexed. Do not use robots.txt as a security feature. Be careful with broad rules like Disallow: /, because that can block your entire website from crawling.
If you add a sitemap line, use the full absolute sitemap URL.
Yes. User-agent: * plus Disallow: / tells compliant crawlers not to crawl the entire site.
No. Public robots.txt files can be viewed by anyone.
It is a good practice to include a Sitemap line pointing to your XML sitemap.