Add a <script type="application/ld+json"> block to docs/index.html:
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Vera",
"description": "A statically typed, purely functional programming language designed for LLMs to write",
"applicationCategory": "Programming Language",
"url": "https://veralang.dev",
"codeRepository": "https://github.com/aallan/vera",
"license": "https://opensource.org/licenses/MIT",
"documentation": "https://veralang.dev/llms.txt"
}
Makes Vera discoverable through Google's structured data infrastructure, which increasingly feeds AI overview features. Also validates at schema.org.
Add a
<script type="application/ld+json">block todocs/index.html:{ "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Vera", "description": "A statically typed, purely functional programming language designed for LLMs to write", "applicationCategory": "Programming Language", "url": "https://veralang.dev", "codeRepository": "https://github.com/aallan/vera", "license": "https://opensource.org/licenses/MIT", "documentation": "https://veralang.dev/llms.txt" }Makes Vera discoverable through Google's structured data infrastructure, which increasingly feeds AI overview features. Also validates at schema.org.