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: "Ashton Garcia Realtor",
description: "Ashton Garcia is a Houston-based real estate agent serving the greater Houston area with personalized property sales and purchasing assistance. With a focus on client satisfaction and local market expertise, Ashton helps buyers and sellers navigate transactions with confidence and clarity.",
url: "https://www.har.com/ashton-garcia/agent_ajgarcia",
telephone: "+1-713-538-0244",
address: {
@type: "PostalAddress",
streetAddress: "725 Yale St",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.7841765,
longitude: -95.39916310000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Real Estate Agents, Buyers seeking representation in Houston, Sellers looking to list properties, First-time homebuyers, Relocating families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Knowledge"
},
{
@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.