Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Grounded Real Estate",
description: "Grounded Real Estate is a Sacramento-based brokerage offering comprehensive real estate services including buyer representation, seller representation, and investment property expertise. Founded on principles of transparency and client-first service, Grounded serves the greater Sacramento area with a focus on helping both first-time homebuyers and seasoned investors navigate the local market. Their team provides strategic guidance on pricing, marketing, and negotiation to maximize results for each client.",
url: "https://grounded.city/",
telephone: "+1-916-905-2801",
address: {
@type: "PostalAddress",
streetAddress: "915 20th St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95811",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5772354,
longitude: -121.47935509999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "130",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Real Estate Agents, First-time homebuyers, home sellers, investment property investors, relocating families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Representation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Transparent Communication"
}
],
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.