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: "Paradise Lawn & Landscape",
description: "Paradise Lawn & Landscape is a full-service landscaping company in Lubbock, TX offering landscape design, installation, and maintenance services. They specialize in creating and maintaining outdoor spaces, including hardscaping elements like patios, retaining walls, and walkways. The team focuses on delivering quality craftsmanship and customer service to transform residential and commercial properties into beautiful outdoor environments.",
url: "http://www.paradiselawnslubbock.com/",
telephone: "+1-806-789-8288",
address: {
@type: "PostalAddress",
streetAddress: "16502 Private Rd 2000",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.443508099999995,
longitude: -101.9056428
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "72",
bestRating: "5"
},
areaServed: "Lubbock and surrounding areas, TX",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape redesigns, property managers needing regular maintenance, businesses wanting to enhance curb appeal",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.