Skip to content

solid-lite/schemapanes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schemapanes

Schema.org panes for SolidOS.

Live Examples

What is this?

schemapanes brings schema.org vocabulary support to SolidOS. Render schema.org JSON-LD with beautiful, purpose-built panes.

Quick Start

<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>

Supported Types

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

Why Schema.org?

  • 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

Examples

All examples use JSON-LD (schema.org's native format):

License

AGPL-3.0

About

Schema.org panes for SolidOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors