Meta tags are invisible HTML elements that tell search engines and social platforms what your page is about. Get them right and your pages display correctly in Google, show rich previews on Facebook and Twitter, and avoid duplicate content penalties. Get them wrong and your carefully written content loses clicks before anyone reads it.
This guide covers every meta tag that matters in 2026 — SEO basics, Open Graph for social sharing, Twitter Cards, and the canonical tag — and shows you how to generate them all at once without writing HTML by hand.
Meta Tags That Actually Matter for SEO
<title>Page Title</title><meta name="description"><link rel="canonical"><meta name="robots"><meta property="og:title"><meta name="twitter:card">Everything else — author, keywords, revisit-after — is either ignored by major search engines or redundant. Focus on these six categories.
Open Graph Tags Explained
Open Graph (OG) was created by Facebook and is now the standard social sharing protocol. When someone shares your URL on Facebook, LinkedIn, WhatsApp, Slack, Discord, or most other platforms, they read these tags to generate the preview card. Without OG tags, social platforms make their own guess — often badly.
The minimum OG tags you need on every page:
- og:title — the headline shown in the preview card. Can differ from your SEO title tag.
- og:description — the summary shown under the title. Usually 2–3 short sentences.
- og:image — the thumbnail image. Facebook recommends at least 1200×630px. This single tag has the largest impact on social click-through rate.
- og:url — the canonical URL for the shared content. Helps consolidate shares from multiple URLs.
- og:type — usually "website" for homepages or "article" for blog posts and news pages.
Twitter Cards Explained
Twitter/X reads its own twitter: meta tags (and falls back to OG tags if they're missing). There are two main types:
- summary — small square thumbnail on the left, title and description on the right. Good for news and articles without a strong visual.
- summary_large_image — large banner image above the title and description. Much higher engagement. Use this for any content with a good hero image.
The only Twitter-specific tag you usually need to add is twitter:card. Title, description, and image will fall back to OG values automatically.
The Canonical Tag: Preventing Duplicate Content
The canonical tag (<link rel="canonical" href="...">) tells Google which URL is the "true" version of a page. This matters whenever your content is accessible from multiple URLs — for example:
- Both
http://andhttps://versions of a page - Paginated content like
/page/1,/page/2 - URL parameter variants like
?ref=facebookor?sort=price - Same content syndicated to a partner site
Google consolidates link equity from all duplicate URLs to the canonical, making it the stronger ranking signal. Missing canonicals can split your ranking power across multiple versions of the same page.
Step-by-Step: Generate Your Meta Tags
Go to webtoolsz.com/meta-tag-generator. No sign-up required.
Enter your page title, description (120–158 characters), author, and canonical URL. These generate your core SEO meta tags.
Add your OG title, description, and the absolute URL to your hero/thumbnail image. The social preview updates in real time.
Click Copy HTML to copy all tags at once. Paste them into your page's
<head> section before publishing.Meta Tags That Are Dead (Stop Wasting Time)
Several meta tags were widely used in the early 2000s but are now ignored by Google, Bing, and most modern crawlers:
- meta keywords — Google hasn't used this since 2009. It's a historical artifact and can actually signal spam to some crawlers.
- meta revisit-after — Google's crawler determines its own crawl frequency. This tag does nothing.
- meta language — Use the
langattribute on your<html>tag and hreflang links instead. - meta distribution — Not used by any major search engine.
Generate Your Meta Tags Now — Free
SEO, Open Graph, and Twitter Cards in one place. Copy-paste ready HTML.
Open Meta Tag GeneratorFrequently Asked Questions
What are Open Graph meta tags?
Open Graph tags control how your page looks when shared on social media platforms like Facebook, LinkedIn, and WhatsApp. They define the title, description, and image shown in the preview card that appears before users click your link. Without them, social platforms generate their own previews — usually poorly.
What is a Twitter Card?
Twitter Cards are meta tags that control how your content appears when shared on Twitter/X. The summary_large_image type shows a large featured image alongside title and description, dramatically increasing engagement compared to plain link tweets. Twitter falls back to OG tags if Twitter Card tags are missing.
What is the canonical URL meta tag?
The canonical tag (<link rel="canonical">) tells search engines which URL is the authoritative version of a page when duplicate or similar content exists across multiple URLs. It prevents duplicate content penalties and consolidates link equity to your preferred URL, which strengthens its ranking signal.
Do meta keywords still matter for SEO?
No. Google has ignored the meta keywords tag since 2009. Bing also ignores it for ranking purposes. The only meta tags that directly affect SEO are title, meta description (for CTR), the robots tag, canonical URL, and structured data. Focus your time on those — meta keywords is a relic.