Meta Tag Generator

Meta Tag Generator lets you generate escaped title, description, canonical and Open Graph metadata. Enter your own values or load the worked example.

Method and calculation

Generate escaped title, description, canonical and Open Graph metadata.

Inputs and settings

Meta Tag Generator accepts Page title; Description; Canonical URL.

Worked example

Meta Tag Generator example — Page title: "My website"; Description: "A useful page about everyday tools."; Canonical URL: "https://example.com/page". Computed output: <title>My website</title> <meta name="description" content="A useful page about everyday tools."> <link rel="canonical" href="https://example.com/page"> <meta property="og:title" content="My website"> <meta property="og:description" content="A useful page about everyday tools.">

Output and limitations

Meta Tag Generator: Input is treated as plain text; it is never executed.

Technical references: JavaScript Unicode normalization

Meta Tag Generator FAQs

Meta Tag Generator applies the following rule to your input: Generate escaped title, description, canonical and Open Graph metadata. The worked example on this page uses the same processor as the result button.
Meta Tag Generator has these boundaries: Input is treated as plain text; it is never executed. Start by checking the page title field against the units or format shown.
Meta Tag Generator provides this sample: <title>My website</title> <meta name="description" content="A useful page about everyday tools."> <link rel="canonical" href="https://example.com/page"> <meta property="og:title" content="My website"> <meta property="og:description" content="A useful page about everyday tools.">. Use the sample button to reproduce it, then replace the inputs with your own values.