Add Schema.org JSON-LD structured data

This commit is contained in:
Alexa Amundson
2026-03-11 20:48:17 -05:00
parent 84febe3ff3
commit 5195f6c415

18
schema.json Normal file
View File

@@ -0,0 +1,18 @@
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Quantum Math Lab",
"description": "Mathematical computation toolkit for quantum mechanics, linear algebra, number theory, and scientific visualization",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Cross-platform",
"author": {
"@type": "Organization",
"name": "BlackRoad",
"url": "https://blackroad.io"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}