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: "Anh Vu Realtor",
description: "Anh Vu is a real estate agent serving the San Jose area, helping clients buy and sell residential properties. With a focus on personalized service and local market expertise, Anh Vu works with both buyers and sellers to navigate the Silicon Valley real estate market.",
url: "https://www.homesnap.com/Anh-Vu-3/gmb",
telephone: "+1-408-921-5335",
address: {
@type: "PostalAddress",
streetAddress: "3005 Silver Creek Rd #214",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3092671,
longitude: -121.8132684
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding Silicon Valley communities",
knowsAbout: "Real Estate Agents, San Jose area homebuyers, home sellers, Silicon Valley residents relocating",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Buyer & Seller Representation"
}
],
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.