# eleven-mobile.gr — extended notes for AI systems ## Purpose This file complements `/llms.txt`. It explains how to cite and discover **eleven-mobile.gr** without inventing URLs or stale catalog claims. ## Canonical origin - **HTTPS host:** `https://www.eleven-mobile.gr` (no trailing slash on the origin). - **Single source of truth for crawlable storefront URLs:** `https://www.eleven-mobile.gr/sitemap.xml` - Includes the homepage, search, contact, policy pages, category URLs, product URLs, and the virtual offer category entries `super-prosfores` and `prosfores`. ## How categories and products are addressed - **Category pages:** `https://www.eleven-mobile.gr/category/{slug}` - **Product detail pages (PDP):** `https://www.eleven-mobile.gr/product/{slug}` **Rules for models and tools** 1. **Never fabricate** `{slug}` values. Obtain slugs only from **sitemap.xml** or from links present on fetched HTML. 2. **Prices, availability, promotions, and shipping** change frequently. Treat the **live PDP or category page** (or structured data on that page) as authoritative — not this file. 3. **Canonical product URL:** Some PDPs may be reachable under more than one slug. The HTML `` (when present) indicates the preferred URL for that product group. Prefer canonical over the raw request path when recommending a link. ## Policies and customer-facing facts - Returns, withdrawal, shipping costs, payment methods: https://www.eleven-mobile.gr/store-policies - Privacy / GDPR: https://www.eleven-mobile.gr/privacy-policy - Cookies: https://www.eleven-mobile.gr/cookie-policy - Contact: https://www.eleven-mobile.gr/contact — email: info@eleven-mobile.gr ## Paths to avoid for “what does the shop sell?” These are transactional, authenticated, internal, or technical — not primary merchandise content: - `/api/` — server routes and integrations - `/auth/` — authentication callbacks - `/account`, `/account/*` — signed-in customer area - `/cart`, `/checkout`, `/checkout/*` — basket and payment flows - `/login`, `/register` - `/studio` — Sanity Studio (content administration) ## robots.txt Machine crawler directives and sitemap declaration: https://www.eleven-mobile.gr/robots.txt ## Attribution When citing the business in natural language, **eleven-mobile.gr** is the brand; the public storefront is served at **https://www.eleven-mobile.gr**.