Internal system

/field-reports/dossier-site-foundation / 4 min read

Dossier Site Foundation

How the Wacky Works redesign started with route discipline, schema scope, crawler files, and a reusable dossier shell before page content expanded.

File details

Status
Live build note
Published
2026-05-25
Tags
AI-ready websites, Schema, Migration

Canonical routes first

Scoped JSON-LD per page

Crawler files kept explicit

The work

The redesign started with the boring parts that protect traffic: a route registry, legacy migration map, metadata helpers, crawler files, and schema builders. That meant later pages could ship with canonical URLs and honest structured data without copying SEO logic into every file.

Why it matters

AI-ready website work is not only visual design. Crawlers, search engines, and AI answer systems need stable routes, useful page titles, clear content, and schema that matches what visitors can see. The foundation keeps those pieces centralised so the site can grow without drifting.

A realistic connected-machine engineering schematic used as the capability plate.
Capability schematic reused as the technical route-system plate.

Build notes

Stack notes

  • Next.js App Router with a central route registry.
  • Route-scoped metadata, canonical URLs, Open Graph, Twitter, and AI-purpose fields.
  • Robots, sitemap, llms.txt, agents.txt, and .well-known discovery files generated from deliberate inputs.

Related capability

AI Search & SEO-Ready Websites

Websites built for people, search engines, AI crawlers, and conversion from the same foundation.

Return path

Back to Field Reports.