diff --git a/pages/mod/_id.vue b/pages/mod/_id.vue index 93a64235..614cd1c3 100644 --- a/pages/mod/_id.vue +++ b/pages/mod/_id.vue @@ -530,9 +530,7 @@ export default { { hid: 'description', name: 'description', - content: - this.mod.description + - ' View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform supporting both the Forge and Fabric mod loaders.', + content: `${this.mod.title}: ${this.mod.description} View other minecraft mods on Modrinth today! Modrinth is a new and modern Minecraft modding platform supporting both the Forge and Fabric mod loaders.`, }, { hid: 'og:url',