Created
May 10, 2020 17:56
-
-
Save farukgaric/d32556c326f1bd3c48c33e9046a56836 to your computer and use it in GitHub Desktop.
Structured data - Person (microdata)
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
| <section itemscope itemtype="http://schema.org/Person"> | |
| Hello, my name is | |
| <span itemprop="name">John Doe</span>, | |
| I am a | |
| <span itemprop="jobTitle">Graduate research assistant</span> | |
| at the | |
| <span itemprop="affiliation">University of Dreams</span> | |
| My friends call me | |
| <span itemprop="additionalName">Johnny</span> | |
| You can visit my homepage at | |
| <a href="http://www.example.com.com" itemprop="url">www.example.com</a> | |
| <section itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | |
| I live at | |
| <span itemprop="streetAddress">1234 Peach Drive</span> | |
| <span itemprop="addressLocality">Warner Robins</span> | |
| <span itemprop="addressRegion">Georgia</span>. | |
| </section> | |
| </section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment