Section-archive realignment — swap generic list for compelling grid

2026-05-15 · sketch · proposal for visual + IA realignment of dare.co.uk’s section pages

Dan’s idea: the rich archive grid view (currently at /<section>/archive/) is materially more compelling than the simpler “generic list” root view. Realign the IA so visitors landing on /methods-of-business-design/ get the compelling grid by default — not the simpler list. Apply the same shape to the newer sections (/cinema/, /architecture/, etc.) built this morning.

TL;DR

Visual contrast — why this matters

Current root view (the “generic” we’re replacing)

https://dare.co.uk/methods-of-business-design/

Current methods root — simpler grid

Two-column card grid with title + section label + date. Functional, scannable, but information-dense without curatorial signal. The reader gets a chronological list and has to do the work of figuring out where to start.

Proposed root view (promote archive/ to root)

https://dare.co.uk/methods-of-business-design/archive/

Methods archive — the compelling grid

Curated “Featured · highlights” strip at top (Dan-picked, image-led). Filter chips by sub-category (Industrial Design / Methods / Narrative / Psychology / User Interface). Sort controls (Newest / Oldest / Title A-Z). Then a dense thumbnail grid — every post is an image card OR a coloured text-only card (when no body image exists). Much more like a magazine archive than a list.

The 7 new sections built this morning

https://dare.co.uk/cinema/

Cinema today — same simpler grid as the methods root above

These were built this morning using the methods-root pattern as the template. Same two-column-card-with-date layout. Functional but not magazine-grade. Worth upgrading to match the proposed new canonical pattern.

The realignment plan

Phase 1 — promote archive to root for the 3 main sections (~30-60 min)

For each of methods-of-business-design, culture-means-thriving-teams, fields-notes-from-business-design:

  1. Rename the current root: index.htmlsimple-list.html (preserves the simpler view at a different URL for anyone who liked it)
  2. Move archive: archive/index.htmlindex.html (rich grid becomes root)
  3. Add _redirects rule: /<section>/archive/ → /<section>/ 301 (preserves old links to archive URL)
  4. Optionally: keep /archive/ returning the same content by symlinking, so both URLs work for transition period
  5. Update any cross-references in nav (top nav already says “Methods / Culture / Field Notes” — those should now resolve to the archive view; verify after swap)

Phase 2 — build archive variants for the 7 newer sections (~2-3 hours)

Sections: cinema, architecture, photography, books, people, brands, observations

For each:

  1. Build a <section>/archive/index.html matching the methods archive structure: - “Featured · highlights” strip (Dan picks 3-5 standout articles per section) - Filter chips by sub-category if any exist (e.g., cinema by decade, photography by location) - Sort controls - Full thumbnail grid with image-card OR coloured-text-card per article
  2. Once built and reviewed, do the same swap as Phase 1

Generalisable build pattern via ~/bin/dare_section_archive_build.py (new tool — extension of today’s dare_section_indexes_build.py). The new tool:

Phase 3 — nav consistency check (~10 min)

After Phase 1 + 2, audit every page on dare.co.uk for nav references to section root URLs:

Implementation options for Phase 1 (pick one)

Option What Pros Cons
A. File rename + redirect Rename index.htmlsimple-list.html, move archive/index.htmlindex.html, redirect /archive/ → root Simple, no duplication, clean URLs Old archive URL doesn’t show archive content directly (it 301s)
B. Content swap, both URLs serve same Copy archive content into root index.html, leave archive/ as-is Both URLs work, no redirect needed Duplicate content (Google may pick one as canonical)
C. Symlink index.html is a symlink to archive/index.html One file truly authoritative Symlinks don’t always survive deploy pipelines cleanly

Recommendation: Option A — cleanest IA, the simpler-list view stays accessible at /<section>/simple-list/ for anyone who wants it (or for an A/B test) but the canonical URL is the rich grid.

Risk assessment

Risk Mitigation
External links to /<section>/archive/ URLs break 301 redirect handles them; Google ranks transfer cleanly
Page load is heavier (more thumbnails) Archive view is already in production for 3 sections — performance is acceptable; can lazy-load below the fold
Sections without enough articles to fill a rich grid look sparse Books has 10 articles, brands has 6 — these may need a simpler layout variant OR more articles before promoting
Sub-category filters need data not currently in JSON-LD Add an articleSection or category tag to each article during the build; defer if sub-cat filtering isn’t load-bearing
Featured-highlights strip needs Dan’s editorial picks Hand-curated featured.json per section; small editorial pass

Sequencing — what gets built first

Order by leverage × ease:

  1. First: Phase 1 swap for the 3 main sections — biggest visual upgrade for least effort, archive content already exists
  2. Second: Phase 2 build for cinema (84 articles — plenty to fill a rich grid)
  3. Third: Phase 2 build for people (44 articles) + architecture (42) + photography (35)
  4. Fourth: Phase 2 for books (10), brands (6), observations (8 per memory) — these need either more articles OR a sparser layout variant
  5. Last: Phase 3 cross-reference audit

What “done” looks like

Open questions for Dan

  1. Featured-highlights curation — how many per section? 3 looks Dan-curated, 4-5 starts to feel like a list. Recommend 3
  2. Sub-category filters — cinema by decade? photography by place? architecture by movement? Or skip filtering entirely on the smaller sections?
  3. Coloured-text-card colours — palette per category? Or single accent (DARE red) for all? Current archive uses sub-category colour-coding
  4. Order of the Phase 2 builds — cinema first (most material) or photography (most visual)?
  5. The 7 new section pages — do we promote the existing simple ones now (Phase 1) OR wait until Phase 2 completes? If we promote now, the “improvement” sits behind the click; if we wait, the IA is inconsistent for ~2-3 hours

Why this is the right move

This sits inside feedback_canonical_site_header — culture-archive-style header is the approved pattern for site-wide rollout. The rich grid IS the canonical pattern; the simpler list was a holding state for sections that didn’t yet have it.

It also compounds with the agent-discoverability work shipped this morning. Agents (Claude / ChatGPT / Perplexity) reading /cinema/ get an immediate sense of the section’s depth + curatorial voice. The rich grid signals editorial quality at every entry point.

The 20% of upside above the simpler list isn’t visual polish — it’s the curatorial signal that the section has been thought about, not just listed. That’s the difference between an archive that earns citations and one that gets skimmed.


Generated 2026-05-15. Screenshots: cropped tops of live production pages. Implementation deferred until Dan confirms answers to the open questions above.

Linked artefacts

Source: dare_strategy_section_archive_realignment_2026-05-15.md · Rendered 2026-05-15 13:37