Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Garcia Realty",
description: "Garcia Realty is a full-service real estate agency serving Sacramento and the surrounding region. The team specializes in helping clients buy, sell, and invest in residential properties throughout the area. With local market expertise and personalized service, Garcia Realty guides clients through every step of the real estate transaction process.",
url: "http://www.garciarealestate.com/",
telephone: "+1-916-452-7535",
address: {
@type: "PostalAddress",
streetAddress: "2100 28th St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95818",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.561649800000005,
longitude: -121.47473649999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Real Estate Agents, Home buyers, home sellers, investment property investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Representation"
}
],
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.