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: "McAlister's Lawn and Landscape LLC",
description: "McAlister's Lawn and Landscape LLC provides comprehensive landscaping services to the Harrisonburg area, offering lawn maintenance, landscape design, and outdoor beautification. Based locally on W Wolfe Street, they deliver personalized service to residential and commercial clients seeking professional grounds care.",
telephone: "+1-540-578-4224",
address: {
@type: "PostalAddress",
streetAddress: "537 W Wolfe St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4527055,
longitude: -78.8779332
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking regular lawn care, commercial property managers, property owners wanting landscape design services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Harrisonburg Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Landscaping"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.