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: "Juan’s Landscaping and Clean Out Pros",
description: "Juan's Landscaping and Clean Out Pros is a full-service landscaping and property maintenance company serving the Chicago area. They specialize in landscape design, lawn maintenance, seasonal cleanups, and property clean-out services. With a focus on quality craftsmanship and customer satisfaction, Juan's handles both residential and commercial properties with attention to detail.",
url: "http://juanslandscaping.com/",
telephone: "+1-219-999-7817",
address: {
@type: "PostalAddress",
streetAddress: "4500 S Michigan Ave, Greenleaf 1400 N",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60653",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.812880199999995,
longitude: -87.6233678
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Chicago and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn care, property owners needing seasonal cleanup, commercial properties requiring maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.