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: "Paw Pals Inc. Franklin",
description: "Paw Pals Inc. is a crate-free dog daycare and boarding facility with locations in Franklin and Brentwood, serving dog owners with busy schedules. They offer full and partial day daycare, overnight boarding, and add-on services like baths and treats in a safe, supervised environment where dogs socialize and exercise. All new clients complete an application and dogs undergo an evaluation to ensure safety and proper fit.",
url: "https://www.pawpalsinc.com/",
telephone: "+1-615-599-1105",
address: {
@type: "PostalAddress",
streetAddress: "310 Eddy Ct",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9290477,
longitude: -86.8577016
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "88",
bestRating: "5"
},
areaServed: "Franklin and Brentwood, TN",
knowsAbout: "Pet Boarding & Daycare, Busy professionals, owners with long work hours, multi-dog households, dogs needing socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Crate-Free Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Service Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evaluation Process"
}
],
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.