This commit is contained in:
syuilo
2023-05-11 16:22:46 +09:00
parent 8c30ca50a8
commit b380dc53e1
15 changed files with 36 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ block og
block meta
if profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
if profile.preventAiLearning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

View File

@@ -21,7 +21,7 @@ block og
block meta
if profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
if profile.preventAiLearning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

View File

@@ -21,7 +21,7 @@ block og
block meta
if user.host || profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
if profile.preventAiLearning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

View File

@@ -22,7 +22,7 @@ block og
block meta
if user.host || isRenote || profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
if profile.preventAiLearning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

View File

@@ -21,7 +21,7 @@ block og
block meta
if profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
if profile.preventAiLearning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

View File

@@ -20,7 +20,7 @@ block og
block meta
if user.host || profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
if profile.preventAiLearning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')