Missing canonical
Multiple URL variants without canonical can split SEO.
Fix: Always include a canonical line.
header • up to 320x100 / 728x90
Generate title, description, keywords, canonical, OpenGraph, and Twitter meta tags from simple key:value pairs
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
HTML (HyperText Markup Language) is the core markup language for web pages, defining structure and content that browsers render.
HTML Meta Tag Generator reads simple `key: value` lines — title, description, keywords, author, viewport, canonical, image — and emits a complete set of meta tags including OpenGraph and a Twitter card.
It's ideal for quickly scaffolding `<head>` content for blogs, landing pages, and new site sections.
title: Ada's Developer Blog description: Articles on JS, TS, and performance keywords: javascript, typescript, performance canonical: https://ada.dev/blog image: https://ada.dev/og.png
<title>Ada's Developer Blog</title> <meta name="description" content="Articles on JS, TS, and performance" /> <meta name="keywords" content="javascript, typescript, performance" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="canonical" href="https://ada.dev/blog" /> <meta property="og:title" content="Ada's Developer Blog" /> <meta property="og:type" content="website" /> <meta property="og:description" content="Articles on JS, TS, and performance" /> <meta property="og:image" content="https://ada.dev/og.png" /> <meta name="twitter:card" content="summary_large_image" />
Multiple URL variants without canonical can split SEO.
Fix: Always include a canonical line.
OG image matters for social sharing.
Fix: Add 'image: https://…' to your input.
title, description, keywords, author, viewport, canonical, image.
Yes — when title and description are provided.
Yes — a Twitter summary_large_image card.
Yes — double quotes inside values are escaped.
No — processing is client-side.
Pair with SEO tools, OpenGraph preview, and HTML formatter. You can also browse the full HTML Generators category for more options.
Design Open Graph and Twitter card images with export-ready presets
Format and beautify HTML markup online with clean indentation and proper tag nesting. Paste HTML and get readable, copy-ready output in seconds.
Build a safe anchor tag with href, optional target="_blank", and rel="noopener noreferrer"
Generate a ready-to-use mailto: anchor with subject, cc, bcc, and body parameters URL-encoded
Generate robots.txt file
Generate JSON-LD schema markup for common page types
Generate an <img> tag with src, alt, width, height, loading="lazy", and decoding="async" best practices
Build an accessible HTML <form> with labelled inputs, selects, textareas, and a submit button
Turn a plain text list into ordered <ol> or unordered <ul> HTML with one item per line
Convert CSV, TSV, or pipe-separated data into a clean HTML <table> with optional <thead>
Generate HTML meta tags for SEO
Encode or decode HTML entities