Skip to content
SnapTools

Meta Tags Generator

Runs in your browser

Generate the core HTML meta tags for a page — title, description, canonical URL, and robots directive — ready to paste into your <head>.

About this tool

Every page needs a handful of meta tags before search engines can index it properly: a title, a description that shows up in search snippets, a canonical URL to avoid duplicate-content issues, and a robots directive. This tool builds all of them correctly formatted and HTML-escaped, so you don't have to remember the exact attribute names or worry about a stray quote breaking your markup.

How to use

  1. Fill in the page title and description.
  2. Optionally add a canonical URL if this content also exists at another URL.
  3. Choose the robots directive, then copy the generated tags into your <head>.

When to use this tool

  • Setting up meta tags for a new landing page.
  • Fixing a page that's missing a meta description in search results.
  • Adding a canonical tag to resolve duplicate-content warnings.
  • Marking a staging or thank-you page noindex before it goes live.

Tips

  • Keep descriptions around 150-160 characters — longer ones get truncated in search results.
  • Only set a canonical URL when this exact content also exists elsewhere; otherwise it should point to itself or be omitted.

FAQ

Where do these tags go?
Inside the <head> section of your HTML, before the closing </head> tag.
Is my content sent anywhere?
No. The tags are built in your browser from the fields you type.