# Robots.txt last edited by Jos Jonkeren 2022-11-15 14:14 # Crawlers Setup user-agent: * crawl-delay: 5 # Google doesn't support the crawl-delay directive, so her crawlers will just ignore it. # Bing: set crawl to maximum one page per 5 seconds. # Sitemap location Sitemap: https://www.mistermadame.nl/sitemap/sitemap.xml # Allowable Index allow: /*?page= # Disallow different URL Filter parameters to be indexed Disallow: *is_sale[filter]* Disallow: *filial_inventory[filter]* Disallow: *model[filter]* Disallow: *size[filter]* Disallow: *wijdtematen[filter]* Disallow: *color[filter]* Disallow: *brand[filter]* Disallow: *price[filter]* Disallow: *season_group[filter]* Disallow: *voetbed[filter]* Disallow: *boven_materialen[filter]* Disallow: *materialen_voering[filter]* Disallow: *sluiting[filter]* # Do not index session ID Disallow: /*?SID= Allow: /*?p= Disallow: /*.php$ # Directories Disallow: /app/ Disallow: /bin/ Disallow: /dev/ Disallow: /lib/ Disallow: /phpserver/ Disallow: /pkginfo/ Disallow: /report/ Disallow: /setup/ Disallow: /update/ Disallow: /var/ Disallow: /vendor/ # Paths (clean URLs) Disallow: /index.php/ Disallow: /catalog/product_compare/ Disallow: /catalog/category/view/ Disallow: /catalog/product/view/ Disallow: /catalogsearch/ Disallow: /checkout/ Disallow: /control/ Disallow: /contacts/ Disallow: /customer/ Disallow: /customize/ Disallow: /newsletter/ Disallow: /review/ Disallow: /sendfriend/ Disallow: /wishlist/ Disallow: /multisafepay/checkout/* # Files Disallow: /composer.json Disallow: /composer.lock Disallow: /CONTRIBUTING.md Disallow: /CONTRIBUTOR_LICENSE_AGREEMENT.html Disallow: /COPYING.txt Disallow: /Gruntfile.js Disallow: /LICENSE.txt Disallow: /LICENSE_AFL.txt Disallow: /nginx.conf.sample Disallow: /package.json Disallow: /php.ini.sample Disallow: /RELEASE_NOTES.txt # Do not index pages that are sorted or filtered. Disallow: /*?*product_list_mode= Disallow: /*?*product_list_order= Disallow: /*?*product_list_limit= Disallow: /*?*product_list_dir= # CVS, SVN directory and dump files Disallow: /*.CVS Disallow: /*.Zip$ Disallow: /*.Svn$ Disallow: /*.Idea$ Disallow: /*.Sql$ Disallow: /*.Tgz$