Skip to content

Commit

Permalink
Merge pull request #56 from ethanniser/RhysSullivan-patch-1
Browse files Browse the repository at this point in the history
Create robots.txt
  • Loading branch information
RhysSullivan authored Oct 22, 2024
2 parents e1f993c + e1d6247 commit 594e64a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/app/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Block all crawlers from accessing the site
User-agent: *
Disallow: /

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

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

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

0 comments on commit 594e64a

Please sign in to comment.