🔍 SEO optimizations

This commit is contained in:
Liyas Thomas
2019-11-11 19:01:49 +05:30
parent 9f0512e81e
commit 3c2743510b

View File

@@ -34,7 +34,7 @@ export default {
}, },
{ {
name: 'viewport', name: 'viewport',
content: 'width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no, minimal-ui' content: 'width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover, minimal-ui'
}, },
{ {
hid: 'description', hid: 'description',
@@ -59,7 +59,7 @@ export default {
}, },
{ {
itemprop: "image", itemprop: "image",
content: `${routerBase.router.base}icons/icon-192x192.png` content: `${routerBase.router.base}logo.png`
}, },
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt) // Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
{ {
@@ -115,7 +115,7 @@ export default {
}, },
{ {
property: 'og:image', property: 'og:image',
content: `${routerBase.router.base}icons/icon-144x144.png` content: `${routerBase.router.base}logo.png`
}, },
// Twitter // Twitter
{ {
@@ -136,15 +136,15 @@ export default {
}, },
{ {
name: 'twitter:title', name: 'twitter:title',
content: meta.name content: `${meta.name} \u2022 ${meta.shortDescription}`
}, },
{ {
name: 'twitter:description', name: 'twitter:description',
content: meta.shortDescription content: meta.description
}, },
{ {
name: 'twitter:image', name: 'twitter:image',
content: `${routerBase.router.base}icons/icon-144x144.png` content: `${routerBase.router.base}logo.png`
}, },
], ],
link: [{ link: [{