This generator produces ready-to-paste SEO, Open Graph and Twitter Card meta tags plus a canonical link, so your page looks right in search results and when shared on social media. It is for developers and marketers who want correct, escaped tags without hand-writing them.
How it works
You fill in the page title, description, URL, site name and image, and the tool assembles the standard tag set: a <title> and meta description for search, og: properties for Facebook/LinkedIn, twitter: tags for X/Twitter, and a rel="canonical" link. Every value is HTML-escaped (&, ", <, > are encoded) so special characters cannot break your markup, and a live counter keeps your description in range.
Example
A title of Best Running Shoes (2026) and the matching description produce, among others:
<title>Best Running Shoes (2026)</title>
<meta name="description" content="..." />
<meta property="og:title" content="Best Running Shoes (2026)" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://example.com/" />
| Recommended length | Field |
|---|---|
| 50–60 characters | title |
| 50–160 characters | description |
| 1200×630 px, https URL | og:image |
Everything runs in your browser, so nothing you enter is uploaded — just copy the tags into your page’s <head>.