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: "K-9 Kennels",
description: "K-9 Kennels is a pet boarding facility in Lubbock, Texas that provides safe, comfortable care for dogs while their owners are away. Located at 1715 Alcove Ave, the facility specializes in boarding services with experienced staff dedicated to the health and well-being of each pet. They handle dog care and accommodation for short and extended stays.",
url: "https://rymap.org/business/k-9-kennels-yhdhdf",
telephone: "+1-806-792-1325",
address: {
@type: "PostalAddress",
streetAddress: "1715 Alcove Ave",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5802532,
longitude: -101.990735
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing short-term or extended boarding, travelers, busy professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Dog Care Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Business"
}
],
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.