Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Daniel Burden Sells Charleston",
description: "Daniel Burden is a real estate agent based in Charleston specializing in helping buyers and sellers navigate the local property market. With deep knowledge of Charleston's neighborhoods and real estate trends, Daniel provides personalized service to clients looking to buy, sell, or invest in the area.",
telephone: "+1-843-312-9583",
address: {
@type: "PostalAddress",
streetAddress: "2115 Ashepoo Ln",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8211922,
longitude: -79.95312919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Charleston and surrounding areas, South Carolina",
knowsAbout: "Real Estate Agents, Buyers relocating to Charleston, sellers looking to exit the market, first-time homebuyers, investment property seekers",
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.