In html 5, rel="author"
is used to link to information about the author of the page. This can be a mailto:
address, though it doesn't have to be. It could simply link to a contact form or "about the author" page (I personally wouldn't want to provide email for obvious reason).
Until now, I've been using the meta author
attribute to do effectively the same thing—although the advantage of the new html 5 specification is that you can provide more than just a name, but also a link where further information about you is provided.
It seems, based on another answer on Stack Overflow, that Google, Yahoo, and MSN do not index the <meta>
author tag [source]. It suspect they don't currently index rel="author"
either.
Would it make sense to provide both? Or is it pointless to worry about this at present?