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: "Maven Realty",
description: "Maven Realty is an independent real estate agency based in North Charleston, SC, specializing in residential sales and purchases throughout the Charleston area. The team helps buyers find their ideal homes and assists sellers in marketing and selling their properties with personalized service and local market expertise.",
url: "http://www.mavenrealtysc.com/",
telephone: "+1-843-594-1732",
address: {
@type: "PostalAddress",
streetAddress: "4800 O'Hear Ave Suite 100 #37",
addressLocality: "North Charleston",
addressRegion: "SC",
postalCode: "29405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8815467,
longitude: -79.9756464
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "40",
bestRating: "5"
},
areaServed: "North Charleston, SC and surrounding Charleston area",
knowsAbout: "Real Estate Agents, Buyers looking for personalized home search assistance, sellers seeking to market their properties in the Charleston area, relocating families new to the region",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Knowledge"
}
],
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.