Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Cronin Replacement Windows",
description: "Cronin Replacement Windows is a general contracting business based in Dorchester specializing in window replacement and installation services. With over a decade serving the Boston area, they provide quality window solutions for residential properties looking to upgrade their home's energy efficiency and aesthetic appeal. The company focuses on reliable craftsmanship and personalized service for each project.",
telephone: "+1-617-293-2640",
address: {
@type: "PostalAddress",
streetAddress: "52 Port Norfolk St",
addressLocality: "Dorchester",
addressRegion: "MA",
postalCode: "02122",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.2910835,
longitude: -71.040769
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Dorchester, Boston, and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners seeking window replacement, Boston-area residents looking for local service, Properties needing energy-efficient upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Dorchester Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Service Provider"
}
],
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.