{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "How much does house painting cost?",
  "description": "$2,000-$6,000 average for exterior (1,500 sq ft, 2-story); $1.50-4/sq ft interior. Factors: size, prep work, paint quality, location, access.",
  "url": "https://modernbuilderscali.com/faq/how-much-does-house-painting-cost",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How much does house painting cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "$2,000-$6,000 average for exterior (1,500 sq ft, 2-story); $1.50-4/sq ft interior. Factors: size, prep work, paint quality, location, access."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}