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: "Charleston Outdoor Living",
description: "Charleston Outdoor Living specializes in creating beautiful outdoor spaces in the Mount Pleasant area. They design and build custom hardscaping features including paver patios, retaining walls, walkways, and outdoor kitchens to transform residential backyards into functional entertainment areas. Their local expertise in coastal Carolina landscapes helps homeowners create durable, attractive outdoor living spaces.",
telephone: "+1-843-901-9006",
address: {
@type: "PostalAddress",
streetAddress: "767 Coleman Blvd #4",
addressLocality: "Mt Pleasant",
addressRegion: "SC",
postalCode: "29464",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7929288,
longitude: -79.866384
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Mount Pleasant, Charleston, and surrounding areas",
knowsAbout: "Hardscaping & Patios, Homeowners seeking backyard transformations, Entertaining enthusiasts, Properties needing retaining walls or drainage solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Design & Build"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Coastal 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.