Meta tag generator
Shape the search snippet and social preview before your page goes live, then copy the tags into the build.
Basic details
Recommended length: 50 to 60 characters
Recommended length: 150 to 160 characters
Separate values with commas. Not a major Google ranking factor, but still useful in some workflows.
Social preview fields
Recommended size: 1200 × 630
Generated HTML
<!-- Primary Meta Tags --> <title>My Awesome Website</title> <meta name="title" content="My Awesome Website" /> <meta name="description" content="The best place to find amazing things." /> <meta name="keywords" content="website, generator, tools" /> <meta name="author" content="" /> <meta name="robots" content="index, follow" /> <meta name="theme-color" content="#000000" /> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:url" content="https://example.com" /> <meta property="og:title" content="My Awesome Website" /> <meta property="og:description" content="The best place to find amazing things." /> <meta property="og:image" content="https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=1200&h=630&fit=crop" /> <meta property="og:site_name" content="My Site" /> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:url" content="https://example.com" /> <meta property="twitter:title" content="My Awesome Website" /> <meta property="twitter:description" content="The best place to find amazing things." /> <meta property="twitter:image" content="https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=1200&h=630&fit=crop" />
Google preview
Social preview
Meta tag best practices
Title
Write the title around the page's real search intent. A vague title may fit every page, but it will make none of them look worth clicking.
Description
The description is not a ranking shortcut, but it is often the line people read before choosing a result. State the page promise plainly and avoid repeating the title.
Open Graph
Open Graph tags control the default title, description, URL, and image many social platforms use when someone shares the link.
Robots
Use robots directives carefully. noindex can keep a page out of search, while nofollow can affect how crawlers treat links on the page.
Canonical URL
Point duplicate, tracked, or variant URLs back to the preferred page so search engines understand which version should carry the signal.
Frequently asked questions
Do meta keywords still matter?
They are not a significant Google ranking factor, but they can still be useful for internal workflows, secondary engines, or structured editorial planning.
How can I verify that Open Graph tags are working?
Use platform debuggers such as the Facebook Sharing Debugger or a social card validator to fetch and preview the rendered metadata.
Why does viewport matter if this page is about SEO?
Viewport is not an SEO ranking tag by itself, but it is essential for mobile rendering quality and should still be correct in any production HTML head.
Will Google show my exact meta description?
Not necessarily. Search engines can rewrite snippets when another part of the page better matches the query. A clear description still helps when it is used.
How long should a title tag be?
There is no exact character limit because search results are measured by rendered width, but 50 to 60 characters is a useful working range for most pages.
Ready to publish a page with better metadata?
Deploy the page with HTTPS, clean routing, and edge delivery so the metadata you just tuned is attached to a real, shareable URL.
Deploy a site