Schema.org panes for SolidOS.
schemapanes brings schema.org vocabulary support to SolidOS. Render schema.org JSON-LD with beautiful, purpose-built panes.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Solid World",
"startDate": "2025-02-06T16:00:00Z",
"location": "Online"
}
</script>
<script src="https://cdn.jsdelivr.net/npm/solidos-lite/solidos-lite.js"></script>
<script src="https://cdn.jsdelivr.net/npm/schemapanes/dist/schemapanes.js"></script>| Type | Description |
|---|---|
schema:Person |
People profiles |
schema:Event |
Events, meetups, conferences |
schema:Article |
Blog posts, news articles |
schema:Organization |
Companies, groups |
schema:Product |
Products with reviews |
schema:Recipe |
Cooking recipes |
schema:Place |
Locations, venues |
- Billions of pages already use schema.org
- JSON-LD is the preferred format
- Web developers already know it
- Search engines understand it
- Now SolidOS can render it beautifully
All examples use JSON-LD (schema.org's native format):
AGPL-3.0