13/60 (recommended for SEO)
54/160 (recommended for search snippets)
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>My Page Title</title><meta name="description" content="A short description of the page for search and social."><!-- Basic Meta --><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>My Page Title</title><meta name="description" content="A short description of the page for search and social."> <!-- Open Graph --><meta property="og:type" content="website"><meta property="og:title" content="My Page Title"><meta property="og:description" content="A short description of the page for search and social."><meta property="og:url" content="https://example.com/page"><meta property="og:image" content="https://example.com/og-image.jpg"><meta property="og:site_name" content="My Site"> <!-- Twitter --><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="My Page Title"><meta name="twitter:description" content="A short description of the page for search and social."><meta name="twitter:image" content="https://example.com/og-image.jpg"> <!-- JSON-LD --><script type="application/ld+json">{ "@context": "https://schema.org", "@type": "WebPage", "name": "My Page Title", "description": "A short description of the page for search and social.", "url": "https://example.com/page", "publisher": { "@type": "Organization", "name": "My Site" }}</script>Yes, completely free. Generate meta tags with no sign-up.
1200×630 pixels is recommended for best display on Facebook, LinkedIn, and Twitter.
Twitter can fall back to Open Graph, but adding Twitter-specific tags gives you control over how your link appears on Twitter.
Encode and decode HTML entities: named ( , ©) and numeric ( ,  ). Extends basic escape with full entity support.
Escape and unescape text for JSON, HTML, and URL. Handle special characters correctly.
Encode and decode URL components and full URLs. Parse query strings and path segments.