[microformats-discuss] Microformat for blog-searchand characterizing

Björn Seibert bjoernseibert at gmx.de
Thu Jul 21 13:53:23 PDT 2005


Hi, I made the submitted changes to the markup:

<div class="blogformat" language="de"><!--humans will guess and machines will look it up-->
    <img class="logo" src="URLtoIMAGE(absolute)" alt="" /><!--optional-->
    <a class="bookmark" href="URLtoBlog" title="Zum Weblog">Blog Name</a>
    <ul class="categories"><!--major categories-->
      <li><a rel="tag" href="http://technorati.com/tags/Webstandards">Webstandards</a></li>
      <li><a rel="tag" href="http://technorati.com/tags/css">CSS</a></li>
      <li><a rel="tag" href="http://technorati.com/tags/xhtml">XHTML</a></li>
    </ul>
    <ul class="feeds"><!--one or more-->
      <li><a href="URLtoFEED">RSS</a></li>
      <li><a href="URLtoFEED">Atom</a></li>
    </ul>
    <p class="description">Webstandards, CSS, XHTML und Themen aus dem Bereich der Webentwicklung</p>
    <!--describes the topics of the blog--> 
</div>

Björn




More information about the microformats-discuss mailing list