chore: specify nofollow,noarchive,nocache,noimageindex in addition to noindex
This commit is contained in:
parent
ff75e292d9
commit
151ec3523c
6 changed files with 7 additions and 7 deletions
|
@ -55,7 +55,7 @@ html
|
|||
|
||||
block meta
|
||||
if privateMode
|
||||
meta(name='robots' content='noindex')
|
||||
meta(name='robots' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
|
||||
block og
|
||||
meta(property='og:title' content=title || 'Firefish')
|
||||
|
|
|
@ -23,12 +23,12 @@ block og
|
|||
block meta
|
||||
unless privateMode
|
||||
if profile.noCrawle
|
||||
meta(name='robots' content='noindex')
|
||||
meta(name='robots' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
|
||||
if profile.preventAiLearning
|
||||
meta(name='robots' content='noai')
|
||||
meta(name='robots' content='noimageai')
|
||||
meta(name='GPTBot' content='noindex')
|
||||
meta(name='GPTBot' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
|
||||
meta(name='misskey:user-username' content=user.username)
|
||||
meta(name='misskey:user-id' content=user.id)
|
||||
|
|
|
@ -23,7 +23,7 @@ block og
|
|||
block meta
|
||||
unless privateMode
|
||||
if user.host || profile.noCrawle
|
||||
meta(name='robots' content='noindex')
|
||||
meta(name='robots' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
if profile.preventAiLearning
|
||||
meta(name='robots' content='noai')
|
||||
meta(name='robots' content='noimageai')
|
||||
|
|
|
@ -35,7 +35,7 @@ block og
|
|||
block meta
|
||||
unless privateMode
|
||||
if user.host || isRenote || profile.noCrawle
|
||||
meta(name='robots' content='noindex')
|
||||
meta(name='robots' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
if profile.preventAiLearning
|
||||
meta(name='robots' content='noai')
|
||||
meta(name='robots' content='noimageai')
|
||||
|
|
|
@ -23,7 +23,7 @@ block og
|
|||
block meta
|
||||
unless privateMode
|
||||
if profile.noCrawle
|
||||
meta(name='robots' content='noindex')
|
||||
meta(name='robots' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
if profile.preventAiLearning
|
||||
meta(name='robots' content='noai')
|
||||
meta(name='robots' content='noimageai')
|
||||
|
|
|
@ -23,7 +23,7 @@ block og
|
|||
block meta
|
||||
unless privateMode
|
||||
if user.host || profile.noCrawle
|
||||
meta(name='robots' content='noindex')
|
||||
meta(name='robots' content='noindex,nofollow,noarchive,nocache,noimageindex')
|
||||
if profile.preventAiLearning
|
||||
meta(name='robots' content='noai')
|
||||
meta(name='robots' content='noimageai')
|
||||
|
|
Loading…
Reference in a new issue