Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Blue Sky Party Place",
description: "Blue Sky Party Place is an event venue in Laredo offering space and services for celebrations, parties, and special occasions. Located on TX-359, they provide a venue option for hosting gatherings of various sizes and can accommodate different types of events.",
telephone: "+1-956-771-5239",
address: {
@type: "PostalAddress",
streetAddress: "5102 TX-359 #200",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.4967446,
longitude: -99.44087139999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Event & Wedding Venues, Birthday parties, family celebrations, small to medium-sized private events, local party planners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Event Space"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Event Venue"
}
],
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.