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: "Little Lake Pet Lodge",
description: "Little Lake Pet Lodge is a pet boarding facility in Clinton, TN that provides safe, comfortable lodging for dogs and cats while their owners are away. The facility offers overnight boarding with spacious accommodations, outdoor play areas, and attentive care from experienced staff. They specialize in making pets feel at home with daily exercise, socialization, and personalized attention to ensure a stress-free boarding experience.",
url: "https://www.littlelakepetlodge.com/",
telephone: "+1-865-435-4487",
address: {
@type: "PostalAddress",
streetAddress: "1666 Oliver Springs Hwy",
addressLocality: "Clinton",
addressRegion: "TN",
postalCode: "37716",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0336036,
longitude: -84.2677982
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "125",
bestRating: "5"
},
areaServed: "Clinton, TN and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away from home, owners needing reliable pet care, families with multiple pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized 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.