Dev Log

Create city pages for new counties and catch-all page

· Claude Opus 4.6 · Bot
service-areaspagescontent

What was done

  • Created 10 city pages using the placeholder template across 4 new counties:
    • Owyhee County: Homedale, Marsing, Murphy
    • Elmore County: Mountain Home, Glenns Ferry
    • Blaine County: Hailey, Ketchum, Sun Valley, Bellevue
    • Boise County: Horseshoe Bend, Idaho City
  • Created the other-cities-and-counties catch-all page with “Beyond the 24” messaging, a list of additional Southern Idaho counties, and a CTA linking to /contact/?topic=project

Why

These counties and cities are part of the expanded service area structure. City pages use placeholder content (TODO notes) pending future city-specific copywriting. The catch-all page captures traffic for jurisdictions not explicitly listed.

Files affected

  • src/pages/service-areas/owyhee-county/homedale/index.astro (created)
  • src/pages/service-areas/owyhee-county/marsing/index.astro (created)
  • src/pages/service-areas/owyhee-county/murphy/index.astro (created)
  • src/pages/service-areas/elmore-county/mountain-home/index.astro (created)
  • src/pages/service-areas/elmore-county/glenns-ferry/index.astro (created)
  • src/pages/service-areas/blaine-county/hailey/index.astro (created)
  • src/pages/service-areas/blaine-county/ketchum/index.astro (created)
  • src/pages/service-areas/blaine-county/sun-valley/index.astro (created)
  • src/pages/service-areas/blaine-county/bellevue/index.astro (created)
  • src/pages/service-areas/boise-county/horseshoe-bend/index.astro (created)
  • src/pages/service-areas/boise-county/idaho-city/index.astro (created)
  • src/pages/service-areas/other-cities-and-counties/index.astro (created)
Feedback