DSpeckhals / bible.rs

A Bible server written in Rust using Actix Web and Diesel
https://bible.rs
MIT License
221 stars 24 forks source link

Improve breadcrumb JSON-LD #40

Closed DSpeckhals closed 5 years ago

DSpeckhals commented 5 years ago

The schema for "ListItem" indicates that there should be an "item" property for underneath it that is also structured data (it's currently a string). This commit structures the data for the "item" property to a superset of "Thing", depending on context.

Reference: https://schema.org/ListItem Google's Reference: https://developers.google.com/search/docs/data-types/breadcrumb