Uttir

Meta Tag Generator

Generate title, meta description, canonical, Open Graph, and Twitter card tags as ready-to-paste HTML.

Meta Tag Generator — Meta tags are the HTML snippets that tell search engines and social platforms how to display your page. The title and meta description become your search result, while Open Graph and Twitter tags control how links look when shared on social media.

Everything you type is processed locally in your browser and never sent to a server.

What is meta tag generator?

Meta tags are the HTML snippets that tell search engines and social platforms how to display your page. The title and meta description become your search result, while Open Graph and Twitter tags control how links look when shared on social media.

This generator turns a handful of fields into a complete, correctly formatted meta block. Fill in the form, copy the output, and paste it into the <head> of your page — no need to remember attribute names or escaping rules.

How to use it

  1. Fill in the fields

    Title and description are the essentials; canonical, Open Graph, and Twitter fields are optional but recommended.

  2. Review the generated HTML

    Only the fields you filled in are included, grouped under clear comment headers.

  3. Copy and paste into your page

    Paste the block into the <head> section of your HTML or your CMS’s custom head section.

Examples

A complete SEO head block

The generator combines primary, Open Graph, and Twitter tags in one snippet.

Title: Example Page · Description: A short page summary.

Result: <title>Example Page</title> <meta name="description" content="A short page summary.">

Frequently asked questions

Related tools