Example input
title=Data quality guide
description=Practical checks for analytics data.
canonical=https://example.com/data-quality/
robots=index,follow
lang=en
DataHub
Tools
Meta Tags Generator
Local-first
Generate title, description, canonical, robots, viewport, and language meta tags for static pages.
The generator requires title, description, and an absolute HTTP/HTTPS canonical URL, validates a practical robots-directive subset and language-tag shape, then emits a head snippet plus a comment for the root html lang attribute.
title=Data quality guide
description=Practical checks for analytics data.
canonical=https://example.com/data-quality/
robots=index,follow
lang=enA head snippet plus a separate <html lang="en"> instruction.Do not accept fallback title or canonical values for a real page. A canonical is a search-engine hint, not access control or a guaranteed selection.
HTML defines document metadata and the html lang attribute. Google documents how canonical and robots hints are interpreted in search systems.
Sources checked July 24, 2026. Specifications and platform behavior can change; verify the sources before formal use.
On the root html element; the generated head snippet includes a comment rather than an invalid html tag.
No. It is a strong hint considered with redirects, links, sitemaps, and page content.
Basic required fields, HTTP/HTTPS canonical syntax, language-tag shape, and common robots directives are checked.
No. They describe and control parts of a page but do not replace useful content or intent matching.