# Robots.txt for OverseePOS Saudi Arabia # This file tells search engines which pages to crawl and which to skip # Allow all search engines to access the site User-agent: * Allow: / # Disallow crawling of admin/sensitive areas Disallow: /vendor/ Disallow: /includes/ Disallow: /composer.json Disallow: /composer.lock Disallow: /.git/ Disallow: /.github/ Disallow: /.gitignore Disallow: /country_withphone.php Disallow: /functions.php Disallow: /requestdemo_formsection.php # Disallow crawling of duplicate content in development files Disallow: /index-10-dec-2025.php # Allow access to CSS, JS, and images for proper rendering Allow: /assets/css/ Allow: /assets/js/ Allow: /assets/img/ Allow: /assets/webfonts/ # Sitemap location (helps search engines find all pages) Sitemap: https://overseepos-sa.com/sitemap.xml # Crawl delay (optional - prevents overloading server) # Crawl-delay: 10