Skip to content

Commit 71a5ab5

Browse files
committed
fix: explicit seo meta tags for social cards
1 parent cbec1ab commit 71a5ab5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/pages/index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ const handleInput = isTouchDevice()
3636
3737
useSeoMeta({
3838
title: () => $t('seo.home.title'),
39+
ogTitle: () => $t('seo.home.title'),
40+
twitterTitle: () => $t('seo.home.title'),
3941
description: () => $t('seo.home.description'),
42+
ogDescription: () => $t('seo.home.description'),
43+
twitterDescription: () => $t('seo.home.description'),
4044
})
4145
4246
defineOgImageComponent('Default', {

0 commit comments

Comments
 (0)