Back to home
Marketers
Meta Tags Generator
Generate Open Graph and Twitter Card HTML
Runs locally in your browser
Parameters
HTML
<!-- Primary Meta Tags --> <title>My Site — Best Service</title> <meta name="title" content="My Site — Best Service" /> <meta name="description" content="A short page description for search engines and social media." /> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:url" content="https://example.com" /> <meta property="og:title" content="My Site — Best Service" /> <meta property="og:description" content="A short page description for search engines and social media." /> <meta property="og:image" content="https://example.com/og-image.jpg" /> <meta property="og:site_name" content="TaskEaser" /> <!-- Twitter --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://example.com" /> <meta name="twitter:title" content="My Site — Best Service" /> <meta name="twitter:description" content="A short page description for search engines and social media." /> <meta name="twitter:image" content="https://example.com/og-image.jpg" />
Preview (simplified)

TaskEaser
My Site — Best Service
A short page description for search engines and social media.
How it works
Generates HTML meta tags for SEO and social sharing—Open Graph and Twitter Card markup so links preview with the right title, description, and image.
Who it's for: Marketers, content creators, and developers preparing pages for Slack, LinkedIn, Facebook, and X previews
Builds og:title, og:description, og:image, and Twitter Card tags from your inputs.
Outputs ready-to-paste HTML for the document head.
Improves click-through when links are shared on social platforms and chat apps.
How to use
- Fill in Page title, Meta description, Canonical URL, and Open Graph image URL.
- Review the generated HTML block.
- Copy the tags and paste them inside the <head> of your page or template.
- Validate with platform debuggers (Facebook Sharing Debugger, LinkedIn Post Inspector, X Card Validator).
- Deploy and re-scrape if previews show stale content.
Good to know
- OG images should be at least 1200×630 px for best results on most platforms.
- Use absolute HTTPS URLs for og:url and og:image—relative paths often break previews.
- twitter:card large image pairs well with the same OG image asset.