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: "Julie Coffey Realtor",
description: "Julie Coffey is a dedicated real estate agent serving the Charlotte area and surrounding communities from her Gastonia office. She specializes in helping buyers find their ideal homes and assisting sellers in marketing their properties effectively. With a focus on personalized service and local market expertise, Julie works to make the real estate process smooth and successful for her clients.",
url: "http://charlottearealiving.com/",
telephone: "+1-980-253-3633",
address: {
@type: "PostalAddress",
streetAddress: "519 W 4th Ave",
addressLocality: "Gastonia",
addressRegion: "NC",
postalCode: "28052",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.258162399999996,
longitude: -81.1906869
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Gastonia, NC and surrounding Charlotte metropolitan area",
knowsAbout: "Real Estate Agents, First-time homebuyers, home sellers, relocating families, buyers seeking Charlotte area homes",
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.