Fix · Answer shape
There is nothing on the page worth quoting
The page is reachable and readable, and still nothing can be lifted from it. No top-level heading, no description, and the answer buried below the brand story.
What we found
No top-level heading — the page has no h1, so nothing states in the page's own structure what this page is about. Evidence EV-044
No meta description — the one line a search engine or assistant is handed for free is empty. Evidence EV-015
Why it matters
An assistant answering a question needs a passage it can quote and attribute. If your opening is "Welcome to our family business, established in 1962", there is nothing to lift for someone asking whether you are open on a Sunday. The fix is not more words. It is putting the answer where the question is.
Before and after
Now
<title>Home</title> <!-- no description --> <div class="hero"> <span>Welcome</span> </div> <p>A warm welcome to our family business, est. 1962…</p>
After
<title>Jersey ice cream farm near Penrith · open daily 11–5</title> <meta name="description" content="Working dairy farm near Penrith, Cumbria. Over 40 flavours, open daily 11am–5pm."> <h1>Jersey ice cream, made on the farm near Penrith</h1> <p><b>Open daily, 11am to 5pm</b>, four miles south of Penrith off the A6…</p>
The rule underneath
- One h1, saying what the page is. Not the company name alone. What a stranger would call it.
- The answer in the first paragraph, stated as a fact with the units, days and places in it.
- A descriptive heading above every section, so a machine can find the part that answers a particular question.
- Facts in text, not in images. A price list in a JPEG is invisible.
- Heading levels in order — h1, then h2, then h3. Skipping levels breaks the outline a machine builds.
Word count is not the fix and never was. A 200-word page that answers the question outperforms 900 words that circle it.
Prove it worked. Open the page, disable JavaScript, and read the first 120 words. If they do not answer the question a customer would have typed, it has not worked yet. Then check exactly one h1 exists and no heading level is skipped.
What it will not do
A quotable page still has to be reachable and identifiable first. If the access foundation or the identity fix is outstanding, do those before this one — this is the third job, not the first.