# Wishdeal Factory buyer-path - iteration 24 ship log

**Date:** 2026-05-10 (continued autonomous /loop)

## What shipped

This iteration shipped a long-tail-SEO + targeted-entry-point layer. The catalog already covers all 183 ideas; the new `/factory/for/<audience>/` pages give specific operator types a curated entry point with copy framed for them.

### New pages

| URL | Purpose | Picks |
|---|---|---|
| `/factory/for/` | Index of all buyer-type landings | 6 audiences |
| `/factory/for/agencies/` | Agencies: white-label and retainer plays | 12 |
| `/factory/for/solo-founders/` | Solo founders: quick-MVP, easy-distribution | 12 |
| `/factory/for/sales-teams/` | Sales teams: revenue ops + outbound | 10 |
| `/factory/for/b2b-saas-operators/` | Existing SaaS: adjacent + AI-native rebuilds | 12 |
| `/factory/for/consultants/` | Consultants: productized service ideas | 10 |
| `/factory/for/vertical-saas-operators/` | Vertical: legal, healthcare, real estate, trades | 12 |

Each page has unique 3-paragraph intro framed for that audience, top picks ranked by Adoptability score (filtered by category + score axes), JSON-LD-ready structure, footer cross-links, and a CTA into the full catalog.

### Generator + cron

`/home/ubuntu/factory/director/regen-audience-pages.py` reads `/srv/sites/factory/adoptability.json` and renders all 7 pages. Cron entry runs every 4 hours so as the Director ships new products, the audience picks update automatically.

### Sitemap + nav + cross-links

- Sitemap +7 URLs → 1259 total
- Homepage nav: added `For` link (durable — see Regression below)
- Catalog header: added "Browse by buyer type" pill in the anchor-nav row
- `/factory/start-here/`: new section "Are you a specific kind of buyer?" lists all 6 audiences with 1-line description each

### Regression caught + fixed

Discovered iter 23's homepage nav additions (FAQ + Changelog) were silently getting overwritten every 60 seconds by `mission-control.py` (a cron-driven homepage regenerator I hadn't tracked through).

Patched the SOURCE in `mission-control.py` so the nav stays consistent. After patching, the homepage now renders `For`, `FAQ`, and `Changelog` durably — they survive the mission-control regen cycle.

This was a real bug that would have re-broken iter 23's work without action. Fixed.

### Em-dash audit

7 em-dashes shipped in audience-page intro + start-here patch. All 7 stripped before this iteration logged complete. Zero em-dashes in the audience-page output now.

## Files changed inventory

### New
- `/home/ubuntu/factory/director/regen-audience-pages.py` (generator)
- `/srv/sites/factory/for/index.html` + 6 sub-audience index.html files

### Modified
- `/home/ubuntu/factory/director/mission-control.py` (durable nav)
- `/home/ubuntu/factory/director/regen-sitemap-v2.py` (added 7 url_entries)
- `/srv/sites/factory/sitemap.xml` (re-rendered, 1259 URLs)
- `/srv/sites/factory/index.html` (new For link, also FAQ + Changelog now durable)
- `/srv/sites/factory/catalog/index.html` (header pill)
- `/srv/sites/factory/start-here/index.html` (new section)
- crontab (1 new entry: regen-audience-pages every 4h)

All modifications keep `.bak` backups.

## Why this matters

Each audience page is a single-purpose long-tail landing for queries like "AI products for marketing agencies", "AI ideas for solo founders", "AI for legal practice". Even at 0 organic traffic today, these pages compound: when the catalog gets indexed, an operator searching for their specific use case lands on a curated page, not the full catalog.

Plus when Wes pushes outreach to a specific audience (his network is split across agencies, SC operators, sales teams), he can link to the audience page instead of the homepage. Higher conversion, less friction.

## What still needs work

Same as iter 23 - all Wes-side:
1. Stripe wiring (30 min via runbook)
2. Email-send for auto-fulfill
3. First real traffic push

## Next 5 recommended autonomous tasks

1. **Per-audience email/social copy templates** — for each /for/ page, generate matching outbound copy ("if you're an agency, here's what to send a peer about this catalog") so Wes can mint one quickly.
2. **More buyer-type pages** — "AI ideas for ecommerce store operators", "AI for B2B service businesses", "AI ideas under 30 days to launch" (time-based filter), "AI ideas under $5k to launch".
3. **Per-archetype intro essays** — 6 archetype pages currently sparse. Add longer-form copy explaining the build pattern.
4. **/factory/random/** — small page that 302s to a random product slug; pure exploration aid + low-effort.
5. **Per-product objection-handler micro-page** — pulled from the dossier "likely objections" section, exposed as a public sub-page that addresses 3-5 common objections inline before unlock.

## Status snapshot

- 183 products in catalog
- 60+ buyer-facing pages (was 53+; added 7 audience pages)
- 6 API routes
- Sitemap: 1259 URLs (was 1248)
- ~100 cron entries
- Director watchdog alive
- Health check (last run): 34/34 passing

## Cumulative iter 1-24

60+ buyer-facing or admin pages. Marketplace shell now has dedicated entry points for the 6 most likely operator types, plus a public changelog and top-level FAQ. Remaining work: real Stripe wiring + traffic.
