openbenches.org
openbenches.org copied to clipboard
Microdata
In another thread, microdata was mentioned (to help robots such as search engines and voice assistants understand the data) for each page/entry
What other tags should be added to help make the pages machine-friendly?
For general purposes, the closest thing I could find to a bench is "seat"
https://schema.org/Seat
<meta property="place:location:latitude" content="52.477772">
<meta property="place:location:longitude" content="-1.898581">
<meta itemprop="latitude" content="52.477772" />
<meta itemprop="longitude" content="-1.898581" />
Originally posted by @edent in https://github.com/openbenches/openbenches.org/issues/256#issuecomment-1110862341