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: "Dog Training Laurie's Way",
description: "Dog Training Laurie's Way, led by trainer Laurie Yakish, specializes in personalized dog training delivered at your home throughout the Colorado Springs metro area. Laurie offers a free phone consultation to discuss your dog's specific needs and training goals. With a 5-star rating from 35 reviews, this independent trainer focuses on customized, in-home training solutions rather than group classes.",
url: "https://www.dogtraininglauriesway.com/contact/",
telephone: "+1-719-205-7241",
address: {
@type: "PostalAddress",
streetAddress: "2706 Ridgecrest Ct",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80918",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8970844,
longitude: -104.7754535
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Colorado Springs metro area, Colorado",
knowsAbout: "Dog Training, Dog owners seeking personalized in-home training, families with behavioral challenges, new puppy owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Home Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Phone Consultation"
}
],
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.