Merge pull request #16 from jmks/update-education-schema

Changed CollegeOrUniversity item prop from worksFor to alumniOf
This commit is contained in:
Joel Glovier
2016-08-01 08:41:21 -04:00
committed by GitHub
+1 -1
View File
@@ -89,7 +89,7 @@
<h2>Education</h2> <h2>Education</h2>
</header> </header>
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity"> <div class="resume-item" itemscope itemprop="alumniOf" itemtype="http://schema.org/CollegeOrUniversity">
<h3 class="resume-item-title" itemprop="name">Springfield College</h3> <h3 class="resume-item-title" itemprop="name">Springfield College</h3>
<h4 class="resume-item-details" itemprop="description">Associates Degree, Business Management &bull; 1984 &mdash; 1986</h4> <h4 class="resume-item-details" itemprop="description">Associates Degree, Business Management &bull; 1984 &mdash; 1986</h4>
<p class="resume-item-copy">If you had any meaningful roles at college, feel free to write about them here.</p> <p class="resume-item-copy">If you had any meaningful roles at college, feel free to write about them here.</p>