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: "EZ Bree-zy dog grooming",
description: "EZ Bree-zy is an independent dog grooming salon in Springville offering professional grooming services for dogs of all sizes and coat types. The experienced grooming team specializes in creating a stress-free, welcoming environment where pets feel comfortable and cared for during their grooming appointments.",
url: "https://www.ezbreezydoggrooming.com/",
telephone: "+1-801-509-1807",
address: {
@type: "PostalAddress",
streetAddress: "747 E 150 N",
addressLocality: "Springville",
addressRegion: "UT",
postalCode: "84663",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.1688848,
longitude: -111.59708189999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Springville and surrounding areas in Utah County",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, owners of dogs with sensitive temperaments, families wanting regular maintenance grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Stress-Free Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Dogs 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.