Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Heroic Landscapes",
description: "Heroic Landscapes is a full-service landscaping company based in Jacksonville specializing in landscape design, lawn maintenance, planting beds, mulching, and seasonal cleanups. The team handles both residential and commercial properties, transforming outdoor spaces with professional design and meticulous upkeep. They're known for reliable service and attention to detail across Jacksonville and surrounding areas.",
telephone: "+1-904-303-6819",
address: {
@type: "PostalAddress",
streetAddress: "718 Monte Carlo Rd",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.302232399999998,
longitude: -81.5757222
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking ongoing lawn care, businesses needing commercial landscape maintenance, property owners wanting professional design and installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.