lassebunk / gretel

Flexible Ruby on Rails breadcrumbs plugin.
MIT License
889 stars 114 forks source link

Feature/schema org breadcrumb #105

Open StarWar opened 4 years ago

StarWar commented 4 years ago

Sunsetting support for data-vocabulary in April 2020, this pull request implements the breadcrumbs using schema.org structured data markup. I've followed https://developers.google.com/search/docs/data-types/breadcrumb as a guide and implemented a basic implementation of it.

morgant commented 4 years ago

See discussion of this PR over on the newer repo: https://github.com/WilHall/gretel/issues/16

We should probably compare this to PRs #88, #86, #83, and #59 which all seem to address the change to schema.org structured data markup.