Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pico's Lawn and Landscaping, Inc.",
description: "Pico's Lawn and Landscaping, Inc. is a Miami-based landscaping and lawn care company serving the surrounding South Florida area. They offer comprehensive outdoor maintenance and design services to keep residential and commercial properties looking their best year-round.",
telephone: "+1-305-457-7742",
address: {
@type: "PostalAddress",
streetAddress: "6251 SW 41st St",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33155",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.7331614,
longitude: -80.295912
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Miami and surrounding South Florida communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, property managers overseeing residential or commercial grounds, Miami residents wanting professional landscape design",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Miami Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service 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.