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 Behavioral Training School",
description: "Dog Behavioral Training School in Yucaipa specializes in addressing behavioral issues and obedience training for dogs of all ages. Their experienced trainers work with dogs experiencing aggression, anxiety, reactivity, and other behavioral challenges through customized training programs. They offer both group classes and individualized training sessions designed to help dogs and their owners build a stronger, more harmonious relationship.",
url: "https://www.dogbehavioraltrainingschool.com/",
telephone: "+1-909-522-8485",
address: {
@type: "PostalAddress",
streetAddress: "13489 Village Rd",
addressLocality: "Yucaipa",
addressRegion: "CA",
postalCode: "92399",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0089822,
longitude: -117.01663320000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Yucaipa, CA and surrounding San Bernardino County areas",
knowsAbout: "Dog Training, Dogs with behavioral challenges, reactive or aggressive dogs, first-time dog owners, multi-dog households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavioral Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized 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.