{
  "schema_version": "1.0",
  "generated_at": "2026-09-09T10:12:44.467Z",
  "site": {
    "name": "Freewyld (StayFreewyld)",
    "canonical_origin": "https://freewyld.com",
    "description": "Design-forward cabin rentals in Idyllwild, California, built for reconnecting with what matters. Book direct for the best rates."
  },
  "discovery": {
    "sitemap": "https://freewyld.com/sitemap-index.xml",
    "llms": "https://freewyld.com/llms.txt"
  },
  "collections": {
    "pages": "https://freewyld.com/agent/pages/index.json"
  },
  "url_templates": {
    "notes": "Dates are ISO YYYY-MM-DD. guests is an integer. Slugs come from cabin_slugs below. Do not append date parameters to /property/<slug>/: that page ignores them and shows its own live calendar.",
    "availability_search": {
      "url": "https://freewyld.com/properties/?checkIn=YYYY-MM-DD&checkOut=YYYY-MM-DD&guests=N",
      "purpose": "All cabins open for those dates, with nightly rates. The search runs on page load. Use this when the guest has dates but no cabin chosen."
    },
    "cabin_detail": {
      "url": "https://freewyld.com/property/<slug>/",
      "purpose": "One cabin: photos, amenities, reviews, live booking calendar."
    },
    "direct_booking": {
      "url": "https://freewyld.com/book/<slug>/?checkIn=YYYY-MM-DD&checkOut=YYYY-MM-DD&guests=N",
      "purpose": "Direct checkout for one cabin and one date range, prefilled from the parameters. Use this when the guest has both a cabin and dates. Missing dates are tolerated: the page prompts for them instead of failing."
    },
    "cabin_slugs": [
      "black-mountain",
      "coulter-pine",
      "freewyld-village",
      "juniper",
      "ursus"
    ]
  }
}