Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Lubbock Dog Training CO.",
description: "Lubbock Dog Training CO. is a professional dog training service based in Meadow, TX, serving the Lubbock area and surrounding communities. They offer comprehensive training programs designed to address behavioral issues, obedience, and specialized training needs. With a focus on personalized service, they work with dogs of all ages and temperaments to help owners achieve their training goals.",
url: "https://www.lubbockdogtrainingco.com/",
telephone: "+1-806-777-4143",
address: {
@type: "PostalAddress",
streetAddress: "2466 County Rd 230",
addressLocality: "Meadow",
addressRegion: "TX",
postalCode: "79345",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3335387,
longitude: -102.17569979999999
},
areaServed: "Meadow, TX and surrounding Lubbock area",
knowsAbout: "Dog Training, Dog owners seeking obedience training, Families with behavioral challenges, Puppy owners, Multi-dog households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Training Programs"
},
{
@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.