How do I use Schema.org to identify filters on our hotel search site?
I'm working on a site designed to help a user find a hotel. We've got lots of widgets for filtering the hotels we show (e.g. price filters) or else ordering the hotels we show (e.g. by distance). I can see how to markup our hotels as being a list . And also how to communicate the sort order of the list. And we're already marking up the hotel's themselves: <div itemscope itemtype="http://schema.org/Hotel"> <div itemprop="image" style="background-image: url('{{{ imageUrl }}}');"></div> <h2 class="title" itemprop="name">{{ name }}</h2> <div itemscope itemtype="http://schema.org/Offer"> <div