Microformat combination to use with events data on a map
I have event data displaying on a map and I am currently using the geo microformat alongside it however it's not particularly rich to have just a list of locations without any 开发者_运维技巧details of what they correspond to.
I've been looking at combining microformats to achieve this and looking for some thoughts on the subject
here is the data i am marking up: event title, event location [latlong], event address, contact phone, link to full details
My initial thoughts are to use an hCard along with geo? Is there anything better?
Thanks in advance
Normally you'd use hCalendar for event data, but you don't mention having one of the required fields: a date/time. If that was just a mistake in your list, use hCalendar. If you somehow have events with no idea when they happen, hCard is probably your best bet.
精彩评论