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: "Second Home Boarding, LLC",
description: "Second Home Boarding is a pet boarding and daycare facility in Austin that provides overnight boarding and daily daycare services for both cats and dogs. The facility is designed to feel like a home environment, offering a comfortable alternative to traditional kennels. They currently serve existing clients and plan to resume accepting new clients in fall 2026.",
url: "http://www.secondhomeboarding.com/",
telephone: "+1-512-382-7206",
address: {
@type: "PostalAddress",
streetAddress: "12138 Pecan St",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78727",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.434507399999998,
longitude: -97.7641448
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "103",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners seeking overnight boarding, daily daycare services, multi-pet households with cats and dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Home-like Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Services"
}
],
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.