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: "BrooklynKitchenSpot",
description: "BrooklynKitchenSpot is a Brooklyn-based home goods store and general contracting service specializing in kitchen fixtures, design, and installation. They offer a curated selection of kitchen products alongside professional contracting services to help homeowners plan and execute kitchen upgrades. With a focus on quality goods and expert service, they bridge the gap between retail shopping and professional installation.",
url: "https://brooklynkitchenspot.com/",
telephone: "+1-347-989-6002",
address: {
@type: "PostalAddress",
streetAddress: "183 7th St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6733954,
longitude: -73.9910376
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners planning kitchen remodels, renters seeking quality fixtures, contractors sourcing materials",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Design & Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.