Skip to content

Commit

Permalink
🎯 Fix SEO schema data
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastanie committed Sep 5, 2024
1 parent 39f1a3a commit c1f0d56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/cv.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<script lang="ts" setup>
useSchemaOrg([
defineWebPage({ '@type': 'ProfilePage' }),
defineWebPage({
'@type': 'ProfilePage',
'mainEntity': {
'@type': 'Person',
'@id': 'https://tcastanie.dev/#identity',
},
}),
])
useHead({ titleTemplate: 'CV %separator %siteName' })
Expand Down

0 comments on commit c1f0d56

Please sign in to comment.