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: "Heather Brown, Realtor at RE/MAX Fine Properties",
description: "Heather Brown is a RE/MAX Fine Properties realtor serving the Austin area with expertise in buyer representation, seller representation, and investment properties. With a focus on personalized service and local market knowledge, she helps clients navigate residential real estate transactions across Austin and surrounding communities.",
url: "http://heatherbrown.com/",
telephone: "+1-512-751-2931",
address: {
@type: "PostalAddress",
streetAddress: "5025 Burnet Rd #201",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78756",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.322136399999998,
longitude: -97.73922739999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "118",
bestRating: "5"
},
areaServed: "Austin, Texas and surrounding areas",
knowsAbout: "Real Estate Agents, Austin home buyers, sellers looking to list, investment property investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "RE/MAX Fine Properties Affiliation"
},
{
@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.