# robots.txt for phcode.io # Allow Google + other crawlers to fetch the JS, CSS, fonts, and images # they need to render pages (per Google Search Central guidance), while # still keeping any future non-renderable files under /assets/ private. # https://developers.google.com/search/docs/crawling-indexing/robots/intro User-agent: * Allow: /assets/*.js Allow: /assets/*.css Allow: /assets/*.png Allow: /assets/*.svg Allow: /assets/*.gif Allow: /assets/*.jpg Allow: /assets/*.jpeg Allow: /assets/*.webp Allow: /assets/*.woff Allow: /assets/*.woff2 Disallow: /assets/ # XML sitemaps Sitemap: https://phcode.io/sitemap.xml Sitemap: https://sitemaps.phcode.io/sitemap-phcode.xml Sitemap: https://phcode.dev/sitemap-phcode.xml