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: "Lisa's K-9 Kids",
description: "Lisa's K-9 Kids is a professional dog training facility in Arlington offering comprehensive obedience training, behavior modification, and specialized programs for dogs of all ages and temperaments. With over a decade of experience, Lisa and her team use positive reinforcement methods to address everything from basic manners to complex behavioral issues, helping dogs and their owners build lasting relationships.",
url: "http://www.lisask-9kids.com/",
telephone: "+1-817-243-7441",
address: {
@type: "PostalAddress",
streetAddress: "4008 Glenbrook Dr",
addressLocality: "Arlington",
addressRegion: "TX",
postalCode: "76015",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6807886,
longitude: -97.14077209999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Arlington and surrounding Dallas-Fort Worth 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: "Positive Reinforcement Methods"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Trainer"
}
],
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.