Skip to content

Instantly share code, notes, and snippets.

@mad
Created January 17, 2012 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mad/1628851 to your computer and use it in GitHub Desktop.
Save mad/1628851 to your computer and use it in GitHub Desktop.
microformat test
<html>
<head>
</head>
<body>
<!--
Test it there:
http://www.google.com/webmasters/tools/richsnippets
http://webmaster.yandex.com/microtest.xml
-->
<div itemscope itemtype="http://schema.org/Organization">
<meta itemprop="url" content="peacockteam.org" />
<meta itemprop="name" content="PeacockTeam" />
<meta itemprop="description" content="We chage it" />
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<meta itemprop="addressLocality" content="Saint-Petersburg" />
<meta itemprop="addressCountry" content="Russia" />
</div>
<meta itemprop="telephone" content="none" />
<div itemscope itemtype="schema.org/ImageObject">
<meta itemprop="name" conent="Logo" />
<meta content="http://goodroads.ru/css/images/peacock.png" itemprop="contentURL" />
</div>
</div>
<a rel="author" href="https://plus.google.com/u/0/115481102996002122261">
<img src="//www.google.com/images/icons/ui/gprofile_button-16.png">
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment