# robots.txt for Derks Wielersport # Optimized for PrestaShop 8.2 + Bunny CDN # Allows Googlebot to access required CSS/JS/fonts/images # while blocking private/system areas. User-agent: * ################################################## # ALLOW FRONTEND ASSETS ################################################## # Themes Allow: /themes/ Allow: /themes/*.css Allow: /themes/*.js Allow: /themes/*.woff Allow: /themes/*.woff2 Allow: /themes/*.ttf Allow: /themes/*.svg # JavaScript Allow: /js/ Allow: /js/*.js Allow: /js/jquery/* # Modules assets Allow: /modules/*.css Allow: /modules/*.js Allow: /modules/*.png Allow: /modules/*.jpg Allow: /modules/*.jpeg Allow: /modules/*.gif Allow: /modules/*.svg Allow: /modules/*.webp Allow: /modules/*.woff Allow: /modules/*.woff2 # Generic asset extensions Allow: /*.css Allow: /*.js Allow: /*.woff Allow: /*.woff2 Allow: /*.ttf Allow: /*.svg Allow: /*.webp Allow: /*.png Allow: /*.jpg Allow: /*.jpeg Allow: /*.gif ################################################## # BLOCK FILTER / SORT / SEARCH PARAMETERS ################################################## Disallow: /*?order= Disallow: /*?tag= Disallow: /*?id_currency= Disallow: /*?search_query= Disallow: /*?back= Disallow: /*?n= Disallow: /*&order= Disallow: /*&tag= Disallow: /*&id_currency= Disallow: /*&search_query= Disallow: /*&back= Disallow: /*&n= ################################################## # BLOCK PRIVATE / CUSTOMER CONTROLLERS ################################################## Disallow: /*controller=addresses Disallow: /*controller=address Disallow: /*controller=authentication Disallow: /*controller=cart Disallow: /*controller=discount Disallow: /*controller=footer Disallow: /*controller=get-file Disallow: /*controller=header Disallow: /*controller=history Disallow: /*controller=identity Disallow: /*controller=images.inc Disallow: /*controller=init Disallow: /*controller=my-account Disallow: /*controller=order Disallow: /*controller=order-slip Disallow: /*controller=order-detail Disallow: /*controller=order-follow Disallow: /*controller=order-return Disallow: /*controller=order-confirmation Disallow: /*controller=pagination Disallow: /*controller=password Disallow: /*controller=pdf-invoice Disallow: /*controller=pdf-order-return Disallow: /*controller=pdf-order-slip Disallow: /*controller=product-sort Disallow: /*controller=registration Disallow: /*controller=search Disallow: /*controller=statistics Disallow: /*controller=attachment Disallow: /*controller=guest-tracking ################################################## # BLOCK SYSTEM / ADMIN DIRECTORIES ################################################## Disallow: /app/ Disallow: /cache/ Disallow: /classes/ Disallow: /config/ Disallow: /controllers/ Disallow: /download/ Disallow: /localization/ Disallow: /log/ Disallow: /mails/ Disallow: /override/ Disallow: /pdf/ Disallow: /src/ Disallow: /tools/ Disallow: /translations/ Disallow: /upload/ Disallow: /var/ Disallow: /vendor/ Disallow: /webservice/ ################################################## # BLOCK MODULE DIRECTORIES # (assets remain accessible because of Allow rules) ################################################## Disallow: /modules/ ################################################## # BLOCK ADMIN JS ################################################## Disallow: /js/tiny_mce/ Disallow: /js/admin/ ################################################## # BLOCK CUSTOMER / CHECKOUT URLS ################################################## Disallow: /wachtwoord-herstel Disallow: /adres Disallow: /adressen Disallow: /authentication Disallow: /winkelmandje Disallow: /korting Disallow: /besteloverzicht Disallow: /identiteit Disallow: /mijn-account Disallow: /bestelling-volgen Disallow: /order-slip Disallow: /bestelling Disallow: /zoeken Disallow: /bestelling-volgen-als-gast ################################################## # SITEMAP ################################################## Sitemap: https://www.derks-wielersport.nl/1_index_sitemap.xml