Learn which HTML meta tags matter for SEO and social sharing. Covers title tags, meta descriptions, Open Graph, Twitter Cards, robots meta, and canonical URLs with examples.
Meta tags are HTML elements in the <head> that provide metadata about a page — information for search engines, social platforms, and browsers rather than visible page content. Getting meta tags right is one of the most fundamental on-page SEO tasks.
<title>Your Page Title | Brand Name</title>
The title tag is the most important on-page SEO element. It appears as the blue headline in search results and in the browser tab.
<meta name="description" content="Your description here.">
Appears as the snippet under the title in search results. Doesn't affect ranking directly, but impacts click-through rate. Keep to 155–160 characters. Google may rewrite it with a more relevant page passage.
<meta name="robots" content="index, follow">
index, follow: Default — index page, follow linksnoindex: Exclude from search resultsnofollow: Don't follow links for ranking<link rel="canonical" href="https://example.com/page/">
Tells search engines the preferred URL when the same content exists at multiple URLs. Prevents duplicate content issues and consolidates ranking signals.
<meta property="og:title" content="Meta Tag Generator: SEO Meta Tags Explained | 365tool.net"> <meta property="og:description" content="Social description"> <meta property="og:image" content="https://example.com/img.jpg"> <meta property="og:url" content="https://example.com/page/">
Controls how your page looks when shared on Facebook, LinkedIn, Slack. Image: minimum 1200×630px. A compelling OG image dramatically increases link click rates.
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Page Title"> <meta name="twitter:image" content="https://example.com/img.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1">
Mandatory for mobile-responsive sites. Without it, mobile browsers render at desktop width and scale down. Google uses mobile-first indexing — missing viewport directly hurts mobile rankings.
Use our free Meta Tag Generator — results appear as you type. No sign-up needed!
🚀 Open Meta Tag Generator Free