AI.IQ card heros + land-developer backlog additions to items.json
What was done
AI.IQ index card heros
- Copied
.tmp/hero/found_by_ai.png→src/assets/projects/found_by_ai.png. - Copied
.tmp/hero/stay_current_with_ai_person.png→src/assets/projects/stay_current_with_ai_person.png. - Updated
src/pages/dev-iq/ai-iq/index.astro:- Imported
Imagefromastro:assetsand both PNGs. - Added
heroImage:to each article entry. - Rendered
<Image>inside.article-imagewithloading="eager"on the first card,lazyon the second. - Kept the eyebrow-tag overlay (AI.SEARCH / AI.PRACTICE) by giving it
z-index: 2and a text-shadow over a darkening::aftergradient (matches the prior visual treatment without the full-area gradient block).
- Imported
items.json backlog additions (land-developer focus)
Ryan flagged land developers as Bailey’s #1 target audience — content
sequencing should weight developer-intent queries above
attorney/realtor work. Added to src/content/seo-plan/items.json:
- Top-level
primaryAudiencefield documenting the priority. - Phase 3 description updated to reflect the developer-first sequencing.
- New Phase 3 backlog items (all
pending, no target — explicit backlog, matching themcp-server-considerpattern):developer-playbook— Land Developer Playbook pillar pagefaq-subdivision-phasing— phasing strategy for cash-flow-sensitive developersfaq-traffic-impact-study— ACHD/COMPASS TIS sequencing + costfaq-annexation-process— annexation for raw land (Boise/Meridian/Nampa)faq-pud-vs-subdivision— when each path makes sensefaq-preliminary-vs-final-plat— plat sequencing + delaysfaq-multicity-comparison— directly targets the Q10 multi-city miss (“civil engineering firm Caldwell Nampa Idaho”)
- New Phase 4 backlog items (off-domain authority for developers):
naiop-idaho-guest— NAIOP Idaho / Idaho Smart Growth guest contentidaho-business-review-op-ed— developer-perspective op-ed on Treasure Valley entitlement timelines
These items will surface automatically on
/dev-iq/ai-iq/getting-found-by-ai/ as pending under their respective
phases. Each is reversible — Ryan can remove any that don’t fit the
roadmap, or assign target dates to lift them out of backlog.
Memory
- Saved
project_primary_audience_developers.mdrecording the developer-first sequencing rule, cross-linked to the existingproject_bailey_practice_per_countyandproject_visibility_kpi_calibrationmemories. - Added the pointer line to
MEMORY.md.
Why
Ryan asked for hero swaps on the two AI.IQ articles and to “add ways to improve SEO to backlog” with land developers as the #1 target, referencing the Q4/Q6/Q7/Q8/Q10 miss analysis on the visibility scoreboard. Adding the items as explicit backlog (no target dates) lets the roadmap reflect intent without overcommitting on dates — Ryan can promote items to scheduled when ready.
Files affected
src/assets/projects/found_by_ai.png(added)src/assets/projects/stay_current_with_ai_person.png(added)src/pages/dev-iq/ai-iq/index.astro(modified — Image import, heroImage bindings, CSS updated for image+overlay)src/content/seo-plan/items.json(modified — primaryAudience field added, 7 new Phase 3 items, 2 new Phase 4 items).claude/.../memory/project_primary_audience_developers.md(added, outside repo).claude/.../memory/MEMORY.md(modified, outside repo)