This repository hosts a GitHub Pages version of schema.org type definitions.
To enable GitHub Pages for this repository:
- Go to Settings → Pages in your GitHub repository
- Under "Source", select "GitHub Actions"
- The workflow will automatically deploy the
docsdirectory to GitHub Pages
Once deployed, the site will be available at:
https://schemaorg.github.io/gh_pages/
- Person - A person (alive, dead, undead, or fictional)
To test locally:
cd docs
python -m http.server 8000Then visit http://localhost:8000
To add a new schema type:
- Create an HTML file in the
docsdirectory - Follow the same structure as
Person.html - Add a link to the new type in
index.html - Commit and push to trigger deployment