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: "Training Center",
description: "Training Center in San Antonio offers professional dog training services at their facility located on Goliad Road. With a focus on developing obedience and behavior skills, they work with dogs of various ages and temperaments to help owners achieve better control and communication with their pets.",
telephone: "+1-210-560-2958",
address: {
@type: "PostalAddress",
streetAddress: "113 Goliad Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78223",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.383354100000002,
longitude: -98.4562225
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, owners with behavioral concerns, dogs of all ages",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Facility-Based Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.