/tags と /user-tags が検索エンジンにインデックスされないように (#13847)
* chore(backend): noindex for tag search pages * docs(changelog): `/tags` と `/user-tags` が検索エンジンにインデックスされないように * chore: base.pug内でフラグでコントロールするように
This commit is contained in:
parent
3fba7686f8
commit
7bde630820
3 changed files with 18 additions and 1 deletions
|
|
@ -50,6 +50,9 @@ html
|
|||
block title
|
||||
= title || 'Misskey'
|
||||
|
||||
if noindex
|
||||
meta(name='robots' content='noindex')
|
||||
|
||||
block desc
|
||||
meta(name='description' content= desc || '✨🌎✨ A interplanetary communication platform ✨🚀✨')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue