Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Johnny's Lawn Care",
description: "Johnny's Lawn Care is a full-service landscaping and lawn maintenance company serving the St. Augustine area. They specialize in residential lawn care, landscape design, and grounds maintenance with a focus on quality workmanship and customer satisfaction. Their experienced team handles everything from routine mowing and trimming to comprehensive landscape projects.",
url: "https://johnnysturf.com/",
telephone: "+1-904-823-9008",
address: {
@type: "PostalAddress",
streetAddress: "125 Cumberland Park Dr Suite 6",
addressLocality: "St. Augustine",
addressRegion: "FL",
postalCode: "32095",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.0717745,
longitude: -81.4868295
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "59",
bestRating: "5"
},
areaServed: "St. Augustine, Florida and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Residential homeowners, Property managers, Busy professionals seeking routine lawn maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Team"
}
],
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.