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: "P.O.P.S. Landscaping Services Greenacres",
description: "P.O.P.S. Landscaping Services is a full-service landscaping company based in Greenacres serving the Palm Beach County area. They specialize in landscape design, installation, and maintenance for residential and commercial properties. With a commitment to quality workmanship and customer satisfaction, P.O.P.S. handles everything from garden design to ongoing lawn care and property beautification.",
url: "http://popslandscapingllc.com/",
telephone: "+1-561-843-3413",
address: {
@type: "PostalAddress",
streetAddress: "Hanna Ln",
addressLocality: "Greenacres",
addressRegion: "FL",
postalCode: "33463",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.596149999999998,
longitude: -80.1429199
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Greenacres, West Palm Beach, and surrounding Palm Beach County areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape design and installation, property managers needing regular lawn maintenance, commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Landscape Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quality-Focused Approach"
}
],
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.