FAQ for SaaS pricing page
A FAQPage attached to a pricing page — five common buyer objections answered.
TYPE
02 — PROPERTIES
03 — 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.
04 — COPY
<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>