We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Carbon footprint calculators with WebApplication context, FAQs, and breadcrumb navigation.
Represents the calculator tool and its access URL.
Answers questions about data inputs, methodology, and privacy.
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/tools/carbon-calculator#app",
"name": "Carbon Footprint Calculator",
"url": "https://www.example.com/tools/carbon-calculator",
"applicationCategory": "EnvironmentalApplication",
"operatingSystem": "Web",
"description": "Estimate household emissions based on travel, energy use, and consumption.",
"featureList": [
"Travel emissions calculator",
"Electricity and gas inputs",
"Downloadable footprint report"
],
"provider": { "@type": "Organization", "name": "Northwind Climate" }
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data do I need?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Provide annual mileage, energy bills, and approximate household size for the most accurate estimate."
}
},
{
"@type": "Question",
"name": "How are emissions calculated?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We apply regional emissions factors based on your location and input values."
}
},
{
"@type": "Question",
"name": "Do you store my inputs?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Inputs are processed in your session unless you opt in to save results."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Tools", "item": "https://www.example.com/tools" },
{ "@type": "ListItem", "position": 3, "name": "Carbon Calculator", "item": "https://www.example.com/tools/carbon-calculator" }
]
}
]Yes. Mention regional factors or defaults in the page copy so users understand assumptions.
Yes. Link to a methodology page and keep the FAQ aligned with the calculations used.