We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
ROI/TCO calculator pages with WebApplication context, FAQs, and breadcrumbs.
Defines the calculator application experience.
Answers calculation inputs, methodology, and data sourcing questions.
Provides navigation context for the calculator page.
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/roi-calculator#app",
"name": "ROI Calculator",
"description": "Estimate cost savings and payback period with our ROI calculator.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"url": "https://www.example.com/roi-calculator"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What inputs are required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Provide team size, current costs, and expected usage to generate estimates."
}
},
{
"@type": "Question",
"name": "How is ROI calculated?",
"acceptedAnswer": {
"@type": "Answer",
"text": "ROI is based on projected savings minus costs divided by costs over a 12-month period."
}
},
{
"@type": "Question",
"name": "Can I export the results?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Use the export button to download a PDF summary."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "ROI Calculator", "item": "https://www.example.com/roi-calculator" }
]
}
]If you cite benchmarks or sources, mention them in the FAQ answers and the page copy.
If the UI shows multiple scenarios, describe them in the FAQ answers and keep the calculator output aligned.