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: "Christy and Company Real Estate",
description: "Christy and Company Real Estate is an independent real estate agency based in Huntersville, NC, specializing in residential home sales and purchases. The team provides personalized service to buyers and sellers throughout the Charlotte metro area, leveraging local market expertise and a client-focused approach to guide clients through every step of the transaction.",
url: "http://christyandcompany.callitclosed.com/",
telephone: "+1-704-492-6161",
address: {
@type: "PostalAddress",
streetAddress: "15078 Northgreen Dr",
addressLocality: "Huntersville",
addressRegion: "NC",
postalCode: "28078",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.411703599999996,
longitude: -80.7596983
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Huntersville, NC and surrounding Charlotte metropolitan area",
knowsAbout: "Real Estate Agents, First-time homebuyers, move-up sellers, relocating professionals, investment property buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
}
],
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.