Skip to content

Commit

Permalink
Merge pull request #1419 from dpc-sdp/feature/robots-crawl-delay
Browse files Browse the repository at this point in the history
[SDPSUP-8755] Added default crawl-delay attribute to robots.txt
  • Loading branch information
dylankelly authored Jan 13, 2025
2 parents b056a9d + e3b1475 commit cbc7f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt-ripple/robots.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default [
{ UserAgent: 'SemrushBot', Disallow: '/' },
{
UserAgent: '*',
CrawlDelay: 2,
Disallow: [
'/js',
'/img',
Expand Down

0 comments on commit cbc7f23

Please sign in to comment.