Create meta robots tags with index, noindex, follow, nofollow, and snippet directives. Copy ready-to-paste HTML.
<meta name="robots" content="index, follow" />
Place in your page <head>. Use noindex for pages you do not want in search results.
More free utilities you might find useful
Quick answers to common questions
A page-level directive telling search engines whether to index the page and follow its links.
index allows the page in search results; noindex blocks it. They are mutually exclusive.
follow passes link equity to outbound links; nofollow does not. Use on untrusted or paid links.
Inside the HTML head: <meta name="robots" content="…" />.
robots.txt blocks crawling; meta robots controls indexing and snippet behavior per page.
Prevents search engines from showing a text snippet in results.
Yes. Built locally.
Yes.
Your data is processed entirely in your browser. Nothing is sent to any server.