chore: dry up robots.txt templating
This commit is contained in:
parent
29915a2e2c
commit
3edecfe47c
4 changed files with 26 additions and 42 deletions
17
src/_data/json/robots.js
Normal file
17
src/_data/json/robots.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
export default [
|
||||
'AdsBot-Google',
|
||||
'Amazonbot',
|
||||
'anthropic-ai',
|
||||
'ArcMobile2',
|
||||
'Bytespider',
|
||||
'CCBot',
|
||||
'ChatGPT-User',
|
||||
'cohere-ai',
|
||||
'FacebookBot',
|
||||
'Google-Extended',
|
||||
'GPTBot',
|
||||
'omgili',
|
||||
'Omgilibot',
|
||||
'PerplexityBot',
|
||||
'YouBot',
|
||||
]
|
Reference in a new issue