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: "Raul Lopez, Keeps it Real Estate",
description: "Raul Lopez runs Keeps it Real Estate, a boutique real estate service in San Diego specializing in residential property sales and buyer representation. With a 4.9-star reputation built on 41 client reviews, Raul brings personalized, direct service to San Diego's competitive real estate market. He focuses on understanding each client's unique needs rather than applying a one-size-fits-all approach.",
telephone: "+1-619-787-6628",
address: {
@type: "PostalAddress",
streetAddress: "6850 Mission Gorge Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.797654699999995,
longitude: -117.0942229
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "41",
bestRating: "5"
},
areaServed: "San Diego, California",
knowsAbout: "Real Estate Agents, First-time homebuyers, San Diego residents buying or selling, individuals seeking personalized real estate service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
}
],
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.