SEO
Global meta defaults for the public site, plus URL redirects and a log of broken links visitors have actually hit.
Global meta defaults
Used as the fallback whenever an individual post/product doesn't set its own title or description. Changes here are live immediately — the public site reads this table directly on every page load.
Redirects
301/302/307/308 from an old path to a new one. Applied by the workers/sitemap Worker in front of the public site.
| From | To | Status | Hits |
|---|
404 log
Paths visitors actually hit that didn't resolve to anything. Turn a frequent one into a redirect above.
| Path | Referrer | Hits | Last seen |
|---|
Broken-link scanner
Crawls every published post's content for <a href> links and checks each one. Runs on demand in your browser — see PHASE_7_HANDOFF.md for why this is a button, not a background job.
| Post | Link | Result |
|---|
Keyword & internal linking suggestions
Lightweight heuristic — top keywords per published post, and other posts sharing them worth cross-linking. Not ML, just word frequency; see PHASE_7_HANDOFF.md.