Skip to content

Meta Tag Generator

Generate a clean, escaped basic HTML head block with charset, viewport, title, description and optional author metadata while keeping specialized SEO and social tags separate.

Privacy: your files never leave your device. All processing happens locally in your browser.

How to use

  1. 1.Enter one accurate document title, a concise page description and an optional maintained author name.
  2. 2.Generate and copy the escaped basic head block without adding duplicate specialized metadata.
  3. 3.Insert it inside the document head, inspect the delivered source and remove conflicts added by themes, plugins or frameworks.

About Meta Tag Generator

Meta Tag Generator creates a deliberately small foundation for an HTML document head. Enter a document title, page description and optional author, then copy a block containing a UTF-8 encoding declaration, responsive viewport metadata, the title element, description metadata and author metadata when supplied. Processing stays in the browser and no text is sent to Lizely.

The scope is intentionally narrower than many so-called complete SEO generators. Canonical links, robots directives, Open Graph properties and Twitter Cards each express separate page decisions and have dedicated tools. Mixing every vocabulary into one long form makes it easy to copy contradictory or irrelevant markup. This tool handles only the basic document metadata that can be reviewed together.

The title element represents the document title or name in the HTML standard. Browsers use it in tabs, bookmarks and other interface surfaces, while search systems may use it as one input when creating a result title. A generated title is not a promise that any search engine will display the same text. The delivered page, surrounding headings, links and search-system decisions still matter.

Description metadata provides a short page summary for compatible consumers. Search engines may use it when it helps describe a result, but can select other visible text instead. Write an accurate human-readable summary that distinguishes the page. Avoid lists of keywords, duplicate descriptions across unrelated pages and promises the page does not fulfill.

The UTF-8 declaration is emitted before the textual metadata in the copied block. Put character encoding metadata early in the actual document head and ensure the server response does not declare a conflicting encoding. The generator cannot inspect HTTP headers, template layout or byte position after a CMS inserts the snippet. Verify the delivered source.

Viewport content is fixed to width=device-width, initial-scale=1. This common responsive baseline makes the layout viewport follow the device width without disabling user zoom. The tool does not add maximum-scale or user-scalable restrictions because those can harm accessibility. Responsive behavior still depends on CSS, media queries and usable component layouts.

Every text value is trimmed and escaped for its HTML context. Ampersands and angle brackets are encoded, and quotes are encoded where they could affect attributes. Control characters are rejected. The title is limited to 200 characters, the description to 500 and the optional author to 120, keeping output bounded without claiming those maxima are ranking targets.

The author field is optional and describes authorship metadata. It is not a verified identity, copyright statement, rel=author replacement or structured data. Omit it when the site does not maintain a meaningful value. For articles, people and organizations, use accurate visible bylines and appropriate structured data in addition to any basic metadata.

Eight standards-backed fixtures prove the exact charset, viewport, title, description and author forms plus escaping for ampersands, attribute quotes and angle brackets. Negative tests reject missing required fields, oversized values and controls. Browser tests then fill the real form, assert exact output and prove clipboard behavior.

Place the generated lines inside one HTML head. Do not paste them as visible body text or into an editor that escapes the markup a second time. Check that the document has only one title element and no duplicate description metadata added by a framework, theme, SEO plugin or deployment platform.

This generator does not measure keyword quality, pixel width, click-through rate or search demand. Those are content and product questions, not syntax validation. It also does not fetch the page, update a CMS or publish changes. Keep metadata aligned with what visitors actually receive.

After deployment, inspect raw public source and HTTP headers, view the page at mobile width, and use relevant search-console inspection tools after recrawling. Treat the copied block as a correct starting syntax, not a guarantee of indexing, ranking or a particular search snippet.

Methodology & sources

Required title and description plus optional author are trimmed, length bounded, checked for controls and escaped for HTML; a fixed UTF-8 declaration and accessible responsive viewport precede stable title, description and optional author lines.

Frequently asked questions

SEO & Webmaster guides

View all