Guides
Meta tags that still earn their keep
Titles, descriptions, Open Graph, and robots — what still matters for search and social previews, and how to draft them before you ship.
Nico Vale · Jun 12, 2026 · 8 min read
Search and social still read the boring tags at the top of a page. A clear title and description will not rank a weak page by themselves, but a vague or duplicated set will waste the clicks you do earn.
This guide focuses on the tags that remain worth hand-tuning: document title, meta description, Open Graph basics, and a few robots signals.
Title tags: unique and front-loaded
Each important URL needs its own title. Put the distinctive part first when the brand is not the query (JSON formatter — UtilInUse, not UtilInUse | Tools | JSON). Keep length readable in SERPs — roughly under 60 characters is a useful target, not a hard law.
Avoid:
- Stuffing the same keyword three times
- All-caps shouting
- Titles that only say “Home” or “Page”
Meta descriptions: the pitch, not a keyword dump
Descriptions do not directly rank like they once seemed to, but they influence whether someone clicks. Write one or two plain sentences that match the page. If Google rewrites the snippet, you still benefit from having a coherent fallback.
Draft the description after the page exists. Summarize the promise; do not invent features the body never covers.
Open Graph for shares
When a link lands in Slack, LinkedIn, or iMessage, Open Graph tags shape the preview card. Minimum useful set:
og:titleog:descriptionog:imageog:url
Keep the image large enough (1200×630 is a common target) and make sure the title still makes sense outside your site chrome.
UtilInUse’s meta tag generator and Open Graph generator help you draft markup before CMS work begins.
Robots and canonicals
robots meta and robots.txt answer different questions. Meta is page-level; the text file is crawl-budget guidance for paths. Canonical URLs tell engines which variant is preferred when similar pages exist.
If you ship both www and bare domains, or tracking parameters create duplicates, canonicals earn their keep.
A lightweight pre-launch pass
- Unique title per URL
- Honest description
- OG image that is not a logo postage stamp
- Canonical points at the preferred URL
- Spot-check with a SERP preview tool
Metadata will not save thin content. It will stop you from undercutting good content with a careless head section.