# Wanderlight Creations - robots.txt # https://www.rajaramki.com User-agent: * # Allow main pages Allow: / Allow: /gallery Allow: /collections Allow: /products/ Allow: /about Allow: /contact Allow: /about-prints # Disallow admin pages Disallow: /admin Disallow: /admin/* # Disallow test/debug pages Disallow: /test-* Disallow: /debug-* Disallow: /simple-test Disallow: /webgl-test Disallow: /gcs-gallery Disallow: /gallery-old # Disallow API routes Disallow: /api/ Disallow: /api/* # Disallow auth pages Disallow: /auth/ Disallow: /force-signout Disallow: /nuclear-signout Disallow: /clear-session # Disallow internal pages Disallow: /framing/ Disallow: /print-config/ Disallow: /wall-preview/ # Disallow checkout/cart (not useful in search results) Disallow: /cart Disallow: /checkout Disallow: /checkout/success Disallow: /order-confirmation Disallow: /orders # Allow images Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.webp$ # Sitemap Sitemap: https://www.rajaramki.com/sitemap.xml