🔍 SEO optimizations

This commit is contained in:
Liyas Thomas
2019-11-11 19:23:35 +05:30
parent 3c2743510b
commit 4cca931d9d
2 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ export default {
},
{
itemprop: "image",
content: `${routerBase.router.base}logo.png`
content: `${routerBase.router.base}logo.jpg`
},
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
{
@@ -115,12 +115,12 @@ export default {
},
{
property: 'og:image',
content: `${routerBase.router.base}logo.png`
content: `${routerBase.router.base}logo.jpg`
},
// Twitter
{
name: 'twitter:card',
content: "summary"
content: "summary_large_image"
},
{
name: 'twitter:site',
@@ -144,7 +144,7 @@ export default {
},
{
name: 'twitter:image',
content: `${routerBase.router.base}logo.png`
content: `${routerBase.router.base}logo.jpg`
},
],
link: [{

BIN
static/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB