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: "Suburban Lawn Care Service LLC",
description: "Suburban Lawn Care Service LLC is a locally-owned lawn maintenance company based in Oxon Hill, MD, serving the Washington, DC metro area. They specialize in comprehensive lawn care including weekly and bi-weekly maintenance, seasonal cleanups, mulching, bed maintenance, and fertilization programs. Their experienced team focuses on keeping residential properties looking healthy and well-maintained year-round.",
telephone: "+1-301-523-3977",
address: {
@type: "PostalAddress",
streetAddress: "6710 Oxon Hill Rd Suite 210",
addressLocality: "Oxon Hill",
addressRegion: "MD",
postalCode: "20745",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.7979491,
longitude: -77.00169199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Oxon Hill, MD and surrounding Prince George's County communities",
knowsAbout: "Landscaping & Lawn Care, Busy homeowners seeking regular lawn maintenance, Residential property owners wanting year-round care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Established"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Lawn Programs"
}
],
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.