From 53812018124006a14a945fdf51255ed975a778ad Mon Sep 17 00:00:00 2001 From: Alexa Amundson <118287761+blackboxprogramming@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:48:24 -0500 Subject: [PATCH] Add Schema.org JSON-LD structured data --- schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 schema.json diff --git a/schema.json b/schema.json new file mode 100644 index 0000000..86d5773 --- /dev/null +++ b/schema.json @@ -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" + } +} \ No newline at end of file