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: "Laredo Lawn, Inc.",
description: "Laredo Lawn, Inc. is a general contracting and lawn care service based in Laredo, TX that handles landscaping and outdoor maintenance projects. With a 4.2-star rating from customer reviews, they serve the Laredo area with professional grounds maintenance and lawn services for residential and commercial properties.",
telephone: "+1-956-722-3492",
address: {
@type: "PostalAddress",
streetAddress: "1904 E Anna Ave",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.516521100000002,
longitude: -99.5213629
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners and property managers seeking local lawn maintenance, residential landscaping, and outdoor improvement projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Laredo Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Services"
}
],
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.