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: "Superior Hardscapes LLC",
description: "Superior Hardscapes LLC is a Charlotte-based hardscaping contractor specializing in outdoor living installations including paver patios, retaining walls, walkways, and drainage solutions. The company delivers custom hardscape designs and construction for residential properties throughout the Charlotte area, transforming outdoor spaces with durable, professionally installed features.",
telephone: "+1-704-681-4753",
address: {
@type: "PostalAddress",
streetAddress: "823 Chelwood Pl",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1523116,
longitude: -80.8866811
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Hardscaping & Patios, Homeowners wanting to enhance outdoor living spaces, Properties needing drainage solutions, Homeowners planning patios or retaining walls",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Hardscape Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Installation Scope"
}
],
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.