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: "Nature's Edge Landscaping",
description: "Nature's Edge Landscaping is a full-service landscaping company serving Lubbock and surrounding areas. They specialize in lawn management, flowerbed design and maintenance, landscape design, and irrigation system installation and repair. Their team focuses on enhancing residential and commercial properties with quality outdoor improvements and ongoing maintenance services.",
url: "https://naturesedgelbk.com/",
telephone: "+1-806-224-6976",
address: {
@type: "PostalAddress",
streetAddress: "5514 134th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4729167,
longitude: -101.9322095
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, Property owners wanting landscape redesigns, Businesses needing grounds management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert"
}
],
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.