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: "Bacon Boarding",
description: "Bacon Boarding is a pet boarding facility in Robstown, TX that provides safe, comfortable accommodations for dogs and cats. The facility offers overnight boarding services with attentive care and supervision. Whether your pet needs a short stay or extended care while you're away, Bacon Boarding ensures your furry family members receive quality attention in a home-like environment.",
url: "https://baconboarding.com/",
telephone: "+1-361-444-7743",
address: {
@type: "PostalAddress",
streetAddress: "4680 FM624",
addressLocality: "Robstown",
addressRegion: "TX",
postalCode: "78380",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8758457,
longitude: -97.7284907
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Robstown and surrounding areas in Corpus Christi region, TX",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, Multi-pet households, Families taking vacations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Pet Accommodation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Family Business"
}
],
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.