{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://energybillanswers.com/#organization",
      "name": "EnergyBillAnswers",
      "url": "https://energybillanswers.com/",
      "description": "Independent educational publisher covering residential electricity costs, appliance energy use, and backup-power planning."
    },
    {
      "@type": "WebSite",
      "@id": "https://energybillanswers.com/#website",
      "name": "EnergyBillAnswers Home Energy Guide",
      "url": "https://energybillanswers.com/",
      "publisher": { "@id": "https://energybillanswers.com/#organization" },
      "inLanguage": "en"
    },
    {
      "@type": "WebApplication",
      "@id": "https://energybillanswers.com/#calculator",
      "name": "Home Energy Cost Calculator",
      "url": "https://energybillanswers.com/#calculator",
      "applicationCategory": "UtilitiesApplication",
      "operatingSystem": "Web",
      "description": "Free educational calculator for estimating household energy loads, standby cost, and essential backup power.",
      "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
      "publisher": { "@id": "https://energybillanswers.com/#organization" }
    }
  ]
}
