We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Cloud pricing estimators with WebApplication + Offer, FAQs, and breadcrumb navigation.
Defines the pricing estimator tool.
Represents the estimator offer or exported quote.
Answers usage assumptions and pricing questions.
Provides navigation context for the estimator.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "WebApplication",
"@id": "https://www.example.com/cloud/pricing#app",
"name": "Cloud Pricing Estimator",
"description": "Estimate monthly cloud costs for compute, storage, and bandwidth.",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Any",
"url": "https://www.example.com/cloud/pricing",
"offers": { "@id": "https://www.example.com/cloud/pricing#offer" }
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/cloud/pricing#offer",
"name": "Estimator Report Export",
"description": "Downloadable estimate summary and line-item breakdown.",
"price": "0.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/cloud/pricing#export",
"category": "Estimate"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How accurate are the estimates?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Estimates are based on the inputs provided and may vary with usage spikes and regional pricing."
}
},
{
"@type": "Question",
"name": "Do prices include taxes?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Taxes and regulatory fees are calculated at checkout based on your billing address."
}
},
{
"@type": "Question",
"name": "Can I save my estimate?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Export a PDF or save the estimate to your account for future updates."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Cloud", "item": "https://www.example.com/cloud" },
{ "@type": "ListItem", "position": 3, "name": "Pricing Estimator", "item": "https://www.example.com/cloud/pricing" }
]
}
]Yes. Set price to 0.00 and keep availability and URL aligned to the export or save flow.
Add eligibleRegion to the Offer or provide separate Offer objects per region shown on the page.