New format
Meta tags and SEO: title, description, robots, and keywords
Meta tags are machine-facing fields in the page `<head>`: they don’t draw a block on screen, but help the browser and search engine understand the document. For SEO people usually mean title, description, and robots directives; keywords have long been secondary.
Below: a map of the tags, what actually affects SERPs and snippets, and what to leave alone. We don’t copy hard “exactly N characters = page one” rules or 2021 CMS screenshots: truncation length floats, plugin UIs change.
What counts as meta tags
Broadly — `<head>` elements that describe the document: charset, viewport, title, meta name/property, link rel, and more. In SEO slang “meta tags” often narrow to title + description + robots + outdated keywords.
They don’t replace content and URL structure. An empty page with a perfect title still isn’t a landing page.
Basic indexing minimum:
- a unique title
- a meaningful description
- a clear H1 and body text
- correct robots directives if the page shouldn’t rank
Title
Title shows in the browser tab and as the blue (or other) headline in results. It’s one of the strongest “meta” signals for what the URL is about.
Write for people and the query: brand, gist, sometimes geo or a USP — not a keyword dump. The old “under 80 characters” guide is a truncation hint, not a law.
Use competitors in the SERP as a tone reference, not a copy-paste template.
Description
Meta description is a candidate for the text under the headline in the snippet. It usually isn’t a direct ranking score; it works indirectly via CTR and click expectations.
State the benefit and match the page. Clickbait the URL doesn’t deliver hurts trust.
Robots: meta and neighboring tools
Meta robots (and the HTTP header) set whether to index the page and follow links: `noindex`, `nofollow`, combinations, `all`/`none` in older cheat sheets.
Don’t confuse with Disallow in robots.txt: blocking a path in txt may keep the crawler away; putting noindex on HTML means the page may still be crawled but shouldn’t enter the index (when handled correctly).
Utility pages, duplicates, carts, thin filters — typical candidates to noindex. Don’t noindex commercial landings just in case.
Keywords and other myths
Meta keywords once tried to feed engines a keyword list. Today for major systems they barely affect rankings; stuffing keywords achieves nothing.
Same for “secret” meta that supposedly boost PageRank: ignore it. Put your effort into content, internal links, speed, and the snippet.
For social sharing, look at Open Graph / Twitter Cards separately from the search description.
How to add them on a site
By hand in the `<head>` template, via a CMS SEO module, or “SEO title / description” fields on the item. On site builders — the page settings block.
Watch that the plugin doesn’t duplicate titles or stamp one template across a thousand cards without uniqueness.
After edits — spot-check page source and the live snippet over days/weeks (not instantly).
Takeaways
Meta tags are a machine layer in `<head>`; for SEO the core is title, description, and sensible robots.
Keywords don’t save rankings; don’t copy “secrets” from 2010s posts.
Go deeper in separate guides on title, description, and closing from index — this piece is a map, not a substitute.
FAQ
Do meta tags alone put a page on page one?
No. Title and content help relevance and snippet clicks; ranking is broader — the page, links, tech, behavior.
How is title different from H1?
Title is the tab and snippet headline. H1 is the heading on the page. Align them by meaning; they don’t have to match word for word.
Do I need meta keywords?
As a ranking factor for Google and Yandex — no. Spend time on title, description, and body copy instead.
Are meta robots and robots.txt the same?
Related but different levels: robots.txt hints paths to the crawler; meta robots are directives for a specific HTML page (and sometimes X-Robots-Tag in HTTP).
Does description always appear in the snippet?
Not always: the engine may pull a page fragment. A good description raises the chance your own text shows in results.
Where do I edit meta tags?
In the theme template, an SEO plugin, or CMS fields. Button paths depend on the system — check current Help, not a 2021 screenshot.
Should one title cover the whole site?
No: commercial URLs need unique wording for each page’s intent.
What should I read next?
Separate pieces: title length, meta description, excluding pages from the index, snippets, and Open Graph.
Titles duplicated, descriptions empty, noindex on money pages?
We’ll map title/description/robots across key URLs — without meta-keywords myths.
Discuss the task