chore: specify nofollow,noarchive,nocache,noimageindex in addition to noindex

This commit is contained in:
naskya 2024-02-11 02:31:53 +09:00
parent ff75e292d9
commit 151ec3523c
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
6 changed files with 7 additions and 7 deletions

View file

@ -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')

View file

@ -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)

View file

@ -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')

View file

@ -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')

View file

@ -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')

View file

@ -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')