bookwyrm/bookwyrm/templates/snippets/status/headers
Adeodato Simó 698e74a496
Minor vocabulary fixes and structured data improvements (#3036)
* Remove duplicate Review object under `rating` property

This was preventing validation, since `rating` is not a valid property
(`review` is, which is created from book.html already).

* Drop `bestRating` property in ratings, since it defaults to 5

See <https://schema.org/bestRating> ("If bestRating is omitted,
5 is assumed").

* Create Rating object (and its enclosing Review) in book/rating.html

* Use `position` property for Book objects in a series

`volumeNumber`, previously used, is only valid for objects of type
PublicationVolume (which series members are not).

* Give URL of book series when setting of `isPartOf`

* series.html: Add empty BookSeries object

---------

Co-authored-by: Adeodato Simó <dato@users.noreply.github.com>
2023-10-21 17:53:24 +02:00
..
comment.html Include author in content status headers 2022-01-12 10:35:02 -08:00
generatednote.html Improve feed header for federated generated notes 2023-01-27 17:49:48 +01:00
note.html translate all read statuses 2021-10-25 15:30:48 +11:00
quotation.html Include author in content status headers 2022-01-12 10:35:02 -08:00
rating.html Minor vocabulary fixes and structured data improvements (#3036) 2023-10-21 17:53:24 +02:00
read.html Include author in content status headers 2022-01-12 10:35:02 -08:00
reading.html Include author in content status headers 2022-01-12 10:35:02 -08:00
review.html Include author in content status headers 2022-01-12 10:35:02 -08:00
stopped_reading.html Adds status header for stopped reading statuses 2022-05-26 11:10:14 -07:00
to_read.html Include author in content status headers 2022-01-12 10:35:02 -08:00