3 free SEO utilities — meta tag generator (title, description, OG, Twitter Card), Open Graph preview with platform mockups, URL slug generator with transliteration. Browser-only, no signup.
3 SEO & Meta Tools
The SEO cluster covers the three operations every developer reaches for when shipping a public-facing page: getting the meta tags right (title, description, canonical, robots), making the social-share card look correct (Open Graph + Twitter Card mockups), and producing a clean URL slug (transliteration + stop-word removal). All three are mandatory for organic search visibility in 2026 — Google's E-E-A-T signals, X / LinkedIn / Facebook / WhatsApp share previews, and search engine indexing all depend on these metadata choices being right at publish time. Every tool runs entirely client-side; draft titles, descriptions, and unannounced URLs never leave the browser.
Six tags cover 99% of pages. One: <title> ≤60 characters (Bing strict limit) — strongest on-page SEO signal. Two: <meta name="description"> ≤155 characters — controls the SERP snippet. Three: <link rel="canonical"> — solves duplicate content across HTTP/HTTPS, www/non-www, trailing-slash variants. Four: <meta name="robots" content="index, follow"> — explicit indexing directive (or noindex, follow for ToS / Privacy pages). Five: Open Graph block — og:title, og:description, og:image (1200×630), og:url, og:type. Six: <meta name="twitter:card" content="summary_large_image"> — X falls back to OG tags for everything else. Skip: <meta name="keywords"> (Google ignored since 2009, treated as spam signal by some Bing scoring), <meta name="revisit-after"> (never honored by any crawler).
Three tools in this cluster handle preview before deploy. Meta Tag Generator shows live Google SERP rendering as you type, with character-count warnings at platform-specific limits. Open Graph Preview renders Facebook, X, and LinkedIn share cards from your input fields without server fetch — works on draft copy, unannounced launches, and offline. Slug Generator previews the kebab-case slug as you type the title, with transliteration applied to non-Latin characters. None of these require uploading the page or even having it live — they preview from form input only. After deploy, validate with Google Rich Results Test (rich-results.google.com), Facebook Sharing Debugger (developers.facebook.com/tools/debug), and X Card Validator (cards-dev.twitter.com/validator) to force cache refresh.
| Need | Tool |
|---|---|
| Generate complete head meta-tag block (SEO + OG + Twitter Card) | Meta Tag Generator |
| Preview Facebook / X / LinkedIn share cards | Open Graph Preview |
| Generate clean kebab-case URL slug from title | URL Slug Generator |
| Test JSON-LD schema markup (HowTo, Article, etc.) | Use JSON Formatter + Google Rich Results Test |
| Markdown-to-HTML preview for blog posts | Markdown Preview |
| Pretty-print SEO sitemap.xml | XML Formatter |
SEO basics start with three things rendering correctly: page-level meta tags (title, description, canonical), social-share previews (Open Graph + Twitter Card), and clean URLs. Get those right and Google has the signals it needs to rank you. These three tools cover all three checkpoints — generate, preview, validate, ship.
og:image/og:image:width issues that break cards.… mid-sentence. Worth tightening.canonical = otherpage tells Google not to index this one. Common bug after URL refactors.og:image:width and og:image:height. Twitter and LinkedIn fall back to a small thumbnail or no preview at all. Always include both./the-best-way-to-do-stuff! is worse than /best-way-do-stuff. Strip stop words and punctuation; keep slugs < 5 words when possible..html. Pick one form per site; serve a 301 from the other. Consistency > cleverness.Frequently Asked Questions
Other Categories