Knowledge Base
Schema.org Implementation for AI Discovery
Best practices for adding Schema.org structured data to enable AI understanding of your website.
Required Entity Types
Organization— Your business or project identityWebSite— Site-level metadata and search actionWebPage— Individual page context
Recommended Entity Types
Service— Your offerings and capabilitiesDataset— Structured data resourcesSoftwareApplication— Tools and platformsBrand— Brand identity
Implementation
Use JSON-LD in <script type="application/ld+json"> tags in the <head> section.
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Digital Karma Web",
"url": "https://www.digitalkarmaweb.com",
"description": "Open standard for AI-ready websites"
}Entity files can also be stored as standalone .jsonld files at /entities/organization.jsonld for direct AI agent consumption.