Meta Tags

Generate SEO, Open Graph, and Twitter Card meta tags for a page from its title, description, URL, and preview image — values are escaped and ready to paste into your head.

Title: 13 chars (≤ 60 ideal) Description: 82 chars (≤ 160 ideal)
<title>My Page Title</title>
<meta name="description" content="A short, compelling description of this page for search engines and social shares.">
<link rel="canonical" href="https://example.com/page">

<!-- Open Graph -->
<meta property="og:title" content="My Page Title">
<meta property="og:description" content="A short, compelling description of this page for search engines and social shares.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com/page">
<meta property="og:image" content="https://example.com/preview.png">
<meta property="og:site_name" content="Example">

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="My Page Title">
<meta name="twitter:description" content="A short, compelling description of this page for search engines and social shares.">
<meta name="twitter:image" content="https://example.com/preview.png">