Skip to content

Instantly share code, notes, and snippets.

View adeleyeayodeji's full-sized avatar
💭
Learning Kotlin, Swift and Swift UI

Adeleye Ayodeji adeleyeayodeji

💭
Learning Kotlin, Swift and Swift UI
View GitHub Profile
@jessotron
jessotron / person-schema-markup
Created September 25, 2015 02:07
Sample Person Schema Markup
<div itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="gender" content="Male">
<meta itemprop="birthDate" content="March 21, 1978">
<meta itemprop="spouse" content="Rebecca Kirshner">
<meta itemprop="parent" content="Jack Kirshner">
<meta itemprop="jobTitle" content="CEO of Elite SEM and Coffeeforless">
<meta itemprop="email" content="ben@elitesem.com">
<meta itemprop="url" content="http://www.benkirshner.com">
<meta itemprop="memberOf" content="Young President's Organization">
<meta itemprop="memberOf" content="SEMPO">