{ "@context": "[https://schema.org](https://schema.org)", "@graph": [ { "@type": "WebSite", "@id": "[https://smppets.blog/#website](https://smppets.blog/#website)", "url": "[https://smppets.blog/](https://smppets.blog/)", "name": "SMP Pets - Luxury Pet Concierge", "publisher": { "@id": "[https://smppets.blog/#organization](https://smppets.blog/#organization)" } }, { "@type": "PetService", "@id": "[https://smppets.blog/#organization](https://smppets.blog/#organization)", "name": "SMP Pets Luxury Concierge", "url": "[https://smppets.blog/](https://smppets.blog/)", "logo": "[https://smppets.blog/images/logo.jpg](https://smppets.blog/images/logo.jpg)", "image": "[https://smppets.blog/images/concierge-hero.jpg](https://smppets.blog/images/concierge-hero.jpg)", "description": "Premium pet concierge services providing VIP transportation, nutritional planning, and 24/7 care for discerning pet owners.", "priceRange": "$$$", "telephone": "+1-555-0199", "address": { "@type": "PostalAddress", "streetAddress": "123 Wilshire Blvd", "addressLocality": "Santa Monica", "addressRegion": "CA", "postalCode": "90401", "addressCountry": "US" }, "geo": { "@type": "GeoCoordinates", "latitude": 34.0195, "longitude": -118.4912 }, "areaServed": [ { "@type": "City", "name": "Santa Monica" }, { "@type": "City", "name": "Beverly Hills" }, { "@type": "City", "name": "Malibu" } ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "reviewCount": "85" }, "hasOfferCatalog": { "@type": "OfferCatalog", "name": "Concierge Services", "itemListElement": [ { "@type": "Service", "name": "VIP Pet Transportation", "description": "Climate-controlled, luxury vehicle transport for vet visits and grooming appointments.", "offers": { "@type": "Offer", "price": "150.00", "priceCurrency": "USD", "availability": "[https://schema.org/InStock](https://schema.org/InStock)" } }, { "@type": "Service", "name": "In-Home Spa Treatments", "description": "Professional grooming and spa therapies in the comfort of your home.", "offers": { "@type": "Offer", "price": "200.00", "priceCurrency": "USD" } }, { "@type": "Service", "name": "Gourmet Meal Planning", "description": "Custom nutritional plans created by veterinary nutritionists.", "offers": { "@type": "Offer", "price": "350.00", "priceCurrency": "USD" } } ] } } ] }