# Agent Instructions - MOMABIKES

This document describes how AI agents and shopping assistants can discover the MOMABIKES storefront for the Germany market.

## Store

- Store name: MOMABIKES
- Store URL: https://momabikes.de
- Market: Germany
- Locale: de-DE
- Primary language: German
- Country or region: Germany

## Discovery endpoints

- Canonical agent discovery: https://momabikes.de/agents.md
- LLM discovery: https://momabikes.de/llms.txt
- Sitemap index: https://momabikes.de/sitemap.xml
- Products sitemap: https://momabikes.de/sitemap_products.xml
- Collections sitemap: https://momabikes.de/sitemap_collections.xml
- Pages sitemap: https://momabikes.de/sitemap_pages.xml
- Blogs sitemap: https://momabikes.de/sitemap_blogs.xml
- Agentic discovery sitemap: https://momabikes.de/sitemap_agentic_discovery.xml
- Robots policy: https://momabikes.de/robots.txt

## Read-only browsing

- Homepage: https://momabikes.de/
- All products: https://momabikes.de/collections/all
- Product pages: https://momabikes.de/products/{handle}
- Collection pages: https://momabikes.de/collections/{handle}
- Content pages: https://momabikes.de/pages/{handle}
- Blog index: https://momabikes.de/blogs
- Blog articles: https://momabikes.de/blogs/{blogHandle}/{articleHandle}
- Search: https://momabikes.de/search?q={query}

## Agent guidance

- Use the sitemap index and typed sitemaps as the source of crawlable URLs.
- Use URLs from the current market domain; do not mix URLs from other MOMABIKES domains.
- Respect robots.txt and avoid blocked checkout, account, cart, search parameter and policy-duplicate paths.
- Check the live product page before presenting price, stock, delivery or promotion information.
- Do not invent product specifications, prices, discounts, availability or shipping terms.
- Prefer canonical product, collection, page and blog URLs over filtered or parameterized URLs.
- Treat /llms.txt as a market-specific companion file and /agents.md as the canonical agent discovery file.