{
  "url": "aeoptimizer.com/faq/should-a-service-page-use-faq-schema-service-schema-or-both",
  "name": "Should a service page use FAQ schema, Service schema, or both?",
  "@type": "FAQPage",
  "@context": "https://schema.org",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  },
  "mainEntity": [
    {
      "name": "Should a service page use FAQ schema, Service schema, or both?",
      "@type": "Question",
      "acceptedAnswer": {
        "text": "Use FAQ schema when the page is built around answering questions. Use Product schema when the page is about a specific product, Service schema for a service offering, and HowTo when you are showing steps. The page intent should decide the schema, not the other way around.",
        "@type": "Answer",
        "description": "Often both, if each one matches the page content. Service schema describes the offer; FAQ schema answers common questions about it."
      }
    }
  ],
  "description": "Often both, if each one matches the page content. Service schema describes the offer; FAQ schema answers common questions about it."
}