Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Beyond the Stars Dog Training",
description: "Beyond the Stars Dog Training offers professional dog training services in Colorado Springs, specializing in obedience training, behavior modification, and customized training programs. Their experienced trainers work with dogs of all ages and temperaments to address specific behavioral challenges and build strong owner-dog relationships. They provide both group classes and individualized training to help dogs become well-mannered, confident companions.",
url: "https://beyondthestarsdogtraining.com/",
telephone: "+1-818-414-1479",
address: {
@type: "PostalAddress",
streetAddress: "5988 Del Paz Dr",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80918",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9184984,
longitude: -104.76574459999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Dog Training, First-time dog owners, owners with behavioral challenges, families seeking obedience training, dogs with anxiety or aggression issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavior Specialist Focus"
}
],
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.