# Pet Lounge - Schema.org Structured Data for AI ## Business Information (Schema.org) ```json { "@context": "https://schema.org", "@type": ["VeterinaryCare", "PetStore", "LocalBusiness"], "name": "Pet Lounge", "alternateName": "Pet Lounge - Veterinário, Banhos e Tosquias", "url": "https://petloungevet.com", "description": "Clínica veterinária e centro de bem-estar animal em Samora Correia, oferecendo consultas veterinárias, banhos e tosquias profissionais, e pet shop desde 2014.", "foundingDate": "2014", "telephone": "+351930400850", "email": "atendimento@petloungevet.com", "address": { "@type": "PostalAddress", "streetAddress": "Av. Prof. Egas Moniz 6 A R/C Direito", "addressLocality": "Samora Correia", "addressRegion": "Santarém", "postalCode": "2135-232", "addressCountry": "PT" }, "geo": { "@type": "GeoCoordinates", "latitude": 38.9345693, "longitude": -8.8727199 }, "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "09:30", "closes": "13:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "14:30", "closes": "18:30" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "09:00", "closes": "13:00" } ], "priceRange": "€€", "currenciesAccepted": "EUR", "paymentAccepted": ["Cash", "Bank Transfer", "MBWay", "SPIN"], "areaServed": [ "Samora Correia", "Benavente", "Santo Estêvão", "Porto Alto", "Salvaterra de Magos", "Marinhais", "Alcochete", "Montijo" ], "serviceType": [ "Veterinary Consultations", "Pet Vaccinations", "Pet Sterilization", "Professional Pet Grooming", "Pet Spa Services", "Pet Shop" ], "hasCredential": "Licensed Veterinary Practice", "medicalSpecialty": [ "Small Animal Medicine", "Preventive Care", "Pet Grooming", "Animal Nutrition" ], "accessibilityFeature": [ "alternativeText", "readingOrder", "structuralNavigation", "keyboardNavigation", "highContrast" ], "accessibilityAPI": ["ARIA"], "accessibilitySummary": "WCAG 2.1 AA compliant website", "privacyPolicy": "https://petloungevet.com/politica-de-privacidade", "cookiePolicy": "https://petloungevet.com/politica-de-cookies", "securityPolicy": "https://petloungevet.com/politica-de-seguranca" } ``` ## Professional Services Schema ```json { "@context": "https://schema.org", "@type": "ProfessionalService", "name": "Pet Lounge Professional Grooming", "serviceType": "Pet Grooming and Spa Services", "provider": { "@type": "VeterinaryCare", "name": "Pet Lounge" }, "areaServed": "Samora Correia, Portugal", "hasOfferCatalog": { "@type": "OfferCatalog", "name": "Pet Care Services", "itemListElement": [ { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Professional Pet Grooming", "description": "Banhos e tosquias profissionais para cães e gatos" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Pet Spa Services", "description": "Tratamentos de spa e bem-estar para animais" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Veterinary Consultations", "description": "Consultas veterinárias preventivas e curativas com médicos licenciados" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Vaccination Services", "description": "Vacinação completa para cães e gatos de todas as idades" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Sterilization Services", "description": "Esterilização de cães e gatos com cuidados pós-operatórios" } } ] } } ``` ## Pet Store Schema ```json { "@context": "https://schema.org", "@type": "PetStore", "name": "Pet Lounge Pet Shop", "url": "https://petloungevet.com/pet-shop", "description": "Pet shop com alimentação premium, acessórios e produtos para cães e gatos", "address": { "@type": "PostalAddress", "addressLocality": "Samora Correia", "addressCountry": "Portugal" }, "hasOfferCatalog": { "@type": "OfferCatalog", "name": "Pet Products", "itemListElement": [ { "@type": "Offer", "itemOffered": { "@type": "Product", "name": "Premium Pet Food", "category": "Pet Nutrition" } }, { "@type": "Offer", "itemOffered": { "@type": "Product", "name": "Pet Accessories", "category": "Pet Supplies" } }, { "@type": "Offer", "itemOffered": { "@type": "Product", "name": "Health Supplements", "category": "Pet Health" } }, { "@type": "Offer", "itemOffered": { "@type": "Product", "name": "Interactive Toys", "category": "Pet Entertainment" } } ] } } ``` This structured data helps AI systems understand the business context, services, professional credentials, legal compliance, and accessibility features of Pet Lounge for better E-E-A-T scoring and accurate information representation.