Buffer
Home » Internet, Technology

Microformats help Google understand your content

Submitted by on February 27, 2011 – 11:46 pm5 Comments

 

Two years ago, Google announced support for microformats.  This is simply special tags you add to webpages that help identify the purpose of the page (is it a review, for example) and where specific data cn be found in the page (reviews always include a numeric rating, for example)

The initial support was only for reviews and pages about people, but in late 2009, Google added tags for identifying video content.  More recently, they have added support for products, events, businesses and organizations and even recipes!  They have also added a testing tool so that you can see what how your marked up page may be seen by Google.

The image below is the result of plugging one of my book review pages into that tool.

Microformat Testing Tool

 

Taking the mystery out of microformats

If you visit http://microformats.org/about to learn more about microformats, you might experience a moment of panic. That panic might get worse if you go looking for technical specifications and stumble across their Wiki examples. Admittedly, this stuff can get very geekish very quickly.

Really, it’s not that bad. Microformats are nothing more than  XHTML markup that identifies data.

For example, let’s look at a book review, First, you wrap the review in a “hReview” tag.  We’d start off looking like this:

<div class=”hReview”>

</div>

We add an “item” tag:

<div class=”hreview”>

<div class=”item”>

</div>
</div>

The next step is to add a “fn” that identifies what is being reviewed:

<div class=”hreview”>

<div class=”item”>

<span class=”fn”>The Thing I am reviewing</span>
</div>

</div>

Note that it doesn’t matter that I use a div or a span – it’s the class tags that identify this as microformat.

Next comes the review itself:

<div class=”hreview”>

<div class=”item”>

<span class=”fn”>The Thing I am reviewing</span>

<span class=”summary”>

This thing is one of the most incredible things I have every reviewed. It really is the ultimate thing!

</span>

</div>

</div>

I finish it up with a few more tags:

<div class=”hreview”>

<div class=”item”>

<span class=”fn”>The Thing I am reviewing</span>

<span class=”summary”>

This thing is one of the most incredible things I have every reviewed. It really is the ultimate thing!

</span>

<span class=”reviewer”>Tony Lawrence</span>

<span class=”dtreviewed”>2011/02/24</span>

Rating: <span class=”rating”>4.5</span></p>
</div>

</div>

And that’s it.  It’s not really hard, is it?

What have we accomplished? We’ve told Google (or anyone else) that this is a review and we’ve shown them exactly where to find important parts of that review: the name of whatever it is being reviewed, who the reviewer is, the date, how much we like it and have even marked off the review text itself.

If Google wanted to show a useful search result with reviews ordered by date or by rating, this would certainly make it easy for them, wouldn’t it?

If everybody tagged their data this way, Google would know which posts really are reviews and which are sales page or tech specs – when we want to read reviews, Google could show us only reviews.

Unfortunately, they don’t – not yet, anyway.  They say “Note that there is no guarantee that a Rich Snippet will be shown for this page on actual search results”, and I agree: I’ve not seen one yet.  If Google is actually using this data, I’ve not seen it.

Why? One reason may be slow adoption. I have not converted all my reviews to this format and honestly have forgotten it on some newer reviews. There is also competition: the W3C group wants to use RDF tages for a similar purpose.

However, I have hope for the future. If Google expanded this to more types like Opinion, How-To,  and so on, I think semantic tagging could really help improve search. In the meantime, pointless as it may seem, I’ll try to keep adding these.

Popularity: 1%


5 Comments »

  • author says:

    Interesting, do you think that either microformat or RDF tags that I should be keeping a look out for in regards to This is Freelance, do you think that would be to much for non-tech writers, and do you think there would be some ways to simplify it, (Ie drop down box for type, description, use meta-description, etc)?

  • pcunix pcunix says:

    I have no idea what the long term impact will or will not be. I think it is plain that it COULD help, but so far Google seems not to be doing much with it.

    As to making it easier, absolutely. That would be trivial.

  • Oli Oli says:

    Small world, I was at an SEO/Semantic Marketing conference last night to hear the Semantic Marketing guy from best buy speak, he actually had a lot to say about RDFa, and how rich snippets increased click through rates by 30% on the best buy site.

    It does interest me, one of the most interesting points in my eyes though is what is there to stop microformats being abused in the same way that Meta Keywords were?

    I am going to keep a close eye on this in the future, it looks as though tis is not really an SEO positive yet, but it does have benefits and they will probably only grow.

  • pcunix pcunix says:

    That’s how I’m seeing it, but whether microformats or rdf makes it very confusing.

    I just went to look at BestBuy – so far I can’t see an example of them tagging, but what I’m really wondering is how this could help CTR rates?

  • Oli Oli says:

    The used RDFa in conjunction with Rich Snippets, the resulting output that google showed helped with the CTR. I think what swung it for them was having a ’186 customer reviews’ style message appearing below the title in the search results, I am trying to think of a way I could port the same kind of success on to This is Freelance.

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.

Content

Contact me

Thanks for checking out my jQuery plugin, I hope you find this useful.

This can be a form to submit feedback, or contact info

Content

Why You Should Join This is Freelance!

You Can Join This is Freelance today on our Join Us page!