User-agent: * # Allow SuiteCommerce static assets AND data/service endpoints. # /api/ must stay crawlable — the storefront fetches product/category # data through it when rendering for Googlebot. Blocking it = Soft 404s. Allow: /sca-dev-2026-1-0/ Allow: /SSP%20Applications/ Allow: /core/media/ Allow: /site/ Allow: /cms/ Allow: /api/ # Block system / private pages # /cart is anchored so it blocks ONLY the cart page, not product # slugs that start with "cart" (cart-id-flags, cart-topper, carts-...) Disallow: /cart$ Disallow: /cart/ Disallow: /cart? Disallow: /checkout Disallow: /login Disallow: /logout Disallow: /myaccount Disallow: /addressbook Disallow: /orders Disallow: /ssp # NOTE: the "Disallow: /*?*param=" rules were removed on purpose. # SuiteCommerce renders by calling its own APIs with query params # (e.g. /api/cacheable/items?...&n=2&sort=...). Blocking n=, sort=, # page=, quantity=, q= blocked those calls, so Googlebot couldn't load # product/category data and rendered pages as Soft 404s. Those params # also appear on category canonicals (?page=1) and on renamed-product # redirect targets (?quantity=1). Duplicate content from facet/sort/ # pagination/tracking URLs is controlled with canonical tags, not # robots.txt — blocking them here only stops Google reading those canonicals. # Allow everything else Allow: / # Sitemap index file Sitemap: https://www.wittekgolf.com/sitemap_www.wittekgolf.com_Index.xml