Organisation
<div class="listing"> <div class="vcard"> <span class="name fn org"><a class="url" href="">Org Name</a></span> <span class="adr address">Adress [street-address, locality, region, postal-code, country-name]</span> <span class="tel">tel</span> <span class="geo">long,lat</span> </div> </div> <div itemscope="itemscope" itemtype="http://schema.org/Organization"> <span itemprop="name"><a itemprop="url" href="">Org Name</a></span> <span itemprop="address">Adress</span> <span itemprop="telephone">tel</span> <span itemprop="geo">long,lat</span> </div>
Voir aussi: Rich snippets - Organizations
Voir aussi: Schema.org / Organization
Blogue
Liste
<div class="container" itemscope itemtype="http://schema.org/Blog"> <div itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting"> <h2 itemprop="name"><a itemprop="url" href="link.html">Blog Post Title</a></h2> <a href="link.html"><img src="image.jpg" alt="" itemprop="image" /></a> <span itemprop="datePublished">January 1st, 1970</span> <span itemprop="author">Author</span> <span itemprop="keywords">a, b, c</span> <div itemprop="description"> blog post description </div> </div> [..repeat..] </div>
Blog Post
<div class="post" itemscope itemtype="http://schema.org/BlogPosting"> <h2 itemprop="name"><a itemprop="url" href="link.html">Blog Post Title</a></h2> <a href="link.html"><img src="image.jpg" alt="" itemprop="image" /></a> <span itemprop="datePublished">January 1st, 1970</span> <span itemprop="author">Author</span> <span itemprop="keywords">a, b, c</span> <div itemprop="articleBody"> blog post body </div> </div>
Produit (liste)
<div itemscope itemtype="http://schema.org/Product"> <img src="" border="0" alt="" itemprop="image" /> <h2 itemprop="name"><a itemprop="url" href="">...</a></h2> </div>
Le moteur de recherche google utilise les microformats (json-ld, schema.org, RDFa). Google indexe même le contenu json-ld généré dynamiquement par Javascript. Attention à ce que les fichiers javascript soient indexables.
Voir aussi:
Hyperliens...
Dernière modification: 2018-04-12 15:24:20 par Yan Morin
Hébergé par ProgYSM