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: "Mystic Paws Grooming",
description: "Mystic Paws Grooming is a dog grooming salon located in Twin Falls, Idaho, offering professional grooming services for dogs of all sizes and coat types. With a 4.3-star rating from over 100 customer reviews, they provide quality grooming care in a welcoming environment focused on the health and comfort of each pet.",
telephone: "+1-208-735-1015",
address: {
@type: "PostalAddress",
streetAddress: "131 Locust St",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5492324,
longitude: -114.455574
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "108",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming services, pet owners with multiple dogs, families new to the Twin Falls area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@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.