Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Stephen Cooley Real Estate",
description: "Stephen Cooley Real Estate is a full-service real estate agency serving the Rock Hill, SC and greater Charlotte, NC area. The team specializes in helping buyers find homes and sellers maximize their home's value, offering traditional sales, cash offers, and home valuation services. With extensive knowledge of neighborhoods from Rock Hill to Charlotte and surrounding communities, they guide clients through every step of the buying and selling process.",
url: "http://www.stephencooley.com/",
telephone: "+1-803-985-1240",
address: {
@type: "PostalAddress",
streetAddress: "1560 Ebenezer Rd",
addressLocality: "Rock Hill",
addressRegion: "SC",
postalCode: "29732",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.953643,
longitude: -81.0436691
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "1355",
bestRating: "5"
},
areaServed: "Rock Hill, SC, Charlotte, NC, and surrounding areas including Fort Mill, Gastonia, Huntersville, Waxhaw, Concord, and Cornelius",
knowsAbout: "Real Estate Agents, Home sellers wanting top market value, first-time buyers exploring Charlotte and Rock Hill neighborhoods, investors seeking cash purchase options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cash Offer Program"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Neighborhood Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
}
],
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.