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: "Green Leaf Landscape LLC",
description: "Green Leaf Landscape LLC is a full-service landscaping company based in Portland that specializes in landscape design, installation, and maintenance for residential properties. The team handles everything from lawn care and garden design to hardscaping and seasonal cleanup, delivering professional outdoor solutions tailored to each client's needs.",
url: "http://www.greenleafportland.com/",
telephone: "+1-503-360-4224",
address: {
@type: "PostalAddress",
streetAddress: "3305 SW 97th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97225",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.496181799999995,
longitude: -122.7769603
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking complete landscape design and maintenance, residential property owners wanting professional lawn care, clients with new construction landscaping needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Portland 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.