forked from IT-Syndikat/website
add basic robots.txt
This commit is contained in:
parent
3a57013471
commit
948799119c
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@ languageCode = 'de-AT'
|
|||
title = 'IT-syndikat'
|
||||
theme = "mainroad"
|
||||
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
|
||||
enableRobotsTXT = false
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
|
|
6
static/robots.txt
Normal file
6
static/robots.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
|
||||
# Google's "bard" AI scraper
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
Loading…
Add table
Reference in a new issue