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: "13 Generation lawn service",
description: "13 Generation Lawn Service provides professional lawn maintenance and care for residential properties in the Jacksonville area. Based in Jacksonville, they offer reliable lawn services to keep properties looking well-maintained throughout the year. The business focuses on delivering consistent, quality lawn care to local homeowners.",
telephone: "+1-904-405-2653",
address: {
@type: "PostalAddress",
streetAddress: "1221 W Duval St at",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3329846,
longitude: -81.6742733
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, Busy professionals needing reliable yard care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential Focus"
}
],
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.