EZ
EZ2Conv

Meta Tag Generator

Build a complete set of SEO meta tags — title, description, keywords, author, canonical URL, Open Graph, and Twitter Card tags — from a simple form. Configure robots directives, preview how your page appears in search results, then copy the ready-to-paste HTML.

Basic Information

Title is required0/60
Description is required0/160

Separate keywords with commas

URL & Site Information

Social Media

Recommended size: 1200x630 pixels

Robots Settings

Generated Meta Tags

Fill in the form to generate meta tags

How to Use

  1. Enter your page title and description
  2. Add your site URL and social media information
  3. Configure robots settings if needed
  4. Copy the generated meta tags to your HTML head section

Understanding Meta Tags and Social Sharing Cards

What this generator does

Meta tags are the invisible signals in a page's <head> that tell search engines and social platforms how to title, describe, and display your content. This tool turns a short form into that markup: type a page title, a description, keywords, an author, and a canonical URL, and it assembles the matching <meta> and <link> tags along with their Open Graph and Twitter Card equivalents. The generated HTML updates as you type, and a search-result preview shows how the entry is likely to read on a results page.

When to use it

Reach for it whenever a page needs its head section filled in by hand — a static site, a landing page, a CMS template, or an email that renders as a web view. It also helps when auditing an existing page: paste in the intended title and description and the character counters flag anything Google is likely to truncate. Marketers use it to control the image, headline, and summary that appear when a link is pasted into Slack, X, LinkedIn, or Facebook, rather than leaving those platforms to guess.

Example: title, description, and og: tags

Say you enter the title "Handmade Ceramic Mugs", a one-sentence description, and an image URL. The output includes <title>Handmade Ceramic Mugs</title>, <meta name="description" content="...">, and a canonical <link>. On top of that it writes og:title, og:description, og:image, and og:type for Open Graph, plus twitter:card, twitter:title, and twitter:image for the Twitter Card. Setting the OG image to 1200x630 pixels produces the large summary card most networks display.

Recommended length and edge cases

Keep titles under about 60 characters and descriptions under 160 so search engines show them in full; the built-in counters warn when you cross those lines. Robots directives — index/noindex, follow/nofollow, plus noarchive and nosnippet — go into a single <meta name="robots"> tag that controls crawling and caching. The canonical URL should point at the preferred version of a page to head off duplicate-content issues. Once the markup looks right, copy the whole block and drop it in just before the closing </head> tag.

Frequently Asked Questions

Every field and tag type is available at no cost — basic meta tags, Open Graph, Twitter Card, the canonical link, and robots directives alike — with no limit on how many pages you generate markup for. The live search preview and the copy-everything action are not gated behind any paid tier.
The markup is built from your form inputs right on your device, so the titles, descriptions, URLs, and image links you type are never transmitted to or stored on a server. Nothing you enter leaves the page you are working in.
No sign-in, email, or registration stands between you and the output. Fill in the form, watch the HTML rebuild as you type, and copy the tags to take them with you.
It writes the core SEO tags — title, meta description, keywords, and author — plus a canonical link, a robots directive, a full set of Open Graph properties (og:title, og:description, og:image, og:type, og:url) for link previews, and Twitter Card tags (twitter:card, twitter:title, twitter:image) for X.
Copy the whole block and paste it inside the <head> element of your page, before the closing </head> tag. Search engines and social crawlers read the head when they fetch the page, so no other wiring is needed.
A 1200x630 pixel image is the safe choice: it fills the large summary card that Facebook, LinkedIn, and X render, and it scales down cleanly for smaller layouts. Set the OG image URL and its alt text so the card has both a picture and an accessible label.