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: "Martina Diaz Real Estate Agent",
description: "Martina Diaz is a dedicated real estate agent serving the Chula Vista area, specializing in helping clients buy and sell residential properties. With a focus on personalized service and local market expertise, Martina works to guide clients through every step of the real estate transaction, from initial consultation to closing.",
url: "http://www.martinadiaz.com/",
address: {
@type: "PostalAddress",
streetAddress: "864 Amena Ct",
addressLocality: "Chula Vista",
addressRegion: "CA",
postalCode: "91910",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.636594699999996,
longitude: -117.01923089999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Chula Vista, CA and surrounding areas",
knowsAbout: "Real Estate Agents, First-time home buyers, Home sellers, Relocating families, Buyers seeking local expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.