Skip to content

Commit

Permalink
add datasets wildcard to robots disallow list
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Sep 30, 2024
1 parent c4e6bb0 commit c4d1788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export default defineNuxtConfig({
// provide simple disallow rules for all robots `user-agent: *`
// disallowing certain pages that are either redirects, authticated routes, or causing bots to recursively crawl
disallow: [
'/datasets/*?*',
'/welcome',
'/user',
'/contact-us',
Expand Down

0 comments on commit c4d1788

Please sign in to comment.