Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 46 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Gucci Poochi",
description: "The Gucci Poochi is a dog grooming salon located in Twin Falls, Idaho, offering professional grooming services for dogs. While specific service details are limited due to website access restrictions, they provide full-service grooming to keep dogs looking and feeling their best.",
url: "http://theguccipoochi.com/",
telephone: "+1-208-539-9670",
address: {
@type: "PostalAddress",
streetAddress: "541 Main Ave. E",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5519453,
longitude: -114.464024
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming services in Twin Falls",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Local Business"
}
],
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.