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: "My Second Home",
description: "My Second Home is a pet boarding facility in Franklin, TN that provides safe, comfortable care for dogs and cats while their owners are away. Located at 101 Mission Court, the facility offers professional boarding services with experienced staff dedicated to keeping pets happy and well-cared-for during their stay.",
url: "https://www.mysecondhome.com/?y_source=1_MTE2NjkwNDUtNzE1LWxvY2F0aW9uLndlYnNpdGU%3D",
telephone: "+1-629-236-9058",
address: {
@type: "PostalAddress",
streetAddress: "101 Mission Ct",
addressLocality: "Franklin",
addressRegion: "TN",
postalCode: "37067",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9394279,
longitude: -86.8333526
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "588",
bestRating: "5"
},
areaServed: "Franklin and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Travelers needing reliable pet care, multi-pet households, owners seeking professional boarding facilities",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Boarding Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Both Dogs and Cats Welcome"
}
],
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.