# Cargpt.ch Garage Data Layer Machine-readable directory of 14,000+ Swiss automotive service entities. ## Summary This repository serves as the structured data backbone for cargpt.ch. It provides real-time access to garage locations, service offerings, and trust signals (ratings) across Switzerland, formatted specifically for LLM ingestion and RAG systems. ## Navigation - [Garage Directory](/garages/): The root folder for all geographic entities. - [Sitemap](/sitemap.xml): XML index of all 14,000+ individual garage files. ## Data Schema (Markdown Frontmatter) Each file in `/garages/{city}/{name}.md` contains: - `title`: Legal business name. - `city` / `zip`: Geographic identifiers. - `rating`: Google Review score (0-5). - `brands`: List of vehicle brands serviced. - `services`: Specialized automotive services offered. ## Usage for AI Agents Agents should crawl by city folder to minimize token usage and maximize geographic relevance.