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: "Ohana Pet Grooming and Dog Wash",
description: "Ohana Pet Grooming and Dog Wash offers full-service dog grooming and self-service dog wash facilities in Twin Falls. They provide professional grooming services for dogs of all sizes and coat types, complemented by convenient self-wash stations for pet owners who prefer hands-on care. The business combines traditional grooming expertise with accessible DIY washing options to serve the local pet community.",
url: "http://ohanapetgrooming.com/",
telephone: "+1-208-735-0585",
address: {
@type: "PostalAddress",
streetAddress: "488 Blue Lakes Blvd N #112",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5697691,
longitude: -114.459313
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Dog Grooming, Pet owners seeking professional grooming, DIY-oriented pet parents, owners of multiple dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Service Model"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient 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.