{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Cost of concrete vs. asphalt driveway?",
  "description": "Concrete: $8-$12/sqft (lasts 30+ yrs), Asphalt: $3-$5/sqft (lasts 15 yrs). Concrete recommended for CA heat.",
  "url": "https://yorconstruction.com/faq/cost-of-concrete-vs-asphalt-driveway",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Cost of concrete vs. asphalt driveway?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Concrete: $8-$12/sqft (lasts 30+ yrs), Asphalt: $3-$5/sqft (lasts 15 yrs). Concrete recommended for CA heat."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}