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: "Blue Sky Kennels",
description: "Blue Sky Kennels is a pet boarding facility in Lubbock that provides overnight boarding for dogs in individual kennels with privacy walls, natural lighting, and climate control. The facility features a 1.5-acre fenced dog park and offers two daily exercise sessions (8:30-10 AM and 4:30-6 PM) where dogs can run off-leash for 15-20 minutes each. They prioritize safety and comfort with supervised play, owner-approved dog interactions, fresh food and water daily, and secure outdoor access.",
url: "https://blueskykennels.dog/",
telephone: "+1-806-544-0541",
address: {
@type: "PostalAddress",
streetAddress: "1204 N County Rd 1460",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.613412,
longitude: -101.9949084
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "106",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding while traveling, pet owners with anxious dogs, families wanting exercise-focused boarding care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "1.5-Acre Fenced Dog Park"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individual Privacy Kennels"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Safety-Focused Care"
}
],
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.