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: "Old Bridge Lawn Care,LLC",
description: "Old Bridge Lawn Care, LLC is a full-service landscaping company based in Alexandria, VA, offering comprehensive lawn maintenance, landscape design, mulching, fertilization programs, and seasonal cleanup services. With a focus on professional, detail-oriented work and customer satisfaction, they serve residential properties throughout the Alexandria area with reliable, quality lawn care solutions.",
url: "https://oldbridgelawncare.com/",
telephone: "+1-703-629-0038",
address: {
@type: "PostalAddress",
streetAddress: "7927 Russell Rd",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.7419309,
longitude: -77.10568219999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking routine lawn maintenance, property owners needing landscape design and enhancement, residents wanting professional seasonal cleanup and fertilization services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Alexandria Business"
}
],
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.