Getting meta tags right is one of the highest-leverage SEO and social sharing optimisations you can make — and one of the most frequently done wrong. A missing Open Graph image means your link shares as a blank card on WhatsApp and Facebook. A meta description over 160 characters gets truncated by Google. A Twitter Card without the correct meta:name attribute means your blog post shares without a preview on X. The Utility Spark Meta Tag Generator takes your page's title, description, URL, author, image, and keywords and generates the complete, correctly formatted HTML — covering standard SEO meta tags, Open Graph (og:) tags for Facebook, WhatsApp, and LinkedIn sharing, and Twitter Card (twitter:) tags for X sharing. Copy the generated code block and paste it into your page's
section. All generation happens in your browser; none of your page details, URLs, or content is transmitted to any server.lightbulb When to use this tool
- check_circle Setting up the complete meta tag section for a new website page, product landing page, or blog post.
- check_circle Ensuring a blog post or article generates a rich preview card with correct title, description, and image when shared on social media.
- check_circle Generating Open Graph tags for a product page to control how it appears when shared in WhatsApp groups or LinkedIn posts.
- check_circle Adding Twitter Card meta tags to ensure your article appears with a large image card rather than a plain link on X (Twitter).
- check_circle Auditing and regenerating meta tags for existing pages where the current tags are missing or incorrectly formatted.
Why use our tool?
Three Tag Sets in One Generator — SEO + Open Graph + Twitter Card
Most meta tag generators focus on basic SEO tags (title, description, keywords, robots). This tool generates all three sets simultaneously: standard SEO tags, Open Graph (og:title, og:description, og:image, og:url, og:type, og:site_name) for Facebook/WhatsApp/LinkedIn, and Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image) for X sharing. Copy one code block and you are fully covered.
Character Count Warnings for Critical Fields
Meta titles above 60 characters are truncated by Google in search results. Meta descriptions above 160 characters are truncated. The tool displays a live character count for both fields with a clear warning when you exceed optimal length, so you can trim before generating the final tags.
Open Graph Image Preview
Enter your og:image URL and the tool attempts to load and preview it so you can verify the image appears correctly, is accessible, and has appropriate dimensions (the recommended minimum is 1200×630px for optimal display across all platforms). This prevents the common mistake of a broken image URL that makes all social shares appear without a card image.
Robots Tag Builder with Common Combinations
The robots meta tag controls search engine crawling and indexing behaviour. The tool provides a UI for selecting the correct combination: index/noindex, follow/nofollow, with explanations of when each is appropriate, rather than requiring you to remember the exact attribute values.
Clean, Copy-Ready HTML Output
The generated meta tags are formatted as clean, indented HTML ready to paste directly into a
section. There are no extra attributes, no framework-specific syntax, and no proprietary code. The output works in any HTML environment — static HTML, WordPress, React, Next.js, Astro, or any other web framework.How it works
Enter your page title (target: 50–60 characters including the primary keyword near the front).
Enter your meta description (target: 140–155 characters — compelling summary of the page's value).
Enter the canonical page URL.
Enter the OG image URL (must be an absolute URL; recommended minimum 1200×630px).
Set Open Graph type (website for homepages/landing pages, article for blog posts), author, and site name.
Click 'Generate Tags' to produce the HTML code block.
Copy the full code block and paste it inside your HTML page's
section, replacing any existing meta tags for the same properties.Examples
science Blog Post Meta Tags
Title: "10 Free SEO Tools Every Marketer Should Know" (52 chars ✓)
Description: "Discover the best free SEO tools for keyword research, technical audits, and backlink analysis. Updated for 2025." (115 chars ✓)
og:type: article | twitter:card: summary_large_image
Output: Complete 12-line HTML meta tag block covering all three tag sets
science Product Landing Page
Title: "Utility Spark — 81 Free Browser Tools, No Signup" (46 chars ✓)
og:image: https://utilityspark.app/og-image.jpg (1200×630px verified)
Robots: index, follow
Result: Page indexed by Google, shares with large image card on Facebook, WhatsApp, and X