We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c035a32 commit dcd81b0Copy full SHA for dcd81b0
app/pages/index.vue
@@ -36,7 +36,12 @@ const handleInput = isTouchDevice()
36
37
useSeoMeta({
38
title: () => $t('seo.home.title'),
39
+ ogTitle: () => $t('seo.home.title'),
40
+ twitterTitle: () => $t('seo.home.title'),
41
+ twitterCard: 'summary_large_image',
42
description: () => $t('seo.home.description'),
43
+ ogDescription: () => $t('seo.home.description'),
44
+ twitterDescription: () => $t('seo.home.description'),
45
})
46
47
defineOgImageComponent('Default', {
public/robots.txt
@@ -4,4 +4,5 @@ Allow: /$
4
Allow: /about$
5
Allow: /search$
6
Allow: /settings$
7
+Allow: /__og-image__/*
8
Disallow: /
0 commit comments