{
  "_meta": {
    "format": "bw-ai-schema-pro/config",
    "format_version": 1,
    "plugin_version": "2.6.0",
    "preset": {
      "id": "law-firm",
      "label": "Law Firm",
      "tagline": "Litigation practice with two offices and named practice areas",
      "description": "A Vancouver litigation firm. Sets the Organization to Attorney, two offices as linked LocalBusiness locations, and service areas covering the cities the firm appears in.",
      "highlights": [
        "Organization type: Attorney",
        "Two offices linked as subOrganization",
        "Service areas by city and province",
        "Awards and bar certifications"
      ]
    }
  },
  "config": {
    "bw_schema_schema_org_type": "Attorney",
    "bw_schema_business_type": "professional",
    "bw_schema_organization": {
      "name": "Harbourline Litigation LLP",
      "alternateName": "Harbourline Law",
      "legalName": "Harbourline Litigation LLP",
      "slogan": "Straight answers, hard cases",
      "telephone": "+1-604-555-0170",
      "email": "intake@example.com",
      "sameAs": ["https://www.linkedin.com/company/example-law"],
      "geo": { "latitude": 49.28273, "longitude": -123.12074 },
      "openingHours": [
        { "days": ["Monday","Tuesday","Wednesday","Thursday","Friday"], "opens": "08:30", "closes": "17:30" }
      ]
    },
    "bw_schema_org_description": "A litigation boutique acting in commercial disputes, employment matters and professional negligence claims across British Columbia.",
    "bw_schema_address": { "street": "900 West Hastings Street, Suite 1400", "city": "Vancouver", "state": "BC", "zip": "V6C 1E5", "country": "CA" },
    "bw_schema_contact_points": [
      { "type": "customer service", "telephone": "+1-604-555-0170", "email": "intake@example.com", "languages": ["English","French"] },
      { "type": "billing", "telephone": "+1-604-555-0171", "email": "accounts@example.com", "languages": ["English"] }
    ],
    "bw_schema_locations": [
      { "id": "loc_lawvan01", "name": "Harbourline Litigation — Vancouver", "type": "LegalService",
        "street": "900 West Hastings Street, Suite 1400", "city": "Vancouver", "region": "BC", "postal": "V6C 1E5", "country": "CA",
        "lat": "49.28273", "lng": "-123.12074", "telephone": "+1-604-555-0170", "email": "intake@example.com",
        "url": "", "use_main_hours": 1,
        "areas": [ { "kind": "city", "name": "Vancouver" }, { "kind": "city", "name": "Burnaby" }, { "kind": "city", "name": "Richmond" } ] },
      { "id": "loc_lawvic01", "name": "Harbourline Litigation — Victoria", "type": "LegalService",
        "street": "1175 Douglas Street, Suite 600", "city": "Victoria", "region": "BC", "postal": "V8W 2E1", "country": "CA",
        "lat": "48.42662", "lng": "-123.36558", "telephone": "+1-250-555-0172", "email": "victoria@example.com",
        "url": "", "use_main_hours": 1,
        "areas": [ { "kind": "city", "name": "Victoria" }, { "kind": "city", "name": "Saanich" } ] }
    ],
    "bw_schema_service_areas": [
      { "kind": "region", "name": "British Columbia" },
      { "kind": "city", "name": "Vancouver" },
      { "kind": "city", "name": "Victoria" }
    ],
    "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": ["Benchmark Litigation — Future Star 2025", "Best Lawyers in Canada 2026"],
    "bw_schema_certifications": ["Law Society of British Columbia"],
    "bw_schema_employee_count": 24,
    "bw_schema_founding_date": "2011-04-01",
    "bw_schema_post_type_defaults": { "post": "article:BlogPosting", "page": "webpage:WebPage" }
  }
}
