-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebapplication.json
More file actions
59 lines (59 loc) · 1.95 KB
/
Copy pathwebapplication.json
File metadata and controls
59 lines (59 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"_meta": {
"title": "WebApplication JSON-LD Template — GreenCalculus",
"description": "Schema.org WebApplication structured data template for carbon calculators. Copy and adapt for each calculator page.",
"docs": "https://schema.org/WebApplication",
"greencalculus_reference": "https://greencalculus.com/methodology/schema/"
},
"@context": "https://schema.org",
"@type": "WebApplication",
"@id": "https://greencalculus.com/calculators/YOUR-CALCULATOR-SLUG/",
"name": "YOUR CALCULATOR NAME — GreenCalculus",
"description": "One sentence describing what the calculator computes and what standard it follows.",
"url": "https://greencalculus.com/calculators/YOUR-CALCULATOR-SLUG/",
"applicationCategory": "BusinessApplication",
"operatingSystem": "All",
"browserRequirements": "Requires JavaScript",
"isAccessibleForFree": true,
"inLanguage": "en",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"creator": {
"@type": "Person",
"@id": "https://greencalculus.com/#jeremiah-say",
"name": "Jeremiah Say"
},
"publisher": {
"@type": "Organization",
"@id": "https://greencalculus.com/#organisation",
"name": "GreenCalculus",
"url": "https://greencalculus.com"
},
"reviewedBy": {
"@type": "SoftwareApplication",
"@id": "https://greencalculus.com/#gc-engineering"
},
"isBasedOn": [
{
"@type": "CreativeWork",
"name": "GHG Protocol Corporate Accounting and Reporting Standard",
"url": "https://ghgprotocol.org/corporate-standard"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "12",
"_note": "Only inject aggregateRating after >= 3 real user votes. Remove this block until threshold is met."
},
"featureList": [
"GHG Protocol aligned",
"IPCC AR6 GWP-100 values",
"Scope 1 / Scope 2 / Scope 3 tagged",
"tCO2e output",
"Zero dependencies — Vanilla JS"
]
}