# robots.txt for Wonder Apps Website # Allow all search engines to crawl the site User-agent: * Allow: / # Allow access to main pages Allow: /index.html Allow: /about.html Allow: /all-apps.html Allow: /features.html Allow: /showcase.html Allow: /wallpaper.html Allow: /privacy.html Allow: /agreement.html Allow: /cookie.html # Allow access to static resources Allow: /css/ Allow: /js/ Allow: /res/ Allow: /app_data/image/ Allow: /components/ # Allow access to app detail pages (numbered HTML files) Allow: /*.html # Disallow access to Python scripts and internal files Disallow: /*.sh Disallow: /*.py Disallow: /*.txt # Disallow access to JSON data files (if not meant for public access) Disallow: /app_data/apps_info.json # Disallow Cloudflare email protection paths (auto-generated, may cause 404s) Disallow: /cdn-cgi/ # Sitemap location Sitemap: https://wonderda.com/sitemap.xml