You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(blog): drop the full archive, the topic hubs already carry it
The "All articles" list existed because pagination alone left 18 of the 26
posts three or more clicks from the home page. The topic hubs were added for
that same complaint and solved it: all 33 live posts sit in at least one of
the 12 hubs, the hubs are unpaginated, and their chips are in the /blog/
sidebar. Nothing is orphaned without the archive.
What it was still doing was rendering on every paginated page, so
/blog/page/4/ was five cards plus the same 33-link list — the archive was the
bulk of seven near-identical URLs, and pagination was decorative.
The Blog node on /blog/ still enumerates all 33 BlogPosting entries, so the
machine-readable full list is unchanged. Search KPI is byte-identical either
way: P@1 macro 52.3%, micro 61.2%, recall@6 90.1%.
0 commit comments