chore: clean up data files
This commit is contained in:
parent
77e6fe27e3
commit
cce53c2656
15 changed files with 98 additions and 129 deletions
|
@ -1,5 +1,34 @@
|
|||
import robots from './json/robots.js'
|
||||
|
||||
export default async function () {
|
||||
return robots
|
||||
return [
|
||||
'AdsBot-Google',
|
||||
'Amazonbot',
|
||||
'anthropic-ai',
|
||||
'Applebot',
|
||||
'AwarioRssBot',
|
||||
'AwarioSmartBot',
|
||||
'Bytespider',
|
||||
'CCBot',
|
||||
'ChatGPT-User',
|
||||
'ClaudeBot',
|
||||
'Claude-Web',
|
||||
'cohere-ai',
|
||||
'DataForSeoBot',
|
||||
'FacebookBot',
|
||||
'FriendlyCrawler',
|
||||
'Google-Extended',
|
||||
'GoogleOther',
|
||||
'GPTBot',
|
||||
'img2dataset',
|
||||
'ImagesiftBot',
|
||||
'magpie-crawler',
|
||||
'Meltwater',
|
||||
'omgili',
|
||||
'omgilibot',
|
||||
'peer39_crawler',
|
||||
'peer39_crawler/1.0',
|
||||
'PerplexityBot',
|
||||
'PiplBot',
|
||||
'Seekr',
|
||||
'YouBot',
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue