diff --git a/pages/index.vue b/pages/index.vue index 298029c..a5ec1d3 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -216,8 +216,8 @@ export default { head () { const siteTitle = this.config.data.app_name const routeName = this.routeName - const pageKeywords = this.routeKeywords const pageDescription = this.routeDescription ?? `${siteTitle} | ${routeName}` + const pageKeywords = this.routeKeywords // cf : https://developers.google.com/search/docs/advanced/crawling/special-tags?hl=fr return { @@ -236,22 +236,10 @@ export default { meta: [ { name: 'description', - // hid: 'description', - vmid: 'description', + hid: 'description', + // vmid: 'description', content: pageDescription.slice(0, 119) }, - { - name: 'description', - // hid: 'og:description', - vmid: 'description', - content: pageKeywords - }, - { - name: 'description', - // hid: 'og:description', - vmid: 'description', - content: this.appKeywords - }, { name: 'keywords', // hid: 'keywords',