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: "Alexander Property Maintenance LLC",
description: "Alexander Property Maintenance LLC serves Madison's east side with comprehensive lawn care and property maintenance services, helping homeowners reclaim their weekends by handling yard work and outdoor upkeep. The team offers free estimates and focuses on reliable, professional service so clients can spend time on what matters most.",
url: "http://apmwi.co/",
telephone: "+1-608-286-9975",
address: {
@type: "PostalAddress",
streetAddress: "4807 Wallace Ave",
addressLocality: "Monona",
addressRegion: "WI",
postalCode: "53716",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0674838,
longitude: -89.32865389999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding east side areas",
knowsAbout: "Landscaping & Lawn Care, Busy homeowners, residential property owners seeking reliable lawn and yard maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Focus"
}
],
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.