Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jasmine's Dog Grooming",
description: "Jasmine's Dog Grooming is a dog grooming salon located in Salt Lake City offering professional grooming services for dogs. The business provides bathing, nail trimming, and styling services to keep pets clean and well-maintained. They serve the local community with hands-on grooming care.",
telephone: "+1-385-394-8549",
address: {
@type: "PostalAddress",
streetAddress: "2910 E 3900 S",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84124",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.686794299999995,
longitude: -111.80998330000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.1",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Salt Lake City, UT and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners in Salt Lake City, Pet parents seeking professional grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local grooming experience"
}
],
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.