Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "OEG Pet Salon",
description: "OEG Pet Salon is an independent pet grooming facility in Oakland offering professional dog and cat grooming services. They provide full-service grooming including baths, haircuts, and breed-specific styling to keep pets looking and feeling their best. With a focus on quality care and customer satisfaction, OEG Pet Salon serves the local Oakland community with experienced grooming professionals.",
url: "https://oeg-petsalon.com/",
telephone: "+1-510-612-5027",
address: {
@type: "PostalAddress",
streetAddress: "1310 Glenfield Ave",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94602",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8072969,
longitude: -122.2220012
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Oakland and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners, Cat owners, Pet parents seeking professional grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat-Friendly Services"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.