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: "Pooch Cuts & Bathing",
description: "Pooch Cuts & Bathing is a dog grooming salon in Saratoga Springs specializing in professional haircuts and bathing services for dogs of all sizes. Located next to Chubby's Cafe on Redwood Road, they offer full-service grooming appointments that can be easily booked through their online scheduling system.",
url: "http://poochcuts.myonlineappointment.com/",
telephone: "+1-385-352-7743",
address: {
@type: "PostalAddress",
streetAddress: "Next to Chubby’s Cafe, 1292 N Redwood Rd",
addressLocality: "Saratoga Springs",
addressRegion: "UT",
postalCode: "84045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.385144,
longitude: -111.91470109999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "242",
bestRating: "5"
},
areaServed: "Saratoga Springs and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking convenient professional grooming, pet owners with dogs of all sizes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Online Booking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
}
],
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.