{
  "_meta": {
    "format": "bw-ai-schema-pro/config",
    "format_version": 1,
    "plugin_version": "2.6.0",
    "preset": {
      "id": "multi-storefront",
      "label": "Multi-Storefront Retail",
      "tagline": "Three real stores under one parent company",
      "description": "A regional retailer with three staffed storefronts. Each store is emitted as its own LocalBusiness with address, geo and phone, linked to the parent by parentOrganization, with the parent carrying subOrganization references back.",
      "highlights": [
        "Organization type: Store",
        "Three locations, each with address and coordinates",
        "subOrganization / parentOrganization wiring",
        "Per-store service areas by city"
      ]
    }
  },
  "config": {
    "bw_schema_schema_org_type": "Store",
    "bw_schema_business_type": "retail",
    "bw_schema_organization": {
      "name": "Northfield Outfitters",
      "alternateName": "Northfield",
      "legalName": "Northfield Outfitters Inc.",
      "slogan": "Gear that gets you out there",
      "telephone": "+1-780-555-0200",
      "email": "hello@example.com",
      "sameAs": ["https://www.instagram.com/example-outfitters", "https://www.facebook.com/example-outfitters"],
      "geo": { "latitude": 53.54617, "longitude": -113.49382 },
      "openingHours": [
        { "days": ["Monday","Tuesday","Wednesday","Thursday","Friday"], "opens": "09:00", "closes": "20:00" },
        { "days": ["Saturday"], "opens": "09:00", "closes": "18:00" },
        { "days": ["Sunday"], "opens": "11:00", "closes": "17:00" }
      ]
    },
    "bw_schema_org_description": "Outdoor clothing and equipment retailer with three stores across Alberta, stocking hiking, climbing and paddling gear.",
    "bw_schema_address": { "street": "10230 Jasper Avenue", "city": "Edmonton", "state": "AB", "zip": "T5J 4P6", "country": "CA" },
    "bw_schema_contact_points": [
      { "type": "customer service", "telephone": "+1-780-555-0200", "email": "hello@example.com", "languages": ["English"] }
    ],
    "bw_schema_locations": [
      { "id": "loc_shopyeg01", "name": "Northfield Outfitters — Edmonton Downtown", "type": "Store",
        "street": "10230 Jasper Avenue", "city": "Edmonton", "region": "AB", "postal": "T5J 4P6", "country": "CA",
        "lat": "53.54617", "lng": "-113.49382", "telephone": "+1-780-555-0200", "email": "edmonton@example.com",
        "url": "", "use_main_hours": 1, "areas": [ { "kind": "city", "name": "Edmonton" } ] },
      { "id": "loc_shopyyc01", "name": "Northfield Outfitters — Calgary Kensington", "type": "Store",
        "street": "1140 Kensington Road NW", "city": "Calgary", "region": "AB", "postal": "T2N 3P1", "country": "CA",
        "lat": "51.05287", "lng": "-114.09313", "telephone": "+1-403-555-0201", "email": "calgary@example.com",
        "url": "", "use_main_hours": 1, "areas": [ { "kind": "city", "name": "Calgary" } ] },
      { "id": "loc_shopyql01", "name": "Northfield Outfitters — Canmore", "type": "Store",
        "street": "725 Main Street", "city": "Canmore", "region": "AB", "postal": "T1W 2B4", "country": "CA",
        "lat": "51.08897", "lng": "-115.35885", "telephone": "+1-403-555-0202", "email": "canmore@example.com",
        "url": "", "use_main_hours": 1,
        "areas": [ { "kind": "city", "name": "Canmore" }, { "kind": "city", "name": "Banff" } ] }
    ],
    "bw_schema_service_areas": [ { "kind": "region", "name": "Alberta" } ],
    "bw_schema_accommodation": { "currency": "CAD", "rate_unit": "DAY", "rate_stale_days": 180 },
    "bw_schema_price_range": "$$",
    "bw_schema_enable_price_range": "yes",
    "bw_schema_awards": ["Alberta Retailer of the Year 2025"],
    "bw_schema_certifications": [],
    "bw_schema_employee_count": 65,
    "bw_schema_founding_date": "2004-03-20",
    "bw_schema_post_type_defaults": { "post": "article:BlogPosting", "page": "webpage:WebPage" }
  }
}
