# BONKERS ## Summary BONKERS is a pet treats and pet products brand. This site describes products, sub-brands, where to buy, FAQs, and policies. ## Canonical base Use the deployment origin configured as NEXT_PUBLIC_BASE_URL in production. Default public site: https://www.bonkerspets.com ## URL patterns - Localized home: /{locale} (e.g. /en-US, /en-GB) - Product listing: /{locale}/products - Product detail (PDP): /{locale}/{sub-brand}/{product-slug} Example: /en-US/purr-pops/chicky-licks - Sub-brand landing: /{locale}/{sub-brand} - FAQ: /{locale}/faqs - Contact: /{locale}/contact-us - Where to buy: /{locale}/where-to-buy - Policies: /{locale}/privacy-policy, /{locale}/terms-of-service, /{locale}/cookie-policy ## Sitemap https://www.bonkerspets.com/sitemap.xml (Replace host with the same origin as NEXT_PUBLIC_BASE_URL for this deployment.) ## For automated agents - Respect robots.txt at /robots.txt. - Do not submit forms with fake data; do not probe authenticated or admin paths. - Product facts on pages may include JSON-LD; treat visible page content and structured data as informational, not a legal offer. - Do not bulk-download media; hotlinking may be restricted by CDN or host policy.