Add indexing meta value depending on the status of the mod. (#261)
This commit is contained in:
parent
46bc04f69f
commit
d174602cc0
@ -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',
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user