Which Meta Tags the Generator Produces
AnyTool Meta Tag Generator assembles a complete, well-ordered <head> block in the browser from a single input model, with every value HTML-escaped. The SEO section covers the title, meta description, canonical link, robots, viewport, charset, theme-color, optional keywords/author and favicon links. The Open Graph section emits og:type, og:url, og:title, og:description, og:image (with og:image:width/height of 1200×630 and optional alt), og:site_name and og:locale. The Twitter/X section emits twitter:card (summary or summary_large_image), twitter:url, twitter:title, twitter:description, twitter:image and optional twitter:site/creator handles, reusing the SEO title and description and falling back to Open Graph where a twitter:* tag is absent.
- SEO: title, description, canonical, robots, viewport, charset, theme-color, favicon
- Open Graph: og:type, url, title, description, image (+width/height/alt), site_name, locale
- Twitter/X: twitter:card, url, title, description, image, site, creator
- og:title/description reuse the SEO title and description automatically
- All output is HTML-escaped and grouped under section comments — runs client-side
