# web3slop - Web3 Learning Platform # Allow all crawlers to access the site User-agent: * Allow: / # Disallow access to build files and development files Disallow: /src/ Disallow: /*.js.map Disallow: /*.css.map Disallow: /node_modules/ # Allow AI crawlers and LLM access User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / # Social media crawlers User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / # Search engines User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: DuckDuckBot Allow: / # Sitemap and LLM resource locations Sitemap: https://www.web3slop.com/sitemap.xml # LLM resource for AI training and understanding # See: https://llms.txt/ # Resource: /llms.txt