{
  "_instructions": {
    "what": "AEO Track – FAQ Schema Template (JSON-LD)",
    "how": "1. Remove this '_instructions' key. 2. Replace placeholder text. 3. Add this <script> tag inside your page's <head>: <script type='application/ld+json'>PASTE JSON HERE</script>. 4. Repeat the Question/Answer pattern for each FAQ.",
    "docs": "https://aeotrack.io/integrations#schema",
    "validator": "https://search.google.com/test/rich-results"
  },
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is [YOUR BRAND NAME]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "[YOUR BRAND NAME] is a [brief, factual description of your product or service]. It helps [target audience] [achieve goal] by [key mechanism]. [Optional: One sentence on founding, location, or key differentiator.]"
      }
    },
    {
      "@type": "Question",
      "name": "How does [YOUR PRODUCT/SERVICE] work?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "[YOUR PRODUCT/SERVICE] works by [step 1]. Then [step 2]. Finally, [step 3 / outcome]. [Optional: mention key features or integrations.]"
      }
    },
    {
      "@type": "Question",
      "name": "What are the pricing options for [YOUR BRAND NAME]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "[YOUR BRAND NAME] offers [number] plans: [Plan 1] at $[price]/month, [Plan 2] at $[price]/month, and [Plan 3] at $[price]/month. A free trial is [available/not available]. Full pricing details are at [your pricing URL]."
      }
    },
    {
      "@type": "Question",
      "name": "Who is [YOUR BRAND NAME] designed for?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "[YOUR BRAND NAME] is designed for [primary audience, e.g. 'marketers, SEO professionals, and content teams'] who want to [primary goal]. It is particularly useful for [specific use case or industry]."
      }
    },
    {
      "@type": "Question",
      "name": "Does [YOUR BRAND NAME] offer a free plan or trial?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, [YOUR BRAND NAME] offers a [free plan / 14-day free trial] that includes [key free features]. No credit card is required to start."
      }
    },
    {
      "@type": "Question",
      "name": "How do I get started with [YOUR BRAND NAME]?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To get started with [YOUR BRAND NAME]: 1. Create a free account at [your signup URL]. 2. [Onboarding step 2]. 3. [Onboarding step 3]. You can be up and running in under [X minutes]."
      }
    }
  ]
}
