Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Additional niche properties of products allow studying user preferences and calculate recommendations more accurately. This section describes niche properties for books.
Author
It allows specifying the author of a work, book, etc. The "author" element must be inside the "offer" element.
Code Block | ||||
---|---|---|---|---|
| ||||
<offer ...> ... <author>William Shakespeare</author> ... </offer> |
Publisher
It allows specifying the publisher of a work, book, etc. The "publisher" element must be inside the "offer" element.
Code Block | ||||
---|---|---|---|---|
| ||||
<offer ...> ... <publisher>Publisher</publisher> ... </offer> |
Series
It allows specifying a series of works. The "series" element must be inside the "offer" element.
Code Block | ||||
---|---|---|---|---|
| ||||
<offer ...> ... <series>Barnes & Noble Collectible Editions</series> ... </offer> |
Year
It allows specifying the year of publishing. The "year" element must be inside the "offer" element.
Code Block | ||||
---|---|---|---|---|
| ||||
<offer ...> ... <year>2016</year> ... </offer> |
ISBN
It allows listing the ISBNs (there may more than one). The "isbn" elements must be inside the "offer" element.
Code Block | ||||
---|---|---|---|---|
| ||||
<offer ...> ... <isbn>918-1-82402-537-0</isbn> <isbn>918-0-00-172188-5</isbn> ... </offer> |
Column | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Page Navigation
Related Pages
|