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: "Davids Lawn Care LLC",
description: "David's Lawn Care LLC is an independent landscaping company serving Portsmouth, VA and surrounding areas. They offer comprehensive lawn maintenance, landscape design, and seasonal cleanup services to residential and commercial properties. With a focus on quality craftsmanship and customer satisfaction, David's Lawn Care handles everything from weekly mowing to landscape installations.",
url: "http://davidslawncare757.com/",
telephone: "+1-757-535-4879",
address: {
@type: "PostalAddress",
streetAddress: "503 Barlow Dr",
addressLocality: "Portsmouth",
addressRegion: "VA",
postalCode: "23707",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8464671,
longitude: -76.341726
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "117",
bestRating: "5"
},
areaServed: "Portsmouth, VA and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn maintenance, property managers overseeing multiple residential or commercial properties, landscaping design clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Lawn Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Operation"
}
],
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.