Fix meta tags for embeds (#11)

This commit is contained in:
Aeledfyr 2020-10-26 21:21:43 -05:00 committed by GitHub
parent 42b568952e
commit 6084bb15cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 24 deletions

View File

@ -23,7 +23,6 @@ export default {
'Modrinth is a mod distribution platform. Modrinth is modern, easy to use, and built for modders. Modrinth currently supports Minecraft, including the forge and fabric mod loaders.',
},
{ hid: 'author', name: 'author', content: 'Modrinth' },
{ hid: 'publisher', name: 'publisher', content: 'Guavy LLC' },
{
hid: 'apple-mobile-web-app-title',

View File

@ -56,34 +56,37 @@ export default {
title: this.mod.title + ' - Modrinth',
meta: [
{
hid: 'description',
name: 'description',
content:
this.mod.description +
' View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform that is compatible with CurseForge too!',
hid: 'og:type',
name: 'og:type',
content: 'website',
},
{
hid: 'og:title',
name: 'og:title',
content: this.mod.title,
},
{
hid: 'apple-mobile-web-app-title',
name: 'apple-mobile-web-app-title',
content: this.mod.title,
},
{
hid: 'og:site_name',
name: 'og:site_name',
content: this.mod.title,
hid: 'og:description',
name: 'og:description',
content: this.mod.description,
},
{
hid: 'description',
name: 'description',
content:
this.mod.description +
' View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform that is compatible with CurseForge too!',
},
{
hid: 'og:url',
name: 'og:url',
content: `https://modrinth.com/mod/${this.mod.id}`,
},
{
hid: 'og:description',
name: 'og:description',
content: this.mod.description,
},
{ hid: 'og:type', name: 'og:type', content: 'article' },
{
hid: 'og:image',
name: 'og:image',

View File

@ -222,12 +222,12 @@ export default {
{
hid: 'apple-mobile-web-app-title',
name: 'apple-mobile-web-app-title',
content: this.mod.title + ' - Modrinth',
content: this.mod.title,
},
{
hid: 'og:site_name',
name: 'og:site_name',
content: this.mod.title + ' - Modrinth',
hid: 'og:title',
name: 'og:title',
content: this.mod.title,
},
{
hid: 'og:url',

View File

@ -328,15 +328,14 @@ export default {
this.mod.description +
' View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform that is compatible with CurseForge too!',
},
{
hid: 'apple-mobile-web-app-title',
name: 'apple-mobile-web-app-title',
content: this.mod.title,
},
{
hid: 'og:site_name',
name: 'og:site_name',
hid: 'og:title',
name: 'og:title',
content: this.mod.title,
},
{
@ -349,7 +348,7 @@ export default {
name: 'og:description',
content: this.mod.description,
},
{ hid: 'og:type', name: 'og:type', content: 'article' },
{ hid: 'og:type', name: 'og:type', content: 'website' },
{
hid: 'og:image',
name: 'og:image',