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: "Smiling Dog Academy",
description: "Smiling Dog Academy is a dog training facility in Meridian offering professional training services for dogs of all ages and behavioral needs. The academy focuses on helping dogs and their owners build stronger relationships through positive reinforcement-based training methods. They provide personalized instruction to address obedience, behavior modification, and general training goals.",
telephone: "+1-208-908-9300",
address: {
@type: "PostalAddress",
streetAddress: "5056 N Brock Ave",
addressLocality: "Meridian",
addressRegion: "ID",
postalCode: "83646",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6506262,
longitude: -116.4526447
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Meridian, Boise, and surrounding Ada County areas",
knowsAbout: "Dog Training, First-time dog owners, Dogs with behavior issues, Owners seeking professional obedience training, Puppies and young dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Positive Reinforcement Methods"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Plans"
}
],
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.