Last active
August 29, 2015 14:00
-
-
Save elf-pavlik/7dae92d3236f7c48c8e1 to your computer and use it in GitHub Desktop.
basic RDFa profile schema:Person
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body vocab="http://schema.org/"> | |
<div typeof="Person"> | |
<h1 property="name">elf Pavlik</h1> | |
<img property="image" src="http://www.gravatar.com/avatar/00000000000000000000000000000000" /> | |
<p property="description">i like you :)</p> | |
<h2>social profiles</h2> | |
<ul> | |
<li><a property="sameAs" href="https://github.com/elf-pavlik">github</a></li> | |
<li><a property="sameAs" href="https://twitter.com/elfpavlik">twitter</a></li> | |
<li><a property="sameAs" href="https://plus.google.com/+elfPavlik">google+</a></li> | |
<li><a property="sameAs" href="https://facebook.com/elf.pavlik">facebook</a></li> | |
</ul> | |
<h2>friends</h2> | |
<ul> | |
<li><a property="knows" href="http://samsemilio.github.io">Samuel Andert</a></li> | |
<li><a property="knows" href="http://auli.haldjas.org/">Auli Kütt</a></li> | |
<li><a property="knows" href="http://profile.daha.co.uk">Daniel Harris</a></li> | |
<li><a property="knows" href="http://alvaro.onclic.es">Álvaro Saco</a></li> | |
<li><a property="knows" href="http://y.chn.io/ ">Jon Richter</a></li> | |
<li><a property="knows" href="http://box.projectdanube.org/">Markus Sabadello</a></li> | |
</ul> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment