{
  "_meta": {
    "format": "bw-ai-schema-pro/config",
    "format_version": 1,
    "plugin_version": "2.6.0",
    "preset": {
      "id": "clinic",
      "label": "Medical / Dental Clinic",
      "tagline": "Two-site clinic with department contact points",
      "description": "A family dental practice with two clinics. Sets the Organization to MedicalClinic, two locations with their own hours and phones, and separate contact points for booking, billing and emergencies.",
      "highlights": [
        "Organization type: MedicalClinic",
        "Two clinic locations",
        "Three contact points including emergency",
        "Service areas by city"
      ]
    }
  },
  "config": {
    "bw_schema_schema_org_type": "MedicalClinic",
    "bw_schema_business_type": "medical",
    "bw_schema_organization": {
      "name": "Riverbend Dental Group",
      "alternateName": "Riverbend Dental",
      "legalName": "Riverbend Dental Group Professional Corporation",
      "slogan": "Careful dentistry, unhurried appointments",
      "telephone": "+1-204-555-0400",
      "email": "reception@example.com",
      "sameAs": ["https://www.facebook.com/example-dental"],
      "geo": { "latitude": 49.89517, "longitude": -97.13843 },
      "openingHours": [
        { "days": ["Monday","Tuesday","Wednesday","Thursday"], "opens": "08:00", "closes": "18:00" },
        { "days": ["Friday"], "opens": "08:00", "closes": "15:00" }
      ]
    },
    "bw_schema_org_description": "A family dental practice with clinics in Winnipeg and Steinbach, offering general dentistry, hygiene, orthodontics and emergency care.",
    "bw_schema_address": { "street": "245 Osborne Street", "city": "Winnipeg", "state": "MB", "zip": "R3L 1Z6", "country": "CA" },
    "bw_schema_contact_points": [
      { "type": "reservations", "telephone": "+1-204-555-0400", "email": "booking@example.com", "languages": ["English","French"] },
      { "type": "billing", "telephone": "+1-204-555-0401", "email": "accounts@example.com", "languages": ["English"] },
      { "type": "emergency", "telephone": "+1-204-555-0409", "email": "", "languages": ["English"] }
    ],
    "bw_schema_locations": [
      { "id": "loc_clinwpg01", "name": "Riverbend Dental — Osborne Village", "type": "Dentist",
        "street": "245 Osborne Street", "city": "Winnipeg", "region": "MB", "postal": "R3L 1Z6", "country": "CA",
        "lat": "49.87144", "lng": "-97.14395", "telephone": "+1-204-555-0400", "email": "osborne@example.com",
        "url": "", "use_main_hours": 1, "areas": [ { "kind": "city", "name": "Winnipeg" } ] },
      { "id": "loc_clinstb01", "name": "Riverbend Dental — Steinbach", "type": "Dentist",
        "street": "88 Main Street", "city": "Steinbach", "region": "MB", "postal": "R5G 1Y7", "country": "CA",
        "lat": "49.52581", "lng": "-96.68445", "telephone": "+1-204-555-0402", "email": "steinbach@example.com",
        "url": "", "use_main_hours": 0, "areas": [ { "kind": "city", "name": "Steinbach" } ] }
    ],
    "bw_schema_service_areas": [
      { "kind": "city", "name": "Winnipeg" },
      { "kind": "city", "name": "Steinbach" },
      { "kind": "region", "name": "Manitoba" }
    ],
    "bw_schema_accommodation": { "currency": "CAD", "rate_unit": "DAY", "rate_stale_days": 180 },
    "bw_schema_price_range": "$$",
    "bw_schema_enable_price_range": "no",
    "bw_schema_awards": [],
    "bw_schema_certifications": ["Manitoba Dental Association", "Canadian Dental Association"],
    "bw_schema_employee_count": 31,
    "bw_schema_founding_date": "1994-01-10",
    "bw_schema_post_type_defaults": { "post": "article:BlogPosting", "page": "webpage:WebPage" }
  }
}
