Meta Tag Generator

Generate HTML meta tags for SEO and social sharing.

Developer

Fill in your page title, description, optional keywords, canonical URL, and image URL. The tool generates ready-to-paste HTML meta tags for SEO (title, description, robots) and for social sharing (Open Graph and Twitter Card). Copy the output into your page <head>.

0/60

0/160


            

About Meta Tag Generator

Meta tags tell search engines and social networks what your page is about. A good title and description improve how your link appears in Google and in shares on Facebook, Twitter, LinkedIn, and messaging apps. This tool generates the HTML for standard SEO meta tags, Open Graph (og:*) for social previews, and Twitter Card tags — so you can copy and paste into your page head without memorizing syntax.

How to use

  1. Enter your Page title (about 50–60 characters works well for search results) and Description (about 150–160 characters). These are the most important for SEO.
  2. Optionally add Keywords, Canonical URL (the preferred URL for this page), and OG image URL (full URL to the image used when the page is shared).
  3. Set Robots if you need to (e.g. noindex, nofollow) and OG type (website, article, or product).
  4. Copy the generated HTML from the output box and paste it into your page <head>.

When to use

  • Creating a new webpage or blog and need meta tags from scratch
  • Fixing or improving how your links look when shared on social media
  • Adding Open Graph and Twitter Card tags to an existing site
  • Generating canonical and robots tags for SEO control

Details

Search engines use the title and description in results; social platforms use Open Graph and Twitter Card tags to build the preview (image, title, description). Use an absolute URL for the canonical and OG image. For Twitter, we set card to summary_large_image when an image is provided, otherwise summary.

Frequently Asked Questions

What meta tags does this generate?
It generates: (1) Basic SEO — &lt;title&gt;, &lt;meta name="description"&gt;, &lt;meta name="keywords"&gt;, &lt;link rel="canonical"&gt;, and &lt;meta name="robots"&gt;. (2) Open Graph — og:title, og:description, og:url, og:image, og:type for Facebook, LinkedIn, etc. (3) Twitter Card — twitter:card, twitter:title, twitter:description, twitter:image. Blank fields are omitted from the output.
Do I need all the fields?
No. Fill in only what you need. The generator outputs tags only for non-empty fields. At minimum, a title and description are recommended for SEO; add OG image and URL for better social previews.
Where do I put the generated HTML?
Paste the output inside the &lt;head&gt; section of your HTML page, before &lt;/head&gt;. If you use a CMS or framework (WordPress, React, etc.), use its meta/SEO plugin or component so the tags are injected into the head.
Is this tool free and private?
Yes. The generator runs entirely in your browser. No data is sent to any server, and there is no signup or usage limit.