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: "Orion Canine Academy",
description: "Orion Canine Academy is a dog training facility in Los Angeles offering professional canine training services. They work with dogs of all ages and behavior levels, helping owners address training challenges and develop well-behaved companions through structured programs.",
url: "https://orionscanineacadem.wixsite.com/website",
telephone: "+1-310-948-4966",
address: {
@type: "PostalAddress",
streetAddress: "10737 Venice Blvd.",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90034",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.018384499999996,
longitude: -118.4081408
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Los Angeles, CA and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking professional obedience training, families with new dogs, owners addressing behavioral issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert Service"
}
],
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.