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: "Anna Torres, REALTOR",
description: "Anna Torres is a dedicated REALTOR serving the Fredericksburg, VA area with expertise in residential real estate transactions. She provides comprehensive services including buyer representation, seller representation, and specialized knowledge of the local market to help clients navigate one of life's biggest decisions. Anna is committed to delivering personalized service and building lasting relationships with her clients.",
url: "http://www.annatorresrealty.com/",
telephone: "+1-716-907-4783",
address: {
@type: "PostalAddress",
streetAddress: "1910 William St",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.29477120000001,
longitude: -77.49273699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "64",
bestRating: "5"
},
areaServed: "Fredericksburg, Virginia and surrounding areas",
knowsAbout: "Real Estate Agents, First-time homebuyers, sellers looking to move, relocating professionals, residential real estate investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Client Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Representation"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.