Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Palms Grooming Salon",
description: "Palms Grooming Salon is an independent dog grooming business located in Culver City, specializing in professional grooming services for dogs of all sizes and coat types. With over a decade of experience, the salon focuses on providing personalized care and attention to each pet, ensuring they leave looking and feeling their best. The team is dedicated to creating a comfortable, stress-free grooming experience for your furry family members.",
telephone: "+1-310-397-8073",
address: {
@type: "PostalAddress",
streetAddress: "5427 Sepulveda Blvd",
addressLocality: "Culver City",
addressRegion: "CA",
postalCode: "90230",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9941563,
longitude: -118.39564899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Culver City and surrounding Los Angeles area",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Families with multiple dogs, Owners of dogs with special grooming needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Grooming Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.