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: "Brook Landscape",
description: "Brook Landscape is a full-service landscaping and hardscaping company serving Brooklyn and surrounding areas. They specialize in outdoor design and installation, including paver patios, retaining walls, walkways, and drainage solutions. With a focus on quality craftsmanship and personalized service, Brook Landscape transforms outdoor spaces into functional and beautiful environments.",
url: "http://brooklandscape.com/",
telephone: "+1-718-797-2937",
address: {
@type: "PostalAddress",
streetAddress: "1523 Dean St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6763882,
longitude: -73.9374306
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding neighborhoods",
knowsAbout: "Hardscaping & Patios, Homeowners seeking landscape redesigns, property owners needing drainage solutions, customers wanting custom paver patios and hardscaping",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Outdoor Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.