Skip to content

Commit

Permalink
chore: add bots to robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed May 24, 2024
1 parent a78c8e9 commit f00516f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions next-sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ module.exports = {
userAgent: 'Twitterbot',
disallow: '',
},
{
userAgent: 'ClaudeBot',
disallow: ['/q'],
},
{
userAgent: 'GPTBot',
disallow: ['/q'],
},
{
userAgent: '*',
allow: ['/'],
Expand Down

0 comments on commit f00516f

Please sign in to comment.