The GSC telemetry digest landed at the usual time. Six pages still showing “URL unknown to Google.” Five legal pages and /stamp-duty-calculator. All of them had been live for weeks.
PR #153 was the code review I ran on these six pages. Every technical box on the checklist passed: HTTP 200, index, follow in meta robots, canonical tag pointing at self, prerender not blocked. I found two fixable issues in the same pass: a prerender blocker and a FAQ helper that needed cleaning. Both got resolved in the same commit. The technical audit was clean on everything that would explain why Googlebot hadn’t visited.
The prior article’s diagnosis established that these pages were stranded, not thin, with zero inbound links. This piece documents the mechanism and what was actually shipped to close the gap.
What “URL unknown to Google” means in practice
GSC distinguishes between a page it has crawled and decided not to index, and a page it has never crawled at all. “URL unknown to Google” is the second category. The crawler hasn’t visited. It doesn’t know the page exists through any signal it trusts.
Sitemaps are a weak signal. They tell Googlebot a URL exists. They don’t tell Googlebot the page is worth the crawl budget. A page with no inbound links from anywhere the crawler already trusts sits in the sitemap queue indefinitely. The 2026-06-20 operator push had submitted twelve Request-Indexing nudges and wired up IndexNow. None of it moved these six pages.
Crawl budget is finite. On a site with limited authority, the crawler allocates visits based on link signals from pages it already values. A URL that only appears in the footer of every page is visible to Googlebot, and the crawler will follow that link eventually, but footer links carry low contextual weight. They signal structure, not relevance. The six pages existed behind footer links exclusively. That was the gap.
Why footer links aren’t enough
Every page on the site had a footer link to /disclaimer and to /stamp-duty-calculator. That sounds like broad coverage. It isn’t.
Footer links have two problems as crawl signals. First, position: Google’s link-evaluation model weights links that appear earlier in the document more heavily than links that appear in repeated boilerplate at the bottom. A footer link on a hundred pages is not the same as a body-prose link on five pages. Second, context: the surrounding text on a footer link is boilerplate navigation copy. The surrounding text on a body-prose link is topically relevant prose. The crawler uses that context to understand what the target page is about and whether it’s worth visiting.
Six pages that only appear in footer navigation have no body-prose link pointing at them from anywhere. No topical context. No crawl-weight transfer from content that already has equity with the search engine.
The fix
The 2026-06-24 commit added body-prose internal links from six articles to /disclaimer and /stamp-duty-calculator. The devlog describes it as “crawl-weight transfer to footer-only pages.” That is the accurate description of the mechanism.
The source articles were existing, already-indexed pages. They were chosen because they were topically adjacent to the link targets: legal disclaimers sit naturally adjacent to financial and tax content; stamp duty sits naturally inside property and tax coverage. The link text was contextually honest. No anchor-text stuffing. No artificially exact-match phrases.
The targets: /disclaimer and /stamp-duty-calculator, two of the six URLs still unknown to Google. The five legal pages got their own body-prose mentions in adjacent articles. Source articles and target pages are all in the 2026-06-24 PR.
One paragraph per article. Six paragraphs total. Each one had to be editorially coherent: it makes sense where it sits, references the target page for a reason the reader would find relevant, and doesn’t read as link-insertion. The writing constraint is real. A forced internal link in a paragraph that doesn’t earn it creates worse user experience and potentially a worse crawl signal. The paragraphs had to work as prose first.
What the Phase 1.6 arc actually looked like
The 2026-06-20 operator-side push was the first attempt to move these pages. Sitemap canonical fix, twelve Request-Indexing nudges via GSC, IndexNow live. The sitemap canonical issue was a genuine fix; the submitted URLs needed to match the canonical declarations. Even after that landed, the six pages didn’t move in GSC.
The 2026-06-22 work went deep on content: three articles published, the YMYL schema retrofit across legal pages, the first IHT pillar piece live. That content push was necessary for topical authority, but it also produced the existing articles that would eventually carry the body-prose links. You can’t add a contextually honest internal link to a page that doesn’t exist yet.
The 2026-06-23 session closed out the eight-pillar map. Six additional publishes. The AdSense “low value content” flag appeared during that session, a separate diagnostic track that confirmed the content-depth work was warranted, not premature.
The 2026-06-24 morning was the code audit I ran on those six pages. Same day, the body-prose link commit. Technical audit first to confirm nothing structural was broken, then content fix to close the only remaining gap.
What this changes in the workflow
Two things to carry forward.
First: run the technical audit before assuming the problem is technical. The code review I ran on these six pages took a morning and confirmed every technical check passed. Without that confirmation, the temptation is to keep adjusting technical surfaces: resubmitting sitemaps, tweaking canonical tags, adding IndexNow signals. All of that is wrong when the actual gap is on the content side. The technical audit is the gate that tells you whether to stop touching the plumbing.
Second: footer links are not crawl equity. If a page matters enough to keep in the footer, it matters enough to link from at least one piece of body prose on a topically adjacent page. One well-placed body-prose link from a relevant, already-indexed page transfers more crawl weight than a hundred footer links combined. One paragraph per important footer-only URL is enough. It doesn’t need to be aggressive or repeated, just honest prose that earns its keep.
What we’re waiting on
Google’s crawl cycle. The body-prose links are live. The technical surface has been clean since 2026-06-24. Whether GSC updates these six pages from “URL unknown” to crawled, then eventually indexed, is now a function of when Googlebot follows those links and what it decides about the pages it finds.
The operator-side levers have been pulled. The content-side gap has been closed. There is nothing left to adjust until the data changes.



