I've decided to include data markup for my events site to make it easier for search engines to use my data. I've decided to go for RDFa over microformats and microdata, however I'm unsure how to best use it...
my site:
1 page with a list of events with the essential details for each, each event is clickable taking you to a page with the that events full details.
the question:
Which page should i put the RDFa on? I would have gone for each events own page but i'm confused by:
<a href="http://www.example.com/events/spinaltap" rel="v:url"
property="v:summary">Spinal Tap</a>
do i need to make a link to the events page from itself or do RDFa readers / search engines know to use the current url
i've been using the following RDFa events spec from google webmasters:
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=164506