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: "Urbangreen Gardens",
description: "Urbangreen Gardens is a Brooklyn-based landscaping and garden design company specializing in creating beautiful outdoor spaces for residential and commercial properties. They offer comprehensive landscape design, installation, and maintenance services tailored to urban environments. With a focus on quality craftsmanship and customer satisfaction, Urbangreen Gardens transforms yards and gardens into thriving, personalized outdoor sanctuaries.",
url: "http://www.urbangreengardens.com/",
telephone: "+1-646-481-8734",
address: {
@type: "PostalAddress",
streetAddress: "862 Union St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.673548,
longitude: -73.973591
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Brooklyn and surrounding NYC neighborhoods",
knowsAbout: "Landscaping & Lawn Care, Brooklyn homeowners, Urban garden enthusiasts, Commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Urban Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Approach"
}
],
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.