diff --git a/app/pages/index.vue b/app/pages/index.vue index aa1702685..de689018b 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -36,7 +36,12 @@ const handleInput = isTouchDevice() useSeoMeta({ title: () => $t('seo.home.title'), + ogTitle: () => $t('seo.home.title'), + twitterTitle: () => $t('seo.home.title'), + twitterCard: 'summary_large_image', description: () => $t('seo.home.description'), + ogDescription: () => $t('seo.home.description'), + twitterDescription: () => $t('seo.home.description'), }) defineOgImageComponent('Default', { diff --git a/public/robots.txt b/public/robots.txt index 86b7f12d8..9ab09e0b8 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -4,4 +4,5 @@ Allow: /$ Allow: /about$ Allow: /search$ Allow: /settings$ +Allow: /__og-image__/* Disallow: /