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: "Diamond Crystal Realty",
description: "Diamond Crystal Realty is a full-service real estate agency in Atlanta serving buyers and sellers throughout the metro area. The team specializes in residential real estate transactions, offering buyer representation, seller services, and market expertise across diverse neighborhoods. With a focus on client satisfaction and personalized service, Diamond Crystal Realty helps clients navigate the Atlanta housing market effectively.",
url: "https://diamondcrystalrealty.com/",
telephone: "+1-404-777-9642",
address: {
@type: "PostalAddress",
streetAddress: "730 Peachtree St NE #570",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30308",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7744551,
longitude: -84.3854128
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Atlanta and surrounding areas",
knowsAbout: "Real Estate Agents, Home buyers, home sellers, first-time homebuyers, investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Representation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Atlanta 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.