What are meta tags?
Meta tags are snippets of HTML code that live in the <head> section of a web page. They are invisible to visitors but tell search engines and social media platforms important information about your page — including what it's about, how to index it, and how to display it when shared.
Getting meta tags right is one of the most impactful and easiest wins in SEO. They directly affect your click-through rate in search results, how your pages look on social media, and whether Google indexes your content correctly.
Generate a complete meta tag bundle — title, description, canonical, Open Graph, and Twitter Cards — all in one place.
Use Meta Tags Generator →1. Title tag
The title tag is the most important meta tag for SEO. It appears as the clickable blue headline in Google search results and in the browser tab. Google uses it as a strong signal of what your page is about.
Best practices:
- Keep it between 50–60 characters to avoid truncation in search results
- Include your primary keyword near the beginning
- Add your brand name at the end separated by | or –
- Make every title unique — never duplicate across pages
- Write for humans first — it should compel a click
2. Meta description
The meta description is the short paragraph that appears under your title in search results. While it is not a direct ranking factor, it significantly affects click-through rate — a compelling description means more clicks.
Best practices:
- Keep it between 120–160 characters
- Include your focus keyword — Google bolds matching words in snippets
- Add a call to action — "Learn", "Try", "Discover", "Get"
- Describe the value of the page clearly
- Make every description unique across your site
3. Canonical tag
The canonical tag tells Google which version of a page is the "original" or preferred version. It prevents duplicate content issues that can split your ranking signals between multiple URLs.
Always add a self-referencing canonical tag to every page — even if there are no duplicate versions. This protects against URL parameter variations, tracking parameters, and HTTP/HTTPS conflicts.
4. Robots meta tag
The robots meta tag controls whether Google indexes a page and follows its links. By default, all pages are indexable — you only need this tag when you want to restrict crawling.
<meta name="robots" content="index,follow">
<!-- Block indexing (use for thank-you pages, login pages, etc) -->
<meta name="robots" content="noindex,nofollow">
Use noindex on:
- Thank-you and confirmation pages
- Login and account pages
- Internal search result pages
- Staging or test pages
- Duplicate content pages
5. Open Graph tags
Open Graph tags control how your page looks when shared on Facebook, LinkedIn, WhatsApp, and other social platforms. Without them, platforms will pick random content from your page — usually poorly.
<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="Your page description.">
<meta property="og:url" content="https://yoursite.com/page">
<meta property="og:image" content="https://yoursite.com/image.jpg">
<meta property="og:site_name" content="Your Site Name">
6. Twitter Card tags
Twitter Card tags control how your page appears when shared on Twitter/X. The summary_large_image card type shows a large image preview which gets significantly more engagement.
<meta name="twitter:title" content="Your Page Title">
<meta name="twitter:description" content="Your page description.">
<meta name="twitter:image" content="https://yoursite.com/image.jpg">
Meta tag quick reference
Generate your meta tags now
Free tool — create title, description, canonical, OG, and Twitter tags in one form.
Open Meta Tags Generator →