Skip to content

Commit

Permalink
update robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Nov 21, 2024
1 parent 45b564f commit 8fcdded
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
25 changes: 24 additions & 1 deletion config/robots/appliance.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
User-agent: *
# This will match '/mappings', as well - due to path value wildcard [
# https://developers.google.com/search/reference/robots_txt#url-matching-based-on-path-values ].
Disallow: /*mappings
Disallow: /projects
Disallow: /projects/
Disallow: /login
Disallow: /virtual
Disallow: /visualize
Crawl-delay: 2
Disallow: /feedback
Disallow: /ajax
Disallow: /javascripts
Disallow: /widgets
Crawl-delay: 5

User-agent: Amazonbot
Crawl-delay: 10

User-agent: SemrushBot
Disallow: /
Expand All @@ -17,4 +28,16 @@ Disallow: /
User-agent: MJ12bot
Disallow: /

User-agent: AhrefsBot
Disallow: /

User-agent: DataForSeoBot
Disallow: /

User-agent: BLEXBot
Disallow: /

User agent: MTRobot
Disallow: /


18 changes: 17 additions & 1 deletion config/robots/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ Disallow: /projects/
Disallow: /login
Disallow: /virtual
Disallow: /visualize
Disallow: /resource_index
Disallow: /feedback
Disallow: /ajax
Disallow: /javascripts
Disallow: /widgets
Crawl-delay: 5

User-agent: Amazonbot
Crawl-delay: 10

User-agent: SemrushBot
Disallow: /

Expand All @@ -23,5 +28,16 @@ Disallow: /
User-agent: MJ12bot
Disallow: /

User-agent: AhrefsBot
Disallow: /

User-agent: DataForSeoBot
Disallow: /

User-agent: BLEXBot
Disallow: /

User agent: MTRobot
Disallow: /


0 comments on commit 8fcdded

Please sign in to comment.