diff --git a/pages/mod/_id.vue b/pages/mod/_id.vue index 05e36f128..4f55ed980 100644 --- a/pages/mod/_id.vue +++ b/pages/mod/_id.vue @@ -543,6 +543,11 @@ export default { ? this.mod.icon_url : 'https://cdn.modrinth.com/placeholder.png', }, + { + hid: 'robots', + name: 'robots', + content: this.mod.status !== 'approved' ? 'noindex' : 'all', + }, ], } },