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: "Shelly's Grooming",
description: "Shelly's Grooming is an independent dog grooming salon located in Del City, Oklahoma, offering professional grooming services for dogs of all sizes and coat types. With a 4.5-star rating from 73 reviews, the business is known for quality grooming and attentive care. They provide bathing, styling, and nail care services in a friendly, pet-focused environment.",
telephone: "+1-405-412-2883",
address: {
@type: "PostalAddress",
streetAddress: "4330 SE 29th St",
addressLocality: "Del City",
addressRegion: "OK",
postalCode: "73115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4343983,
longitude: -97.43947469999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "73",
bestRating: "5"
},
areaServed: "Del City and surrounding Oklahoma City metro areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with multiple dogs, families with various breed sizes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent, Locally Owned"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Dog Sizes Welcome"
}
],
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.