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: "Green Trim Landscaping LLC",
description: "Green Trim Landscaping LLC is a full-service landscaping company serving the North Charleston area and surrounding communities. They handle landscape design, lawn maintenance, hardscaping, and outdoor improvements to enhance residential and commercial properties. With a focus on quality craftsmanship and customer satisfaction, Green Trim Landscaping transforms outdoor spaces into functional and attractive landscapes.",
url: "https://greentrimlandscaping.com/",
telephone: "+1-843-990-3809",
address: {
@type: "PostalAddress",
streetAddress: "2851 Industrial Ave APT B",
addressLocality: "North Charleston",
addressRegion: "SC",
postalCode: "29405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8462642,
longitude: -80.00555779999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "North Charleston, SC and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking lawn maintenance, Property managers needing regular landscaping upkeep, Residents planning landscape redesigns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local North Charleston Business"
}
],
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.