Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Blessed Hands Lawn Care LLC",
description: "Blessed Hands Lawn Care LLC is a Phoenix-based lawn care company serving the greater Phoenix area with professional landscaping and maintenance services. They specialize in lawn care, landscape design, and yard maintenance to keep residential properties looking their best year-round.",
telephone: "+1-210-296-3313",
address: {
@type: "PostalAddress",
streetAddress: "3810 N Maryvale Pkwy",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85031",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.492140299999996,
longitude: -112.1756874
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Residential homeowners, busy professionals, property owners seeking reliable weekly or seasonal lawn maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
}
],
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.