The two lines of HTML that decide your click-through rate
Before anyone reads your content, they read your meta tags: the title and description are the advertisement Google displays for your page, and the difference between “compelling” and “truncated rambling…” shows up directly in clicks. Yet meta tags are fiddly to hand-write — exact attribute syntax, invisible character limits, quote-escaping traps. This generator builds the complete, valid head block as you type, with live counters that keep your title inside ~60 characters and your description inside ~160 — the boundaries where search engines start cutting.
How to generate meta tags
- Type your page title and watch the counter — aim for 50–60 characters with the key phrase near the front.
- Write the meta description: 120–160 characters that promise what the page delivers.
- Optionally add keywords, an author, a robots policy and a canonical URL.
- Copy the generated block into your page's
<head>.
Writing titles that earn the click
A title tag is a promise in ten words. The patterns that consistently win: lead with the searcher's phrase (“PDF to Word Converter — …” beats “HomePage | Tools | …”), add a differentiator (free, 2026, step-by-step, no signup), and keep the brand at the end, not the start. Avoid stuffing — “converter convert PDF converter online” reads like spam to humans and algorithms alike. The 60-character ceiling isn't bureaucracy: longer titles are cut mid-word in results, usually at the exact spot your meaning lived.
Descriptions: your free ad copy
The description doesn't directly affect ranking, but it heavily affects clicking, which affects everything. Treat it as ad copy: state what the visitor gets, name a concrete benefit, end with momentum (“Try it free.”). Google bolds words matching the user's query, so naturally including your key phrases makes the snippet visually jump. Skip it entirely and Google improvises a snippet from random page text — rarely flattering.
The supporting cast
- Robots: leave “index, follow” for normal pages; “noindex” keeps thank-you pages, internal search results and duplicates out of Google.
- Canonical: when similar URLs exist (tracking parameters, print views), the canonical tag names the official version and consolidates ranking signals onto it.
- Keywords: ignored by Google since 2009; included here for the niche systems that still read it. Leaving it blank is fine.
- Charset & viewport are included automatically — required boilerplate for correct rendering on every device.
Sixty seconds per page, counters keeping you honest, valid HTML guaranteed — the lowest-effort, highest-visibility SEO work you can do today.
Quick reference
| Property | Detail |
|---|---|
| Generates | title, description, keywords, author, robots, canonical, charset, viewport |
| Title guide | 50–60 characters, key phrase first |
| Description guide | 120–160 characters, benefit-led |
| Counters | Live, with limit warnings |
| Output | Valid HTML, properly escaped, copy-ready |
| Where to paste | Inside your page's element |
| Cost | Free, unlimited pages |
Frequently asked questions
Do meta keywords still matter for Google?
No — Google has ignored the keywords tag since 2009, and stuffing it can even look spammy to other systems. The generator includes it for completeness; leaving it empty is a perfectly modern choice.
What happens if my title is longer than 60 characters?
Search engines truncate it with an ellipsis, usually mid-phrase, and may even rewrite it entirely. The live counter warns you; trim until the promise fits whole.
Does the meta description affect my ranking?
Not directly — but it determines click-through rate from results pages, and pages that get clicked more tend to earn better positions over time. It's free advertising; write it like you mean it.
When should I use a canonical URL?
Whenever the same content is reachable at multiple addresses — with tracking parameters, with/without www, print versions. The canonical tag tells search engines which URL is the real one, so ranking signals aren't split.