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: "Precision Canine Training",
description: "Precision Canine Training is a professional dog training facility in Madison specializing in obedience training, behavior modification, and in-home training programs. They work with dogs of all ages and temperaments to address behavioral issues and build foundational skills through personalized training approaches.",
telephone: "+1-855-758-7581",
address: {
@type: "PostalAddress",
streetAddress: "6249 Nesbitt Rd",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53719",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.009897599999995,
longitude: -89.4781122
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding areas",
knowsAbout: "Dog Training, Dog owners with behavioral concerns, puppies needing foundational training, families wanting obedience work, dogs with aggression or anxiety issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Home Training Options"
}
],
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.