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: "Happy Tails",
description: "Happy Tails is a pet care facility in Laredo offering dog boarding and daycare services. Located on International Boulevard, they provide a trusted option for pet owners needing reliable care for their dogs while away or during the workday.",
telephone: "+1-956-951-2999",
address: {
@type: "PostalAddress",
streetAddress: "1303 International Blvd",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5872745,
longitude: -99.4758891
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Laredo, TX",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, travelers, dog owners needing daytime supervision",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Pet Care Provider"
}
],
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.