# robots.txt for pierrealexandre.photography # Photography portfolio website - optimized for search engines # Allow all bots to crawl the entire site User-agent: * Allow: / # Specific directives for major search engines User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / # Block access to admin and private directories Disallow: /admin/ Disallow: /private/ Disallow: /temp/ Disallow: /tmp/ # Block WordPress-specific paths (if applicable in the future) Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/plugins/ Disallow: /wp-content/cache/ Disallow: /wp-content/themes/*/includes/ Disallow: /trackback/ Disallow: /feed/ Disallow: /comments/feed/ Disallow: /*/feed/ Disallow: /*/comments/ # Block specific file types (but allow important files) Disallow: /*.log$ Disallow: /*.bak$ Disallow: /*.tmp$ Disallow: /readme.txt Disallow: /license.txt Disallow: /changelog.txt # Explicitly allow important assets and files Allow: /css/ Allow: /js/ Allow: /images/ Allow: /blog/images/ Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.webp$ Allow: /*.svg$ Allow: /sitemap.xml Allow: /robots.txt Allow: /favicon.ico Allow: /favicon.svg Allow: /apple-touch-icon.png # Sitemap location (very important for SEO) Sitemap: https://pierrealexandre.photography/sitemap.xml # Additional sitemaps (uncomment when created) # Sitemap: https://pierrealexandre.photography/sitemap-images.xml # Sitemap: https://pierrealexandre.photography/sitemap-blog.xml