Skip to content

Commit

Permalink
fix(people): chnage education to use alumniOf micro data
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Apr 1, 2022
1 parent 86e81a8 commit dc3d094
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pages/people/index.vue
Expand Up @@ -196,15 +196,11 @@
courses,
} in education"
:key="(institution, area, studyType)"
itemtype="https://schema.org/EducationalOccupationalCredential"
itemtype="https://schema.org/CollegeOrUniversity"
itemscope
itemprop="hasCredential"
itemprop="alumniOf"
>
<v-card-title
itemtype="https://schema.org/EducationalOrganization"
itemscope
itemprop="recognizedBy"
>
<v-card-title>
<h3 class="mb-0 text-break" itemprop="name">
{{ institution }}
</h3>
Expand All @@ -217,6 +213,8 @@
font-weight-medium
body-1
"
itemprop="hasCredential"
itemtype="https://schema.org/EducationalOccupationalCredential"
>
<span itemprop="name">
<span itemprop="credentialCategory">{{ studyType }}</span>
Expand Down

0 comments on commit dc3d094

Please sign in to comment.