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: "Roman landscaping",
description: "Roman's Landscaping is a family-owned local business in Laredo with 10 years of experience serving residential and commercial clients across a 40-mile radius. They offer comprehensive landscaping services including lawn care, gardening, synthetic grass installation, tree trimming, hardscaping, irrigation systems, and more. Known for efficiency, affordability, and guaranteed quality results, they provide free estimates and accept cash and checks.",
url: "https://romanlandscapingservices.com/",
telephone: "+1-956-229-2862",
address: {
@type: "PostalAddress",
streetAddress: "1531 Belton Dr",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78046",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.4807256,
longitude: -99.4364525
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas within 40 miles",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking complete landscape maintenance, property managers managing commercial grounds, residents wanting low-maintenance synthetic grass solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "10 Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Service Area"
}
],
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.