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: "Elizabeth Jones Homes",
description: "Elizabeth Jones Homes is a residential real estate agency serving the Fredericksburg, Virginia area. Led by Elizabeth Jones, the team specializes in helping buyers and sellers navigate the local housing market with personalized service and deep community knowledge. They focus on providing expert guidance whether you're purchasing your first home, selling a property, or relocating to the region.",
url: "http://elizabethjoneshomes.com/",
telephone: "+1-610-451-2396",
address: {
@type: "PostalAddress",
streetAddress: "530 Princess Anne St",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2991439,
longitude: -77.45834289999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Fredericksburg, Virginia and surrounding areas",
knowsAbout: "Real Estate Agents, First-time homebuyers, sellers looking to move, relocating families, anyone buying or selling in the Fredericksburg area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@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.