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: "Petco Dog Training",
description: "Petco Dog Training, located at 6418 S Staples St in Corpus Christi, offers professional dog training services including obedience training, behavior modification, and group classes. As part of the national Petco chain, they provide experienced trainers who work with dogs of all ages and temperaments to help owners establish better communication and manage behavioral challenges.",
url: "https://stores.petco.com/tx/corpus-christi/dog-training-corpuschristi-tx-1425.html",
telephone: "+1-361-986-9222",
address: {
@type: "PostalAddress",
streetAddress: "6418 S Staples St Ste B",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.6868224,
longitude: -97.38260660000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, puppies needing early socialization, dogs with behavioral issues, pet owners in Corpus Christi",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Trainers"
}
],
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.