{
  "_meta": {
    "format": "bw-ai-schema-pro/config",
    "format_version": 1,
    "plugin_version": "2.6.0",
    "preset": {
      "id": "resort",
      "label": "Resort",
      "tagline": "Luxury beachfront resort with room-level schema",
      "description": "A Turks & Caicos style beachfront resort. Sets the Organization to Resort with lodging fields, star rating and check-in times, one physical location, and the Accommodations module defaults so room pages emit HotelRoom / Suite nodes.",
      "highlights": [
        "Organization type: Resort",
        "Rooms module configured (USD, per night, 180-day rate review)",
        "One location with geo coordinates",
        "Service area: Providenciales"
      ]
    }
  },
  "config": {
    "bw_schema_schema_org_type": "Resort",
    "bw_schema_business_type": "hospitality",
    "bw_schema_organization": {
      "name": "Grace Bay Sands Resort",
      "alternateName": "Grace Bay Sands",
      "legalName": "Grace Bay Sands Resort Ltd.",
      "slogan": "Barefoot luxury on the world's best beach",
      "telephone": "+1-649-555-0140",
      "email": "reservations@example.com",
      "sameAs": [
        "https://www.facebook.com/example-resort",
        "https://www.instagram.com/example-resort"
      ],
      "geo": {
        "latitude": 21.79567,
        "longitude": -72.19889
      },
      "openingHours": [
        {
          "days": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
          "opens": "00:00",
          "closes": "23:59"
        }
      ]
    },
    "bw_schema_org_description": "A 48-suite beachfront resort on Grace Bay, Providenciales, with oceanfront suites, two restaurants, a spa and a dive centre.",
    "bw_schema_address": {
      "street": "1 Grace Bay Road",
      "city": "Providenciales",
      "state": "Caicos Islands",
      "zip": "TKCA 1ZZ",
      "country": "TC"
    },
    "bw_schema_contact_points": [
      {
        "type": "reservations",
        "telephone": "+1-649-555-0140",
        "email": "reservations@example.com",
        "languages": ["English", "French"]
      },
      {
        "type": "customer service",
        "telephone": "+1-649-555-0141",
        "email": "concierge@example.com",
        "languages": ["English"]
      }
    ],
    "bw_schema_locations": [
      {
        "id": "loc_resort01",
        "name": "Grace Bay Sands Resort",
        "type": "LocalBusiness",
        "street": "1 Grace Bay Road",
        "city": "Providenciales",
        "region": "Caicos Islands",
        "postal": "TKCA 1ZZ",
        "country": "TC",
        "lat": "21.79567",
        "lng": "-72.19889",
        "telephone": "+1-649-555-0140",
        "email": "reservations@example.com",
        "url": "",
        "use_main_hours": 1,
        "areas": [
          { "kind": "city", "name": "Providenciales" }
        ]
      }
    ],
    "bw_schema_service_areas": [
      { "kind": "city", "name": "Providenciales" },
      { "kind": "country", "name": "Turks and Caicos Islands" }
    ],
    "bw_schema_accommodation": {
      "currency": "USD",
      "rate_unit": "DAY",
      "rate_stale_days": 180
    },
    "bw_schema_price_range": "$$$$",
    "bw_schema_enable_price_range": "yes",
    "bw_schema_awards": [
      "Travellers' Choice Best of the Best 2025",
      "Condé Nast Readers' Choice — Top 10 Caribbean Resorts"
    ],
    "bw_schema_certifications": [
      "Green Globe Certified"
    ],
    "bw_schema_employee_count": 120,
    "bw_schema_founding_date": "2009-11-01",
    "bw_schema_post_type_defaults": {
      "post": "article:BlogPosting",
      "page": "webpage:WebPage"
    }
  }
}
