{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Is intersection yellow light defense valid?",
  "description": "No—must clear before red; entering yellow = protected green duty.attorneydustin+1",
  "url": "https://attorneydustin.com/faq/is-intersection-yellow-light-defense-valid",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Is intersection yellow light defense valid?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No—must clear before red; entering yellow = protected green duty.attorneydustin+1"
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}