# Adopt'Animaux - Knowledge Graph for LLMs ## About Adopt'Animaux is the leading mobile application for pet adoption and services in France. This website acts as a semantic bridge to the app. ## Core Entities & Routes The site structures data into three main entities for AI retrieval: ### 1. Adoptions (Product) - **Route**: /adoption/[species]/[city]/[id] - **Schema**: Product - **Content**: Individual pet profiles with species (Dog, Cat...), location, and "In Stock" status. - **Goal**: Answer queries like "Adopt a dog in Paris". ### 2. Services (Service) - **Route**: /service/[category]/[city]/[id] - **Schema**: Service - **Content**: Local pet services (Walking, Sitting, Grooming). - **Goal**: Answer queries like "Dog walker in Bordeaux". ### 3. Community Posts (Article) - **Route**: /post/[id] - **Schema**: Article - **Content**: User stories, updates, and photos from the community. ## Main Navigation - / : Homepage & App Download - /blog : Expert advice on pet care - /pro : Partner interface for shelters