What Are Meta Tags and Why They Matter for SEO
Meta tags are snippets of HTML code that provide information about a webpage to search engines and social media platforms. They don't appear on the page itself, but they control how your page appears in search results and social shares.
Think of meta tags as the "behind-the-scenes" description of your page. They tell search engines what your page is about, how to display it, and whether it should be indexed at all.
The Meta Tags That Actually Matter
Not all meta tags are important. Here are the ones you should focus on:
Title Tag
The title tag is the most important on-page SEO element. It appears as the clickable headline in search results and as the tab title in browsers.
<title>Best Coffee Shops in Seattle | Local Guide</title>
- Keep it under 60 characters to avoid truncation
- Put your main keyword near the beginning
- Make it compelling enough to click
- Each page should have a unique title
Meta Description
The meta description is a brief summary of your page that appears below the title in search results. While not a direct ranking factor, it significantly impacts click-through rates.
<meta name="description" content="Discover the top 10 coffee shops in Seattle, from cozy neighborhood spots to award-winning roasters. Updated for 2024.">
- Keep it between 140-160 characters
- Include a clear benefit or call-to-action
- Match the search intent of your target keywords
- Write for humans, not search engines
Canonical Tag
The canonical tag tells search engines which version of a page is the "original" when you have similar or duplicate content across multiple URLs.
<link rel="canonical" href="https://example.com/blog/best-coffee-shops">
Use canonical tags when:
- You have multiple URLs with similar content
- Your site has both www and non-www versions
- You have print-friendly versions of pages
- Products appear in multiple categories
Robots Meta Tag
The robots meta tag controls how search engines crawl and index your page.
<meta name="robots" content="index, follow"> <!-- Default, allows indexing --> <meta name="robots" content="noindex, nofollow"> <!-- Blocks completely -->
Meta Tags for Social Media
Open Graph and Twitter Card tags control how your page appears when shared on social media platforms.
Open Graph Tags
Used by Facebook, LinkedIn, and most social platforms:
<meta property="og:title" content="Best Coffee Shops in Seattle"> <meta property="og:description" content="Discover the top 10 coffee shops..."> <meta property="og:image" content="https://example.com/coffee.jpg"> <meta property="og:url" content="https://example.com/blog/coffee-shops">
Twitter Card Tags
Specifically for Twitter link previews:
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Best Coffee Shops in Seattle"> <meta name="twitter:description" content="Discover the top 10..."> <meta name="twitter:image" content="https://example.com/coffee.jpg">
Why Meta Tags Matter for SEO
Meta tags impact your SEO in several ways:
- Search visibility — Title tags and meta descriptions determine how your page appears in search results. A well-crafted title and description can significantly improve click-through rates.
- Indexing control — Robots meta tags and canonical tags help you control which pages appear in search results and avoid duplicate content issues.
- Social sharing — Open Graph and Twitter Card tags ensure your content looks professional when shared on social media, which can drive referral traffic.
- User experience — Proper meta tags set accurate expectations for users before they click, reducing bounce rates.
Meta Tags That Don't Matter
Some meta tags are outdated or ignored by modern search engines:
- Meta keywords — Google hasn't used this since 2009. Bing ignores it too. You can safely skip this tag.
- Meta author — Generally ignored by search engines.
- Meta revisit-after — Search engines determine crawl frequency themselves.
- Meta generator — Only reveals your CMS version, which can be a security risk.
Generate Meta Tags for Your Website
Use our free meta tag generator to create SEO-optimized tags with live preview.
Open Meta Tag Generator