Cost Analysis: the production economics of an AI-citable content page Cost Analysis: the production economics
Phase 5 · JSON-LD Schema

JSON-LD Schema: Water Leak Insurance Claim

Type: @graph bundle: HowTo + FAQPage
Page: bluebot.com/how-to-make-a-successful-water-leak-insurance-claim · YMYL-financial how-to · homeowners insurance / property water-damage
Phase: 5 (entity-schema-architect, final merge)
Drift check: root HowTo ✓ · 6 steps ↔ 6 in-page steps ✓ · author Matthew Olin ✓ · identity_policy no_external_identity

The full structured-data bundle published in the page's <script type="application/ld+json">. A single @graph holds two nodes. The root HowTo carries the process identity, a six-entry one-to-one step array, an author Person (Matthew Olin, Founder & CEO of Bluebot), a publisher, a SpeakableSpecification, four about Things, and a mentions array that names the AUTHORITY State Department of Insurance plus three Bluebot Products. The FAQPage node holds six Question / acceptedAnswer pairs and is wired back to the HowTo via about.

Bundle Structure

  • HowTo: process identity, alternateName[3], author Person (Matthew Olin · worksFor Bluebot / Lookout Lab, Inc.), publisher Bluebot, dateModified 2026-06-11, speakable (h1 + .lead), totalTime P60D, supply[4], tool[3], step[6] (one-to-one with the page's ordered steps), about[6] Things, mentions[4] (1 AUTHORITY Organization with sameAs to state DOIs + 3 Products), mainEntityOfPage
  • FAQPage: about backref to the HowTo + 6 Question / acceptedAnswer pairs covering coverage, filing deadlines, sudden-vs-gradual damage, required documentation, claim denials, and flood / sewer-backup exclusions
Why HowTo not Article: the page is a step-by-step process (subject_model: process), so HowTo is the precise schema.org type. It exposes the ordered step array, supply, tool, and totalTime as typed, machine-extractable fields: exactly what Google's "how-to" understanding and AI Overviews parse to surface the procedure. An Article root would collapse the ordered steps into prose and lose that typed fidelity. There is no Person/physician root here: the only Person in the graph is the author.

Full JSON-LD

Key properties · what each one signals:
  • step[6]: one-to-one with the in-page ordered steps; each HowToStep has a position, name, text, and an anchor url Google maps to "how-to" rich results and AI Overviews
  • author.Person: Matthew Olin with jobTitle and worksFor Bluebot (legalName Lookout Lab, Inc.); supplies the E-E-A-T authorship signal
  • speakable: SpeakableSpecification on h1 + .lead; marks the voice-answerable summary for assistant read-aloud
  • about[6]: the process's core concepts (mitigation, adjuster, sudden-vs-gradual, deadlines, denial/appeal, documentation) as typed Thing nodes for topical grounding
  • mentions AUTHORITY: State Department of Insurance with sameAs to three state DOI URLs (CA, TX, WA): the only external identity in the graph, anchoring the regulatory authority
  • mentions Products: three typed Product nodes (Bluebot WiFi Smart Water Meter, Bluebot Mini, Bluebot EcoLink) tying the commercial entities to the process
  • mainEntity on the FAQPage: explicit array of Question nodes Google parses for FAQ rich results and AI Overviews
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "HowTo",
      "@id": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#how-to",
      "name": "How to Make a Successful Water Leak Insurance Claim",
      "alternateName": [
        "water damage insurance claim process",
        "filing a water leak claim",
        "homeowners water damage claim steps"
      ],
      "description": "A homeowner's step-by-step process for a successful water leak insurance claim: mitigate further damage, document the loss, review your homeowners policy coverage, file promptly, work with the adjuster, and settle or appeal a denial.",
      "author": {
        "@type": "Person",
        "name": "Matthew Olin",
        "jobTitle": "Founder & CEO",
        "worksFor": {
          "@type": "Organization",
          "name": "Bluebot",
          "legalName": "Lookout Lab, Inc.",
          "url": "https://www.bluebot.com/"
        }
      },
      "publisher": {
        "@type": "Organization",
        "name": "Bluebot",
        "url": "https://www.bluebot.com/"
      },
      "dateModified": "2026-06-11",
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": ["h1", ".lead"]
      },
      "totalTime": "P60D",
      "supply": [
        { "@type": "HowToSupply", "name": "Photos and videos of the damage" },
        { "@type": "HowToSupply", "name": "Itemized damage inventory with values and purchase dates" },
        { "@type": "HowToSupply", "name": "Receipts and repair estimates" },
        { "@type": "HowToSupply", "name": "Your homeowners insurance policy documents" }
      ],
      "tool": [
        { "@type": "HowToTool", "name": "Water shut-off valve" },
        { "@type": "HowToTool", "name": "Camera or smartphone" },
        { "@type": "HowToTool", "name": "Communication log" }
      ],
      "step": [
        {
          "@type": "HowToStep",
          "position": 1,
          "name": "Stop the leak and mitigate further damage",
          "text": "Shut off the water supply at the fixture's local valve or the home's main valve. Take reasonable temporary repairs to prevent additional damage such as spreading water or mold, and keep receipts for reimbursable mitigation costs.",
          "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#step-1"
        },
        {
          "@type": "HowToStep",
          "position": 2,
          "name": "Document the damage thoroughly",
          "text": "Photograph and video all affected areas and the leak source before cleaning up. Build an itemized inventory of damaged property with value and purchase date, and keep receipts, estimates, and any contractor statement. This becomes your proof of loss.",
          "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#step-2"
        },
        {
          "@type": "HowToStep",
          "position": 3,
          "name": "Review your homeowners insurance policy",
          "text": "Check your coverage type, deductible, limits, and exclusions. Confirm whether the loss reads as sudden and accidental (typically covered) versus gradual (typically excluded), and note that sewer or drain backup usually requires an endorsement.",
          "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#step-3"
        },
        {
          "@type": "HowToStep",
          "position": 4,
          "name": "File the claim promptly and accurately",
          "text": "Report within your policy's deadline, commonly 24 to 72 hours, providing your policy number, the discovery date and time, the apparent cause, and the affected areas. Submit a formal proof of loss, often within about 60 days.",
          "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#step-4"
        },
        {
          "@type": "HowToStep",
          "position": 5,
          "name": "Work with the insurance adjuster",
          "text": "Be present for the inspection, share your documentation, and keep a communication log of every call and email with your agent and adjuster. A well-documented claim is harder to underpay.",
          "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#step-5"
        },
        {
          "@type": "HowToStep",
          "position": 6,
          "name": "Settle, or appeal a denial",
          "text": "Accept a fair offer that matches your documented loss. If denied or underpaid, appeal with additional evidence, consider a public adjuster who represents you, and you may file a complaint with your state Department of Insurance.",
          "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#step-6"
        }
      ],
      "about": [
        { "@type": "Thing", "name": "Damage mitigation", "description": "Stopping the leak and making temporary repairs to prevent further damage; homeowner's duty to mitigate" },
        { "@type": "Thing", "name": "Insurance adjuster", "description": "Licensed professional who assesses documented damage on behalf of the insurer" },
        { "@type": "Thing", "name": "Sudden vs gradual damage distinction", "description": "Sudden and accidental water damage is typically covered; gradual or maintenance-related leaks are typically excluded" },
        { "@type": "Thing", "name": "Reporting and filing deadline", "description": "Prompt notice typically required within 24-72 hours; proof of loss commonly due within 60 days" },
        { "@type": "Thing", "name": "Claim denial, appeal and escalation", "description": "Denied claims may be appealed with additional evidence; homeowners may hire a public adjuster or file a Department of Insurance complaint" },
        { "@type": "Thing", "name": "Damage inventory and receipts", "description": "Itemized list of damaged items with repair estimates, receipts, and communication log" }
      ],
      "mentions": [
        {
          "@type": "Organization",
          "name": "State Department of Insurance",
          "sameAs": [
            "https://www.insurance.ca.gov/",
            "https://www.tdi.texas.gov/",
            "https://www.insurance.wa.gov/"
          ]
        },
        {
          "@type": "Product",
          "name": "Bluebot WiFi Smart Water Meter",
          "url": "https://www.bluebot.com/shop/bluebot-wifi-only/",
          "brand": { "@type": "Brand", "name": "Bluebot" }
        },
        {
          "@type": "Product",
          "name": "Bluebot Mini",
          "url": "https://www.bluebot.com/shop/bluebot-mini/",
          "brand": { "@type": "Brand", "name": "Bluebot" }
        },
        {
          "@type": "Product",
          "name": "Bluebot EcoLink",
          "url": "https://www.bluebot.com/shop/bluebot-ecolink-water-meter/",
          "brand": { "@type": "Brand", "name": "Bluebot" }
        }
      ],
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/"
      },
      "url": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/"
    },
    {
      "@type": "FAQPage",
      "@id": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#faq",
      "about": { "@id": "https://www.bluebot.com/how-to-make-a-successful-water-leak-insurance-claim/#how-to" },
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Does homeowners insurance cover water leaks?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Homeowners insurance typically covers water leaks that are sudden and accidental, such as a burst pipe or a failed appliance hose, according to insurer guidance from carriers including Allstate and Progressive. It typically excludes gradual leaks blamed on lack of maintenance. Coverage varies by policy and state, so confirm the terms in your own policy."
          }
        },
        {
          "@type": "Question",
          "name": "How long do I have to file a water leak insurance claim?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Most policies require prompt notice, commonly within 24 to 72 hours of discovering the damage, and a formal proof of loss often within about 60 days. The exact deadlines are set by your policy and state, so verify them with your insurer or state Department of Insurance. Reporting late is a common reason claims are reduced or denied."
          }
        },
        {
          "@type": "Question",
          "name": "What is the difference between sudden and gradual water damage?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Sudden and accidental damage happens at once, like a pipe that bursts, and is typically covered. Gradual damage builds over weeks or months from a slow leak or wear and tear, and is typically excluded under maintenance or \"continuous seepage\" policy language. Insurers and adjusters weigh this distinction heavily, which is why documenting the leak source matters."
          }
        },
        {
          "@type": "Question",
          "name": "What documentation do I need for a water damage claim?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "You need photos and videos of all affected areas, a photo of the leak source, and an itemized inventory of damaged items with their value and purchase date. Keep receipts, repair estimates, a communication log, and any contractor statement on the cause. This evidence becomes your proof of loss, the formal statement of the loss you give the insurer."
          }
        },
        {
          "@type": "Question",
          "name": "What should I do if my water damage claim is denied?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A denied claim can typically be appealed by submitting additional evidence for a second review. You can hire a public adjuster, who represents you rather than the insurer, and you can file a complaint with your state Department of Insurance, which regulates insurer claim conduct. If you suspect bad faith, consult an attorney; these rights and processes vary by state."
          }
        },
        {
          "@type": "Question",
          "name": "Does homeowners insurance cover flood or sewer backup from a leak?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Standard homeowners policies exclude flood damage, which requires a separate flood insurance policy. Water backup from an external sewer or drain is usually not covered unless you add an endorsement, per insurer guidance from carriers like Progressive. Review your policy to see which endorsements you carry before assuming a water source is covered."
          }
        }
      ]
    }
  ],
  "_drift_check": {
    "root_type": "HowTo",
    "subject_model": "process",
    "step_count_matches_page": true,
    "author_canonical_match": "Matthew Olin",
    "publisher_canonical_match": "Bluebot",
    "identity_policy": "no_external_identity",
    "authority_sameAs": "State Department of Insurance (state DOIs)",
    "FAQPage_question_count": 6,
    "claim_safety_tier": "HIGH",
    "proceed_rule": "PROCEED_WITH_CITATIONS"
  }
}