How meta tag generator works
Meta tags are HTML elements that describe your page to search engines and social media platforms. The title and description tags are crucial for SEO rankings. Open Graph tags control how your page appears when shared on Facebook and LinkedIn. Twitter Card tags do the same for Twitter.
This generator creates a complete set of meta tags from your input: the title and description for SEO, Open Graph tags for social sharing, Twitter Card tags, a canonical URL link, and JSON-LD structured data for rich search results. Copy the output and paste it into your HTML head.
For best results, keep your title under 60 characters and your description under 160 characters. Include an image URL for social sharing. The JSON-LD structured data helps search engines understand your page and can earn rich snippets in search results.
Frequently asked questions
What meta tags do I need for SEO?
The two most important are the title tag (under 60 characters) and the meta description (under 160 characters). These appear in search results and influence click-through rate. The generator creates both plus additional SEO tags.
What are Open Graph tags?
Open Graph (og:) tags control how your page looks when shared on Facebook, LinkedIn, and other social platforms. They include og:title, og:description, og:image, and og:url. The generator creates all of them.
What is JSON-LD?
JSON-LD is a format for structured data that helps search engines understand your page. It can earn rich snippets in search results (like star ratings, breadcrumbs, and event details). The generator creates a WebSite schema by default.
Where do I put meta tags?
Meta tags go in the <head> section of your HTML document, before the <body>. The generator produces ready-to-paste HTML. Just copy and insert it into your page head.