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 6f084ef commit 393bdcc
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/app/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
User-agent: *
Disallow: /products

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

# Allow Twitter to fetch Open Graph data
# Allow Twitter to fetch Open Graph data from /products
User-agent: Twitterbot
Allow: /products
Allow: /

# Allow Facebook to fetch Open Graph data
# Allow Facebook to fetch Open Graph data from /products
User-agent: facebookexternalhit
Allow: /products
Allow: /

# Allow LinkedIn to fetch Open Graph data
# Allow LinkedIn to fetch Open Graph data from /products
User-agent: LinkedInBot
Allow: /products
Allow: /

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

0 comments on commit 393bdcc

Please sign in to comment.