Generate complete HTML meta tags for SEO, Open Graph, Twitter Cards, and more — free, instant, no signup required.
Everything you need to know about meta tags, how they affect SEO, and how to use this free meta tag generator.
Meta tags are HTML snippets placed inside the <head> section of a webpage. They communicate page information to browsers, search engines, and social platforms — without being visible to regular users. Key types include the title tag, meta description, Open Graph tags, and Twitter Card tags.
Your title tag is the single most important on-page SEO element after content. A compelling meta description boosts click-through rates from search results. Open Graph tags control how your pages look when shared on social media. Together, they shape your entire search and social presence.
Keep your title between 50–60 characters (roughly 600px on desktop Google). Put your primary keyword near the beginning. Add your brand name at the end separated by a dash or pipe. Avoid duplicate titles across pages — every page needs a unique, descriptive title.
Aim for 120–155 characters. Include your primary keyword and a clear call to action. While meta descriptions are not a direct ranking factor, they heavily influence CTR from search results. Google may rewrite your description, but providing one improves consistency.
The canonical tag (rel="canonical") tells search engines which version of a URL is the "master" copy. Use it to prevent duplicate content penalties when the same content is accessible via multiple URLs — common with parameters, pagination, or HTTP vs HTTPS variants.
Open Graph tags (og:title, og:description, og:image) control how your pages appear when shared on Facebook, LinkedIn, WhatsApp, and Slack. Always include a high-quality og:image at 1200×630px. Without OG tags, social platforms will pick arbitrary content from your page.
Twitter Card tags define how your page appears when shared on X (Twitter). The summary_large_image type shows a prominent image card. The summary type shows a smaller thumbnail. Always include twitter:title, twitter:description, and twitter:image for best results.
Verification meta tags confirm ownership of your site to search engines. Add your Google Search Console verification code to access search analytics. Bing Webmaster Tools provides similar insights plus Bing-specific data. Pinterest and Yandex codes are optional unless targeting those platforms.
Favicon tags define the small icon in browser tabs. Apple Touch Icons appear on iOS home screens. A Web App Manifest enables Progressive Web App features. Ms-application-tile tags customize Windows Start Menu pins. Always provide icons in multiple sizes for full compatibility.
Your title tag and H1 should be related but not identical. Use the keyword in both.
Never duplicate titles across pages. Each page deserves its own unique, descriptive title tag.
Pages without an og:image get poor social previews. Use 1200×630px for best compatibility.
Meta keywords are largely ignored by Google. Focus on writing naturally for users, not bots.
Use Google Search Console, Facebook Sharing Debugger, and Twitter Card Validator to verify your tags.
Always include width=device-width, initial-scale=1 in your viewport meta tag for proper mobile rendering.
<head> section.<head> tag of your page. That's it — your meta tags are live.<link rel="canonical" href="...">) tells search engines the "preferred" version of a URL when the same content is accessible via multiple addresses. This is crucial for preventing duplicate content issues — common with tracking parameters, sorting/filtering URLs, HTTP vs HTTPS, or www vs non-www versions. Always include a canonical tag pointing to the clean, canonical version of every page.og:) are meta tags that control how your page appears when shared on social media platforms like Facebook, LinkedIn, WhatsApp, and Slack. The most important are og:title (shared title), og:description (shared text), og:image (thumbnail), and og:type (content type). Without them, social platforms will extract random content from your page, often with poor results.twitter:card, twitter:title, etc.) control how your page looks when shared on X (Twitter). The summary_large_image card type is the most visually impactful — it shows a large image above the link. If you don't have specific Twitter Card tags, Twitter will fall back to your Open Graph tags. Use this free meta tag generator to create both in seconds.header.php inside the <head> section. However, SEO plugins like RankMath already handle most meta tags automatically — so use this tool to verify your tags or to generate tags for pages the plugin misses.<head> section. For Blogger-specific setup: use the search preferences to add your meta description, and manually add Open Graph and Twitter Card tags via the theme HTML editor for better social sharing performance.<title>) appears in the browser tab and search results but is not visible on the page itself. The H1 is the main visible heading on the page. Both should contain your primary keyword, but they don't need to be identical. The title tag is for search engines and social sharing; the H1 is for users reading the page. This meta tag title generator handles the title tag — your H1 goes directly in your page content.Paste your existing page's <head> HTML below. We'll extract any meta tags we find.