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: "Heavenly Lawn Care Service",
description: "Heavenly Lawn Care Service is a full-service lawn and landscape maintenance company serving the San Antonio area. They specialize in weekly and bi-weekly lawn maintenance, landscape design, planting bed installation, mulching, fertilization programs, and seasonal cleanup. The team is dedicated to transforming outdoor spaces into healthy, beautiful lawns with professional expertise and attention to detail.",
url: "https://heavenlylawncareservice.com/",
telephone: "+1-210-797-6139",
address: {
@type: "PostalAddress",
streetAddress: "812 S San Augustine Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78237",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.419739499999995,
longitude: -98.5560287
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "137",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, property owners wanting landscape design improvements, businesses needing commercial lawn care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Lawn Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Landscape Design"
}
],
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.