SEO Tool
Generate production-ready HTML meta tags with Open Graph, Twitter cards, canonical URLs, and advanced SEO settings.
Used to auto-generate the canonical tag. Enter with or without https:// — it will be handled automatically.
Missing — social shares will show a blank card without this.
Shown when your page is shared on X, LinkedIn, Facebook, or iMessage. Recommended size: 1200×630px. Must be an absolute URL.
Leave blank to auto-generate from Website URL above. Only set manually if this page has a different canonical.
Separate with commas. Note: Google has ignored this tag since 2009 — it has no SEO impact but won't hurt.
Describes the type of content. Use 'website' for most pages, 'article' for blog posts.
Large Image shows a big preview image. Summary shows a small thumbnail on the left.
Turn off only for pages you don't want in Google (e.g. admin, thank-you).
Controls whether crawlers follow outbound links on this page.
Controls how many characters Google can show in the search snippet. -1 means no limit.
Controls the size of image previews Google can show for this page.
Number of seconds Google can use for a video preview. -1 means no limit, 0 disables it.
Tints the browser chrome on Android. No SEO impact.
e.g. en, fr, de, es
The default works for all responsive sites. Only change if you have a specific reason.
Found in Google Search Console → Settings → Ownership verification → HTML tag.
Found in Bing Webmaster Tools → Settings → Site verification → Meta tag.
Search Preview
Your page description will appear here when generated.
Add an OG Image URL above to preview your social card.
Generated HTML
<title>Untitled Page</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="language" content="en" />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#1b3b80" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Untitled Page" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Untitled Page" />Paste inside the <head> of your page, before the closing </head>.
Actions