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: "Brooklyn Discount Auto Glass Shop",
description: "Brooklyn Discount Auto Glass Shop provides affordable auto glass repair and replacement services for all vehicle types. Specializing in windshields, side windows, and rear glass, they offer competitive pricing and quick service to get drivers back on the road safely. Located on Broadway in Brooklyn, they serve the local community with reliable, budget-friendly solutions for collision damage and glass damage.",
url: "http://usedautoglasssalesnewyorkny.com/",
telephone: "+1-347-382-9556",
address: {
@type: "PostalAddress",
streetAddress: "1884 Broadway",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6804671,
longitude: -73.90654239999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "132",
bestRating: "5"
},
areaServed: "Brooklyn and surrounding NYC boroughs",
knowsAbout: "Auto Repair & Mechanics, Budget-conscious drivers, collision victims needing quick glass replacement, commercial fleet owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Budget-Friendly Pricing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Vehicle Types"
}
],
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.