Generate HTML meta tags for page titles, descriptions, canonical links, Open Graph previews, and Twitter Cards.
Tags produced
The output includes <title>, meta name="description", optional link rel="canonical", Open Graph og:* properties, and matching twitter:* tags. Social titles and descriptions default to the primary fields when left blank.
When to use it
Prototype landing pages, audit share previews, or copy a consistent head block into static site generators and SPA frameworks without memorizing attribute names.
Limitations
Does not minify HTML, inject JSON-LD, or validate image dimensions. URLs must be absolute for social images. Twitter and Open Graph crawlers may cache previews for hours after you change tags.
Example
Title "Tool Plaza", description "Browser utilities", canonical https://toolplaza.app, and an OG image URL yield a complete <head> fragment you can paste into a template.