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: "Cooper Lawn Care",
description: "Cooper Lawn Care is a locally-owned landscaping company serving the Rancho Cordova area with comprehensive lawn maintenance and landscape services. They handle regular lawn care, landscape design, planting, and seasonal cleanups to keep residential and commercial properties looking their best year-round.",
url: "https://cooperlawncare.com/",
telephone: "+1-916-877-0657",
address: {
@type: "PostalAddress",
streetAddress: "3441 Data Dr",
addressLocality: "Rancho Cordova",
addressRegion: "CA",
postalCode: "95670",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5812149,
longitude: -121.2952467
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Rancho Cordova and surrounding Sacramento County communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking reliable weekly/bi-weekly lawn maintenance, property managers with commercial landscapes, homeowners wanting landscape design upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
}
],
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.