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: "De Novo Events",
description: "De Novo Events is an event venue in Laredo offering a versatile space for weddings, celebrations, and special occasions. Located at 9803 Sterling Loop, the venue provides a dedicated event space for hosts looking to celebrate important life moments with customizable setups and professional service.",
telephone: "+1-956-763-3460",
address: {
@type: "PostalAddress",
streetAddress: "9803 Sterling Loop",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.597482099999997,
longitude: -99.4800207
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Event & Wedding Venues, Couples planning weddings, families hosting celebrations, event planners seeking local venue options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Laredo Venue"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Event Space"
}
],
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.