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: "Antonio Cardenas Realtor - Grounded - Real Estate Agent in Sacramento, CA",
description: "Antonio Cardenas is a dedicated real estate agent serving Sacramento and the surrounding region with expertise in helping buyers and sellers navigate the local market. Operating independently under the Grounded brand, Cardenas provides personalized service focused on understanding clients' unique needs and goals. He specializes in representing both buyers and sellers, offering market insights and strategic guidance to help clients make informed decisions.",
url: "http://mysacramentorealty.com/",
telephone: "+1-916-541-4051",
address: {
@type: "PostalAddress",
streetAddress: "915 20th St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95811",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5772398,
longitude: -121.4793736
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "94",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Real Estate Agents, First-time homebuyers, Sellers looking to list their Sacramento home, Relocating professionals, Investment property buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Balanced 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.