# Purpose: Tells search engines which pages they can crawl # Star Gallery Mart - E-commerce Website Robots.txt # Allow all search engines to crawl the main site User-agent: * # Disallow sensitive areas Disallow: /admin/ Disallow: /dashboard/ Disallow: /api/ Disallow: /assets/admin/ Disallow: /assets/dashboard/ # Disallow user-specific areas (require authentication) Disallow: /account/ Disallow: /order/ Disallow: /wishlist/ Disallow: /cart/ Disallow: /checkout/ # Disallow auth pages (not needed for SEO) Disallow: /auth/ # Disallow common non-content areas # Disallow temporary/test pages # Sitemap location Sitemap: https://stargallery.ae/sitemap.xml