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: "All Star Lawn & Tree Removal",
description: "All Star Lawn & Tree Removal is an independent landscaping and tree service company serving the Fort Washington area. They specialize in lawn maintenance, tree removal, and general landscape services for residential properties. With a focus on quality workmanship and customer satisfaction, they handle everything from routine lawn care to complex tree removal projects.",
telephone: "+1-240-216-8997",
address: {
@type: "PostalAddress",
streetAddress: "2601 Tucker Rd",
addressLocality: "Fort Washington",
addressRegion: "MD",
postalCode: "20744",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.772029599999996,
longitude: -76.9659038
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Fort Washington, Maryland and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, residential lawn maintenance, property cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree & Lawn Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.