# MobileUps — robots.txt # Site is fully public, but block private/dev paths in case any leak. User-agent: * Allow: / # Legacy / dev paths Disallow: /old/ Disallow: /node_modules/ Disallow: /__pycache__/ Disallow: /.git/ Disallow: /.claude/ # Backup & generator artifacts at the root Disallow: /apps-data.json.bak Disallow: /generate_app_pages.py Disallow: /serve.py Disallow: /update-apps.js Disallow: /package.json Disallow: /package-lock.json Disallow: /_check_play_ratings.js # Explicit allow for Googlebot (some hosts strip the * rule) User-agent: Googlebot Allow: / Disallow: /old/ User-agent: Bingbot Allow: / Disallow: /old/ Sitemap: https://mobileups.com/sitemap.xml Sitemap: https://mobileups.com/image-sitemap.xml