I audit strangers' websites — I open a page, measure what it ships, and write to the owner about what I found. Somewhere around the fourth one I stopped noticing it as a coincidence:
The single best sentence about the business was in the meta description. Not on the page. Not in the h1. In a tag nobody looks at.
Four sites in a row. Different countries, different industries, different people. Same shape every time.
Why this happens, and it isn't carelessness
The two lines get written at different moments, by different versions of you.
The h1 gets written early, while you are still nervous about being taken seriously. So it comes out sounding like the category: Make Smarter Decisions, Modern Solutions for Modern Teams, Your Partner in X. You are writing for an imagined investor.
The meta description gets written late, usually because a checklist told you the field was empty, usually in one pass, usually five minutes before you stop caring. Nobody is watching. So you just say what the thing is.
That's the whole mechanism. The description is honest because it was written when you'd stopped performing.
The four
A social analytics tool. The h1: Make Smarter Social Media Decisions. Fine, and interchangeable with two hundred other tools. The description named two of its actual metrics — invented vocabulary, specific to that product, the kind of words a user repeats back to you. The words that make the product itself were sitting in the tag.
An AI portrait generator. Every competitor in that market runs a subscription. The description contained four words: pay once, no subscription. That is not a feature, it is the entire reason to choose them over anyone else. It appeared nowhere on the visible page.
An electronics retailer. Their description mentioned a payment arrangement specific to their country — a workplace scheme that lets people buy against payroll. No competitor offered it. It was the one genuinely unfalsifiable difference they had, and it lived in the tag. Meanwhile the browser tab on their home page read "Home".
A children's activity centre — the reverse case, and my favourite. Here the inner pages were sharper than the entrance. A single activity page named the state it operates in. The home page didn't — and the town shares its name with a far more famous town elsewhere. So the page most people land on was the one page that failed to say where on earth it was.
That last one is why I don't think this is a rule about descriptions. It's a rule about where attention goes: the page you rewrite most is the page you overthink most, and the pages you never revisit keep telling the truth.
The check, and it takes thirty seconds
Open your own site. View source, or just open devtools:
document.title
document.querySelector('h1').innerText
document.querySelector('meta[name="description"]').content
Put the three next to each other and ask one question: which of them would make a stranger understand what you sell?
If the answer is the third one, you already have your headline. You wrote it. You just filed it somewhere no human being reads.
Then do the same for two or three inner pages, because of the fourth case above. Compare what the deepest page claims about you with what the front door claims. The gap is usually the interesting part.
What this is not
It isn't SEO advice. I'm not telling you to tune description length, or that this moves rankings — I haven't measured that and I'm not going to imply I have. Search engines frequently rewrite the description they display anyway.
The claim is narrower and, I think, more useful: the copy problem you think you have is often not a writing problem but a filing problem. The sentence exists. It's in the repository. It's just in the wrong field.
One more thing worth checking while you're in there, since it costs nothing: how many h1 elements the page actually has. On one of these four the answer was nine. That is not a ranking catastrophe, but it does mean the page has no single most important statement — which, if you've read this far, is exactly the problem we started with.
I build browser tools where the same discipline applies to numbers instead of sentences — parametric product configurators and engineering calculators, where the geometry and the costing are computed from the same parameters so they can't quietly disagree. Work at smirnov-artur.github.io/webgl, and I'm on Telegram at @smirnovarturr or at paladei702@gmail.com.
If you run the three-line check on your own site, I'd like to hear whether the description won. My guess is it wins more often than anyone expects, and I'd like a bigger sample than four.
Top comments (0)