docs: fix schema

This commit is contained in:
Tiago
2025-05-03 15:30:14 +01:00
parent c335eb4edc
commit f8284f68c9
+21 -23
View File
@@ -87,29 +87,27 @@ export default withMermaid({
{
type: "application/ld+json",
},
`
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Cap",
"url": "https://capjs.js.org",
"description": "Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 proof-of-work",
"applicationCategory": "SecurityApplication",
"operatingSystem": "All",
"image": "https://capjs.js.org/logo.png",
"author": {
"@type": "Person",
"name": "Tiago Rangel",
"url": "https://tiagorangel.com"
},
"license": "https://github.com/tiagorangel1/cap/blob/main/LICENSE",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
}
`,
`{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Cap",
"url": "https://capjs.js.org",
"description": "Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 proof-of-work",
"applicationCategory": "SecurityApplication",
"operatingSystem": "All",
"image": "https://capjs.js.org/logo.png",
"author": {
"@type": "Person",
"name": "Tiago Rangel",
"url": "https://tiagorangel.com"
},
"license": "https://github.com/tiagorangel1/cap/blob/main/LICENSE",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}`,
],
[
"script",