Robots Meta Tag Generator
Free robots meta tag generator. Create a robots meta tag (index/noindex, follow/nofollow, nosnippet, noarchive and more) and copy the HTML.
The robots meta tag lets you control how search engines index a specific page. For example, noindex prevents the page from appearing in search results, while nofollow tells crawlers not to follow links on the page.
How to use the robots meta tag generator
- Select the directives you want for the page.
- Copy the generated meta tag.
- Paste it inside the <head> of your HTML.
Common combinations
Keep page out of Google: noindex, follow
Staging page: noindex, nofollow
Frequently Asked Questions
What is a robots meta tag?
When should I use noindex?
What's the difference between noindex and robots.txt?
What does nosnippet do?
Where do I put the robots meta tag?
<head> section of your HTML document. It applies to the entire page. Different pages can have different directives — for example, blog posts might be 'index, follow' while a thank you page is 'noindex, nofollow'.