# GPOS Application Robots.txt # Point of Sale System # Allow Facebook crawler for Open Graph / link previews User-agent: facebookexternalhit Allow: / User-agent: Facebot Allow: / User-agent: * Allow: / # Prioritize important pages Allow: /pos Allow: /products Allow: /categories Allow: /assets/ # Disallow admin and sensitive areas Disallow: /admin/ Disallow: /api/ Disallow: /api-docs/ Disallow: /api/admin/ Disallow: /static/admin/ Disallow: /media/ Disallow: /reports/ Disallow: /settings/ Disallow: /inventory/ Disallow: /transactions/ # Disallow development and debug files Disallow: /debug/ Disallow: /error/ Disallow: /__debug__/ # Disallow temporary and cache files Disallow: /cache/ Disallow: /tmp/ Disallow: /temp/ # Disallow authentication endpoints Disallow: /auth/ Disallow: /login/ Disallow: /logout/ Disallow: /register/ Disallow: /password-reset/ # Disallow API endpoints for POS operations Disallow: /api/pos/ Disallow: /api/products/ Disallow: /api/orders/ Disallow: /api/payments/ Disallow: /api/inventory/ # Sitemap location Sitemap: https://gpos.aaaprinting.co/sitemap.xml # Crawl delay (optional, adjust as needed) Crawl-delay: 1