Schema Creator for Person

This schema is used to classify information about a specific person. This person can be alive or dead, even fictional. The tagging captures data points related directly to the person. Potential tags include address, related URL, job title and birth date.

Preview

Code

                      
                      



Example

Original HTML:
Ankit Kumar Singh
<img src="ankit_image.jpg" />

Founder
w3seo.info,scanftree.com
iit society,Madhavpuram
kanpur 208016
(+91) 9559335743
<a href="mailto:[email protected]">[email protected]</a>

Ankit Kumar Singh's home page:
<a href="https://plus.google.com/+Ankit-Kumar-Singh">Google +</a>



With Schema.org:
<div itemscope itemtype="http://schema.org/Person">
  <span itemprop="name">Ankit Kumar Singh</span>
  <img src="ankit_image.jpg" itemprop="image" />

  <span itemprop="jobTitle">Founder</span>
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    <span itemprop="streetAddress">
      w3seo.info,scanftree.com
      iit society
    </span>
    <span itemprop="addressLocality">Madhavpuram</span>,
    <span itemprop="addressRegion">kanpur</span>
    <span itemprop="postalCode">208016</span>
  </div>
  <span itemprop="telephone">(+91) 9559335743</span>
  <a href="mailto:[email protected]" itemprop="email">[email protected]</a>

  Ankit Kumar Singh's home page:
  <a href="https://plus.google.com/+Ankit-Kumar-Singh" itemprop="url">Google +</a>

 
</div>


For More information Person microdata schema go to http://schema.org/Person

To preview how your content might look in search results, or if you′ve added additional code you′d like to test, use Google′s rich snippets testing tool.