← Free tools
Free tool
Meta tag & Open Graph generator
Paste your title, description and URL — get a clean block of SEO, Open Graph and Twitter tags to drop into your <head>, with a live preview. Nothing leaves your browser.
Google preview
yourproduct.com
Your product name
A short, punchy description of what your product does.
<title>Your product name</title> <meta name="description" content="A short, punchy description of what your product does." /> <link rel="canonical" href="https://yourproduct.com" /> <!-- Open Graph --> <meta property="og:type" content="website" /> <meta property="og:title" content="Your product name" /> <meta property="og:description" content="A short, punchy description of what your product does." /> <meta property="og:url" content="https://yourproduct.com" /> <!-- Twitter --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Your product name" /> <meta name="twitter:description" content="A short, punchy description of what your product does." />