{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Are heat pump systems standard in green homes?",
  "description": "Yes, air-source or ground-source heat pumps provide efficient heating, cooling, and hot water, often replacing fossil fuel furnaces to cut emissions by 50-70%.",
  "url": "https://lineworkdevelopment.com/faq/are-heat-pump-systems-standard-in-green-homes",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Are heat pump systems standard in green homes?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, air-source or ground-source heat pumps provide efficient heating, cooling, and hot water, often replacing fossil fuel furnaces to cut emissions by 50-70%."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}