🔍 SEO optimizations
This commit is contained in:
parent
9f0512e81e
commit
3c2743510b
1 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ export default {
|
|||
},
|
||||
{
|
||||
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',
|
||||
|
|
@ -59,7 +59,7 @@ export default {
|
|||
},
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
|
@ -115,7 +115,7 @@ export default {
|
|||
},
|
||||
{
|
||||
property: 'og:image',
|
||||
content: `${routerBase.router.base}icons/icon-144x144.png`
|
||||
content: `${routerBase.router.base}logo.png`
|
||||
},
|
||||
// Twitter
|
||||
{
|
||||
|
|
@ -136,15 +136,15 @@ export default {
|
|||
},
|
||||
{
|
||||
name: 'twitter:title',
|
||||
content: meta.name
|
||||
content: `${meta.name} \u2022 ${meta.shortDescription}`
|
||||
},
|
||||
{
|
||||
name: 'twitter:description',
|
||||
content: meta.shortDescription
|
||||
content: meta.description
|
||||
},
|
||||
{
|
||||
name: 'twitter:image',
|
||||
content: `${routerBase.router.base}icons/icon-144x144.png`
|
||||
content: `${routerBase.router.base}logo.png`
|
||||
},
|
||||
],
|
||||
link: [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue