Laravel / Data productWorking experiment

InHomeDayCareMap

I designed a directory for licensed in-home daycare providers with crawlable geography, a useful map, normalized imports, and privacy rules for home-based locations.

01

The job

A useful provider directory has two different consumers: people need fast geographic discovery, while crawlers need stable state, city, facet, and provider paths that do not depend on the map UI.

02

The hard part

Provider locations can be sensitive. Search discovery, structured data, imports, and freshness checks must work without exposing precise private-home coordinates.

03

How I built it

  1. Separate crawlable state, city, facet, and provider resources from the interactive map layer.
  2. Normalize provider imports and track source freshness before generating public routes.
  3. Use approximate locations and explicit privacy rules for sensitive provider records.
  4. Generate JSON-LD and size-limited sitemaps from the same canonical route model.
04

What I verified

  • Provider import normalization
  • State/city/facet/provider route model
  • Live search and map UI
  • Approximate-location handling

Current state: The architecture and route model exist. This is not presented as a live directory or a traffic result.