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: "Terremoto",
description: "Terremoto is a Los Angeles-based restaurant and nightlife venue located on Pasadena Ave. The establishment offers dining and entertainment experiences in a casual atmosphere. With a focus on local hospitality, Terremoto serves as a gathering place for the community looking for food, drinks, and a social environment.",
url: "http://www.terremoto.la/",
address: {
@type: "PostalAddress",
streetAddress: "3618 Pasadena Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90031",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0887417,
longitude: -118.21135770000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Los Angeles, CA",
knowsAbout: "Catering, Local diners, nightlife enthusiasts, groups seeking entertainment venues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Los Angeles Establishment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Food & Entertainment"
}
],
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.