Merge pull request #16 from jmks/update-education-schema
Changed CollegeOrUniversity item prop from worksFor to alumniOf
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<h2>Education</h2>
|
||||
</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>
|
||||
<h4 class="resume-item-details" itemprop="description">Associates Degree, Business Management • 1984 — 1986</h4>
|
||||
<p class="resume-item-copy">If you had any meaningful roles at college, feel free to write about them here.</p>
|
||||
|
||||
Reference in New Issue
Block a user