Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Green Hills Kennels",
description: "Green Hills Kennels is a pet boarding service located in Nashville that provides care for dogs and cats while their owners are away. With over a decade of experience, they offer a safe and comfortable boarding environment for pets of all sizes.",
telephone: "+1-615-297-2055",
address: {
@type: "PostalAddress",
streetAddress: "2207 Bandywood Dr",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1045248,
longitude: -86.8170875
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.1",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for extended periods, families needing reliable pet care, owners of multiple pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Service"
}
],
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.