Add Schema.org JSON-LD structured data

This commit is contained in:
Alexa Amundson
2026-03-11 20:48:24 -05:00
parent c1ae0aa554
commit 5381201812

18
schema.json Normal file
View File

@@ -0,0 +1,18 @@
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Universal Computer",
"description": "Turing machine simulator with binary counter, busy beaver, and palindrome detection implementations",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Cross-platform",
"author": {
"@type": "Organization",
"name": "BlackRoad",
"url": "https://blackroad.io"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}