# Enhanced Robots.txt for SevenD Mobility Solutions # Allow all crawlers to access the website User-agent: * Allow: / # Disallow access to private areas Disallow: /private/ Disallow: /admin/ Disallow: /temp/ Disallow: /backup/ Disallow: /logs/ Disallow: /node_modules/ Disallow: /.git/ Disallow: /package.json Disallow: /package-lock.json # Allow access to important resources Allow: /images/ Allow: /css/ Allow: /js/ Allow: /fonts/ # Sitemap locations Sitemap: https://www.sevendmobility.com/sitemap.xml # Crawl delay (optional - helps with server load) Crawl-delay: 1 # Additional sitemaps for different content types Sitemap: https://www.sevendmobility.com/sitemap-pages.xml Sitemap: https://www.sevendmobility.com/sitemap-products.xml # Host directive Host: https://www.sevendmobility.com # Allow all pages to be crawled Allow: /index.html Allow: /manufacturing.html Allow: /products/ Allow: /contact.html Allow: /it.html Allow: /autoparts.html # Allow access to images and CSS Allow: /images/ Allow: /css/ Allow: /js/ # Crawl delay (optional) Crawl-delay: 1