Meta Tags Generator
Generate essential, Open Graph, Twitter Card, security, and JSON-LD meta tags with live preview — your starting point for the manual, examples, and tips.
Every meta tag for a page in one place
The Meta Tags Generator assembles the complete <head> block for a page: title and description, Open Graph and Twitter/X Card data, security headers, mobile/PWA tags, performance hints, verification codes, and a ready-made JSON-LD script. You fill in a form, see the result immediately as cleanly commented HTML — and copy or download it.
The tool takes over exactly the kind of busywork where mistakes creep in: forgotten og:image dimensions, a title past the snippet limit, a Twitter Card with no @handle, hand-typed JSON-LD with a missing comma. Instead of looking up each <meta> tag individually, you click together the building blocks you need and get back correct, consistently formatted markup.
It's built for everyone who ships pages: developers who need a complete head for a new template fast; SEO and content people who want to keep title, description, and social previews inside their limits; and anyone who wants to try structured data without memorizing Schema.org syntax. No account, no installation, free.
What the generator produces
The form is organized into nine thematic building blocks (accordion sections). Each section has its own Include in output switch — you only put into the head what you actually want. By default only Essential is active; you enable the other eight as needed:
- Essential — charset,
<title>, meta description, canonical, robots directives (index/noindex, follow/nofollow, noarchive, nosnippet, noimageindex), and viewport. The mandatory tags for every page. - Open Graph —
og:tags for Facebook, LinkedIn, and WhatsApp: type, URL, title, description, image (including dimensions and alt text), site name, and locale; withog:type = articlealso published/modified time, author, section, and tags. - Twitter / X Card — card type,
@siteand@creatorhandles (the leading@is added automatically), title, description, image, and alt text. - Mobile & App —
theme-color, Apple web-app tags,apple-touch-icon, MS Tile Color, andformat-detection. - Authorship & Copyright — author, copyright, generator,
revisit-after, rating, and classification. - Security Headers — Content-Security-Policy (with Strict/Moderate/Loose presets), X-Frame-Options, Referrer-Policy, and a Permissions-Policy to deny camera, microphone, geolocation, fullscreen, and payment.
- Performance & Resource Hints — as many
dns-prefetch,preconnect,preload, andprefetchlines as you like. - Verification Tags — confirmation codes for Google Search Console, Bing, Pinterest, Yandex, and Facebook domain verification.
- Structured Data (JSON-LD) — a generated
application/ld+jsonscript for twelve schema types, fromWebPage,Article, andOrganizationthroughProduct,FAQPage, andBreadcrumbListtoLocalBusinessandEvent.
The tool's marketing line names only the five most important groups (Essential, Open Graph, Twitter Card, Security, JSON-LD) — there are actually the nine above.
Live preview and convenience
A dedicated Preview tab shows four previews built from your input: a Google SERP snippet, an Open Graph card, a Twitter/X card, and the formatted JSON-LD. So you see roughly how search result and social preview will look before you ship the page. Char counters with a traffic-light colour on the title, description, and social fields keep you within the recommended lengths; CSP presets and the automatic carry-over of title, description, and canonical into the JSON-LD save further typing. Two more tabs — Tips and Reference — provide priorities, character limits, testing tools, and a full tag reference right inside the tool.
Everything in the browser — nothing leaves your device
The generator is purely client-side: there's no server round-trip, no API, and no upload. The markup is built entirely in your browser, and your form state is stored only locally in localStorage — close the tab, come back, and it's all still there. None of what you type leaves your device. How to reset the state and which field produces which tag is covered in the manual.
Try it now
→ Open the Meta Tags Generator — enable building blocks, fill in fields, copy the finished HTML or download it as meta-tags.html. No account, free, right in the browser.
Related JPKCom tools
Generate, then verify — these tools fit right in:
- SEO & GEO Analyzer — check the meta, Open Graph, and JSON-LD data you produce here against a real URL and have it pass in the score.
- robots.txt & Sitemap — crawling rules and a sitemap to match the robots directives you set here.
- llms.txt Generator — the AI-friendly complement to clean structured data.
There's more on the subpages: the manual with every section and field in detail, hands-on examples, and a collection of tips & tricks.