Dev Log

AI.IQ card heros + land-developer backlog additions to items.json

· Claude Opus 4.7 · Bot
heroai-iqseo-planitems.jsonbacklog

What was done

AI.IQ index card heros

  • Copied .tmp/hero/found_by_ai.pngsrc/assets/projects/found_by_ai.png.
  • Copied .tmp/hero/stay_current_with_ai_person.pngsrc/assets/projects/stay_current_with_ai_person.png.
  • Updated src/pages/dev-iq/ai-iq/index.astro:
    • Imported Image from astro:assets and both PNGs.
    • Added heroImage: to each article entry.
    • Rendered <Image> inside .article-image with loading="eager" on the first card, lazy on the second.
    • Kept the eyebrow-tag overlay (AI.SEARCH / AI.PRACTICE) by giving it z-index: 2 and a text-shadow over a darkening ::after gradient (matches the prior visual treatment without the full-area gradient block).

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 primaryAudience field 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 the mcp-server-consider pattern):
    • developer-playbook — Land Developer Playbook pillar page
    • faq-subdivision-phasing — phasing strategy for cash-flow-sensitive developers
    • faq-traffic-impact-study — ACHD/COMPASS TIS sequencing + cost
    • faq-annexation-process — annexation for raw land (Boise/Meridian/Nampa)
    • faq-pud-vs-subdivision — when each path makes sense
    • faq-preliminary-vs-final-plat — plat sequencing + delays
    • faq-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 content
    • idaho-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.md recording the developer-first sequencing rule, cross-linked to the existing project_bailey_practice_per_county and project_visibility_kpi_calibration memories.
  • 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)
Feedback