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: "outdoor associates landscape landscaping contractors",
description: "Outdoor Associates is a full-service landscaping and general contracting company based in Woburn, MA. They specialize in landscape design, installation, and maintenance for residential and commercial properties throughout the North Shore. Their team delivers comprehensive outdoor solutions from initial design through project completion.",
url: "http://www.outdoorassociatesma.com/",
telephone: "+1-339-999-3848",
address: {
@type: "PostalAddress",
streetAddress: "1 Oakland St",
addressLocality: "Woburn",
addressRegion: "MA",
postalCode: "01801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.515732,
longitude: -71.1500878
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Woburn, MA and surrounding North Shore communities",
knowsAbout: "Landscaping & Lawn Care, Homeowners seeking landscape renovation, commercial property managers, businesses needing grounds maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Design & Build"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Commercial & Residential Expertise"
}
],
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.