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: "Four Seasons Landscaping",
description: "Four Seasons Landscaping is a full-service landscaping company serving residential and commercial properties throughout the Los Angeles area for over 14 years. They offer comprehensive services including landscape design and installation, tree services (trimming, removal, pruning, inspection), irrigation system installation and maintenance, weekly/monthly lawn maintenance, hardscaping (patios, retaining walls, driveways, fences), brush clearance for fire prevention, and specialty features like outdoor kitchens, water features, and lighting systems. Their design team creates custom landscapes tailored to each client's needs and budget while prioritizing curb appeal and property value.",
url: "https://www.fourseasonsla.com/",
telephone: "+1-323-375-8000",
address: {
@type: "PostalAddress",
streetAddress: "6337 Santa Fe Ave",
addressLocality: "Huntington Park",
addressRegion: "CA",
postalCode: "90255",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.982476399999996,
longitude: -118.23052759999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "38",
bestRating: "5"
},
areaServed: "Huntington Park, CA and surrounding Los Angeles County communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking complete landscape renovations, property managers managing multifamily complexes, commercial property owners, customers wanting ongoing maintenance programs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "14+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed, Bonded & Insured"
}
],
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.