schema.org
by maxim75
HTML
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<!-- Google Maps -->
<!--
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false">
</script>
-->
<!-- JQuery -->
<!--
<script src="http://code.jquery.com/jquery-1.7.2.min.js">
</script>
-->
</head>
<body>
<div itemscope itemtype="http://schema.org/Photograph">
<img itemprop="image" src="picture.jpg" />
<meta itemprop="creator" content="David Defoe"><meta itemprop="copyrightHolder" content="Defoe Photography"><meta itemprop="copyrightYear" content="2012">
<meta itemprop="name" content="Name Test" />
<meta itemprop="dateCreated" content="2012-02-25" />
<meta itemprop="thumbnailUrl" content="http://wiki.imaxim.org/skins/vector/images/user-icon.png" />
<div itemscope itemprop="contentLocation" itemtype="http://schema.org/Place">
<meta itemprop="name" content="TestName2" />
<meta itemprop="address" content="Address" />
<div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="40.75" />
<meta itemprop="longitude" content="73.98" />
</div>
</div>
</div>
</body>
<script>
</script>
</html>