Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "New Life Kennels",
description: "New Life Kennels is a pet boarding facility located in Buhl, ID that provides boarding services for pets. Operating from their facility on US-30, they offer a place for pet owners to leave their animals while traveling or away from home.",
telephone: "+1-405-973-6395",
address: {
@type: "PostalAddress",
streetAddress: "19623 US-30",
addressLocality: "Buhl",
addressRegion: "ID",
postalCode: "83316",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.619011,
longitude: -114.84316199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Buhl, ID and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners in the Buhl area needing short-term boarding services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Boarding 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.