Forum Moderators: phranque
has anyone seen any benefit out of using them yet?
hcrad is pretty cool, especially if you add all the geo-coding stuff to it -- there's a browser extension on firefox which takes you straight to a google map for all the places marked up with long and lat coordinates.
but what is the point of hreview? i know it's only in draft form, but i haven't seen a single tool that takes advantage of it yet. has anyone seen anything that uses hreview?
do you think search engines will eventually attach some weight to pages marked up with microformats?
They look like a new set of standards for certain data sets. I guess that if there were more tools out there that took advantage of this sort of format we would see more people talking about it. I got the impression it had a lot to do with personal data like vCards, calendars, resumes, etc.
<div>
<p>Tony Blair's House</p>
<p>10 Downing Street</p>
<p>London</p>
<p>United Kingdom</p>
</div> you just add in a few standardised class names:
<div class="adr">
<p class="fn">Tony Blair</p>
<p class="street-address">10 Downing Street</p>
<p class="region">London</p>
<p class="country-name">United Kingdom</p>
</div> and then software can visit the page and lift the 'hcard' into your address book, or whatever.
it already works on windows mail - if you've got a firefox extension. you can add in longitude and latitude numbers as well, and then people can go straight to its location on google maps, or whatever program they use.
the best one i have seen is hreviews. you can mark up all your reviews in a similar way, and in the future (...so they say) anyone searching for reviews of a particular product will be given just the reviews themselves, from wherever they are, rather than a list of pages with the reviews on.
you can already ping technorati with this stuff as well, which apparently makes some special use of it, although i haven't seen much benefit yet. so presumably the other search engines will follow suit one day.
i'm not very good at explaining. check out microformats.org anyway. there's some interesting stuff on there.
...just wondering whether it's worth introducing it all now.
This reminds me that IE used to have support for some special vCard attributes for form fields. If you added something like
vcard_name="vCard.DisplayName" in the form's <input> tag then the browser would attempt to auto fill the information. Those attributes don't validate though. This microformats scheme will validate. The problem now is support.