Technical diagnosis
The next useful issue was not more page copy. It was routing consistency.
After the schema and title fixes cleared, repeated browser-like requests exposed intermittent status behavior on key URLs and redirect problems on education routes. That changed the work from content editing to host-level diagnosis: canonical URL settings, clean extensionless routes, redirect hops, document-root behavior, and physical directories that conflicted with flat-file rewrites.
Why it matters
A clean public URL should resolve predictably. Inconsistent status responses can confuse crawlers, weaken canonical signals, and make scans harder to interpret.
- Status consistency
- Redirect hops
- Canonical handling
What resolved it
The fix combined one host-level HTTPS canonical setting, explicit flat-file routes, removal of a conflicting physical education directory, and repeated browser-like GET checks. A strict public deployment allowlist now prevents source and workspace folders from reaching production.
- Canonical host setting
- Explicit route map
- Deploy allowlist