Skip to content

Add JSON-LD structured data to veralang.dev landing page #399

@aallan

Description

@aallan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions