{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Speakable Selectors Index",
  "description": "CSS selectors marking content optimized for voice assistants (Google Assistant, Alexa, Siri) across all page templates.",
  "url": "https://xn--12cngm1bb5b0clcea7bd5gzbsuc9a.online/speakable.json",
  "numberOfItems": 6,
  "itemListElement": [
    {
      "@type": "WebPageElement",
      "name": "Direct Answer Block",
      "cssSelector": [
        "[data-speakable=\"true\"]",
        "h1",
        "h2"
      ],
      "appliesTo": "All service & location pages",
      "purpose": "First-answer voice response (≤ 30 sec spoken)"
    },
    {
      "@type": "WebPageElement",
      "name": "Quick Facts Table",
      "cssSelector": [
        ".quick-facts-table caption",
        ".quick-facts-table th"
      ],
      "appliesTo": "Service & location pages",
      "purpose": "Structured fact lookup (price, time, requirements)"
    },
    {
      "@type": "WebPageElement",
      "name": "FAQ Answers",
      "cssSelector": [
        "[itemprop=\"acceptedAnswer\"] [itemprop=\"text\"]"
      ],
      "appliesTo": "All pages with FAQPage schema",
      "purpose": "Direct Q&A voice response"
    },
    {
      "@type": "WebPageElement",
      "name": "Pricing Highlight",
      "cssSelector": [
        "[itemprop=\"price\"]",
        ".price-highlight"
      ],
      "appliesTo": "Pricing & service pages",
      "purpose": "Voice-queried price quotes"
    },
    {
      "@type": "WebPageElement",
      "name": "Business Hours / Contact",
      "cssSelector": [
        "[itemprop=\"openingHours\"]",
        "[itemprop=\"telephone\"]"
      ],
      "appliesTo": "Contact, Local Business pages",
      "purpose": "Voice-queried hours & contact"
    },
    {
      "@type": "WebPageElement",
      "name": "Location & Area",
      "cssSelector": [
        "[itemprop=\"addressLocality\"]",
        "[itemprop=\"addressRegion\"]"
      ],
      "appliesTo": "All location pages",
      "purpose": "Voice 'near me' responses"
    }
  ],
  "_meta": {
    "spec": "https://developers.google.com/search/docs/appearance/structured-data/speakable",
    "generated": "2026-05-25"
  }
}