Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sunshine Pet Grooming Mesa",
description: "Sunshine Pet Grooming Mesa is a full-service pet grooming salon in Mesa specializing in dog and cat grooming for all breeds and sizes. The salon offers professional bathing, haircuts, nail trimming, ear cleaning, and specialty services like medicated baths for skin conditions. Their experienced groomers focus on making pets comfortable and healthy while delivering quality grooming tailored to each animal's needs.",
url: "http://sunshinepetgroomingmesa.com/",
telephone: "+1-480-833-3647",
address: {
@type: "PostalAddress",
streetAddress: "1130 W University Dr #105",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4226039,
longitude: -111.8551294
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "321",
bestRating: "5"
},
areaServed: "Mesa, Arizona and surrounding communities",
knowsAbout: "Dog Grooming, Dog owners, cat owners, pets with skin conditions, owners seeking professional grooming for all breeds",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds & Sizes Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Medicated Bath Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient West Mesa Location"
}
],
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.