> schemapreview

FAQ for SaaS pricing page

A FAQPage attached to a pricing page — five common buyer objections answered.

Schema type:

Properties

Questions*

Each entry becomes a Question with an acceptedAnswer.

#1
#2
#3
#4
#5

Preview

Google preview · approximate
Is there a free trial?
(missing answer)
Can I cancel anytime?
(missing answer)
Do you offer annual discounts?
(missing answer)
Is my data encrypted?
(missing answer)
Do you offer custom enterprise plans?
(missing answer)

Validation

✓ Eligible for rich result0 required missing · 0 recommended missing

All set. Copy the snippet below.

CopyReady

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Is there a free trial?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, 14 days, no credit card required."
      }
    },
    {
      "@type": "Question",
      "name": "Can I cancel anytime?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Cancellation takes effect at the end of the current billing period."
      }
    },
    {
      "@type": "Question",
      "name": "Do you offer annual discounts?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, paying yearly saves 20% compared to monthly."
      }
    },
    {
      "@type": "Question",
      "name": "Is my data encrypted?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "All data is encrypted at rest (AES-256) and in transit (TLS 1.3)."
      }
    },
    {
      "@type": "Question",
      "name": "Do you offer custom enterprise plans?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Contact sales at hello@example.com for SSO, audit logs, and dedicated support."
      }
    }
  ]
}
</script>