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: "Meadowbrooke Kennels",
description: "Meadowbrooke Kennels is a pet boarding facility in Knoxville offering safe, comfortable overnight care for dogs and cats. Located on Holston River Road, the kennels provide a clean, supervised environment for pets whose owners need reliable care while traveling or away from home.",
url: "http://www.mbkennel.com/",
telephone: "+1-865-523-9282",
address: {
@type: "PostalAddress",
streetAddress: "1811 Holston River Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37914",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.983982,
longitude: -83.8329849
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "114",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away from home, owners needing reliable overnight pet care, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Facility"
}
],
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.