Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hanna Stern Realtor",
description: "Hanna Stern is an independent real estate agent serving the Miami area and surrounding South Florida communities. With a strong focus on personalized service and local market expertise, Hanna helps buyers and sellers navigate residential real estate transactions in one of Florida's most dynamic markets. She brings dedicated attention to each client's unique needs, whether buying, selling, or relocating.",
telephone: "+1-561-779-6664",
address: {
@type: "PostalAddress",
streetAddress: "1900 N Bayshore Dr",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33132",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.794362,
longitude: -80.1869507
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Miami and surrounding South Florida communities",
knowsAbout: "Real Estate Agents, Home buyers, home sellers, Miami relocators, first-time homebuyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Miami Market Specialist"
}
],
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.