Skip to content

Commit

Permalink
Update robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysSullivan authored Oct 22, 2024
1 parent 594e64a commit 6f084ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/robots.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Block all crawlers from accessing the site
# Block all crawlers from accessing /products
User-agent: *
Disallow: /
Disallow: /products

# Allow crawling of the homepage
User-agent: *
Allow: /

# Allow Twitter to fetch Open Graph data
User-agent: Twitterbot
Expand Down

0 comments on commit 6f084ef

Please sign in to comment.