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: "Understanding Dog Training",
description: "Understanding Dog Training is a Sacramento-based dog training facility specializing in obedience training and behavior modification for dogs of all ages. The business focuses on helping owners understand their dogs' behavior and develop effective training techniques through personalized instruction. They work with dogs on fundamental obedience, behavioral issues, and help owners build stronger relationships with their pets.",
telephone: "+1-916-836-4443",
address: {
@type: "PostalAddress",
streetAddress: "889 El Dorado Way",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95819",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.566683499999996,
longitude: -121.43682869999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Dog Training, Dog owners with behavioral challenges, first-time dog owners, families seeking obedience training, owners wanting to understand their dog's behavior",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Focused Education"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavior Specialization"
}
],
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.