# rusta.com — LLM Manifest # Lightweight guide for AI agents to understand site structure and content conventions. # No pricing, inventory, or campaign data is exposed here. ## Entry points - URL inventory (non-semantic): https://www.rusta.com/sitemap.xml - Robots policy: https://www.rusta.com/robots.txt ## Locale & Market - Default locale: sv-SE - Supported locales: sv-SE, sv-FI, nb-NO, fi-FI, de-DE - Default currency varies by market ## URL Patterns - Locale is a market/language prefix, for example sv-SE, sv-FI, nb-NO, fi-FI - Category depth can vary: {category-level-1} ... {category-level-n} Product Page (PDP) https://www.rusta.com/{locale}/{category-level-1}/.../{category-level-n}/{product-slug} Product List Page (PLP) https://www.rusta.com/{locale}/{category-level-1}/.../{category-level-n} Inspiration listing (Tips & Inspiration) https://www.rusta.com/{locale}/tips-inspiration Inspiration article/page https://www.rusta.com/{locale}/{inspiration-page-slug} ## Structured Data (JSON-LD) - Product List Pages (PLP): CollectionPage with all mandatory fields and rich optional field coverage. - Product Detail Pages (PDP): BreadcrumbList and Product. - Store pages: Store. - Inspirational pages: BlogPosting. - Multiple schema.org blocks may coexist on a page. - Identify blocks by "@type"; ordering is not meaningful. ## LLM-Friendly Markdown Content - Selected inspiration and guide pages may have simplified .md versions. - Markdown files contain descriptive content only (no price, stock, or promotions). - Example (pattern) HTML version: https://www.rusta.com/{locale}/tips-inspiration/{inspiration-page-slug} - Example (pattern) MD version: https://www.rusta.com/{locale}/tips-inspiration/{inspiration-page-slug}.md ## Security - Commerce data is served only via private APIs and is not referenced here. ## Crawler Guidance - Respect robots.txt and canonical URLs. - Avoid crawling cart, checkout, and account pages. - Do not enumerate all product pages; rely on patterns and structured data.