You've already forked AstralRinth
forked from didirus/AstralRinth
Add indexing meta value depending on the status of the mod. (#261)
This commit is contained in:
@@ -543,6 +543,11 @@ export default {
|
|||||||
? this.mod.icon_url
|
? this.mod.icon_url
|
||||||
: 'https://cdn.modrinth.com/placeholder.png',
|
: 'https://cdn.modrinth.com/placeholder.png',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
hid: 'robots',
|
||||||
|
name: 'robots',
|
||||||
|
content: this.mod.status !== 'approved' ? 'noindex' : 'all',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user