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: "Danny's Landscaping",
description: "Danny's Landscaping is a full-service landscaping company in Houston offering lawn maintenance, landscape design, and outdoor hardscaping projects. With over 85 customer reviews and a strong local reputation, they handle everything from routine lawn care to complete landscape transformations for residential and commercial properties.",
url: "http://dannyslandscapingtx.com/",
telephone: "+1-713-514-3537",
address: {
@type: "PostalAddress",
streetAddress: "8619 Daycoach Ln",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.906658199999995,
longitude: -95.5133322
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Houston and surrounding areas, TX",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking reliable lawn maintenance, Residential property owners planning landscape upgrades, Commercial properties needing grounds care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Landscape Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Houston 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.