# robots.txt pattern matching rules # patterns must begin with / because robots.txt patterns always match absolute URLs. # * matches zero or more of any character. # $ at the end of a pattern matches the end of the URL; elsewhere $ matches itself. # * at the end of a pattern is redundant, because robots.txt patterns always match any URL which begins with the pattern. # this works: /*.cgi # User-agent: * Disallow: /catalog/acc*.php Disallow: /catalog/add*.php Disallow: /catalog/adv*.php Disallow: /catalog/che*.php Disallow: /catalog/con*.php Disallow: /catalog/coo*.php Disallow: /catalog/cre*.php Disallow: /catalog/log*.php Disallow: /catalog/pas*.php Disallow: /catalog/pop*.php Disallow: /catalog/sho*.php Disallow: /catalog/who*.php # Disallow: /fatkatcatalog/acc*.php Disallow: /fatkatcatalog/add*.php Disallow: /fatkatcatalog/adv*.php Disallow: /fatkatcatalog/che*.php Disallow: /fatkatcatalog/con*.php Disallow: /fatkatcatalog/coo*.php Disallow: /fatkatcatalog/cre*.php Disallow: /fatkatcatalog/log*.php Disallow: /fatkatcatalog/pas*.php Disallow: /fatkatcatalog/pop*.php Disallow: /fatkatcatalog/sho*.php Disallow: /fatkatcatalog/who*.php # User-agent: Googlebot-Image Disallow: /sitemap: http://cdn.attracta.com/sitemap/66489.xml.gz sitemap: http://cdn.attracta.com/sitemap/66490.xml.gz sitemap: http://cdn.attracta.com/sitemap/66491.xml.gz