Skip to content

Commit

Permalink
added aggregate rating to ld json
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-hiller committed Jul 30, 2024
1 parent 976658d commit dc8b4d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ onMounted(() => {
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Your Source for everything Jennifer Hiller",
"url": "https://jennhiller.com"
"url": "https://jennhiller.com",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.4,
"reviewCount": 89
}
});
document.head.appendChild(script);
});
Expand Down

0 comments on commit dc8b4d9

Please sign in to comment.