Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the practical benefits of using microformats for every possible thing?

What practical benefits can my client get if I use microformats on his site for every possible thing?

How can I explain these benefits to a non-technical client?

like image 401
Jitendra Vyas Avatar asked Feb 02 '10 18:02

Jitendra Vyas


People also ask

What is the purpose of microformats?

Microformats are standards used to embed semantics and structured data in HTML, and provide an API to be used by social web applications, search engines, aggregators, and other tools.

What is hCard microformat?

hCard is a simple, open format for publishing people, companies, organizations on the web, using a 1:1 representation of vCard (RFC2426) properties and values in HTML. hCard is one of several open microformat standards suitable for embedding data in HTML/HTML5, and Atom/RSS/XHTML or other XML.


1 Answers

Sometimes it seems like the practical benefits are hard to quantify.

Search engines already pick up and parse microformats (see e.g. https://support.google.com/webmasters/answer/99170). I believe hCard and hCalendar are fairly well supported--and if not, plenty of sites are using it, including places like MySpace.

It's the idea that adding CSS classes and specified IDs make your existing content easier to parse in a machine-readable manner.

hReview is starting to make some inroads, and hResume looks like it take off too.

I heavily use rel="nofollow" on uncontrolled links (3rd party sources) which is actually a microformat.

Check the microformats wiki for a decent starting point.

like image 147
Broam Avatar answered Nov 29 '22 01:11

Broam