initial move

This commit is contained in:
Logen
2024-11-30 21:12:01 +00:00
parent 39d098dafd
commit 8cd4540397
29 changed files with 984 additions and 0 deletions

15
robots.txt Normal file
View File

@@ -0,0 +1,15 @@
# robots.txt for BTCforPlebs
# Allow all crawlers
User-agent: *
# Block unnecessary directories or paths (add paths as needed)
Disallow: /private/ # Example: Block /private/ directory
Disallow: /test/ # Example: Block /test/ directory
Disallow: /scripts/ # Example: Block /scripts/ directory
# Allow everything else
Allow: /
# Specify the location of your sitemap
Sitemap: https://btcforplebs.com/sitemap.xml