Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Boston Public Library",
description: "Boston Public Library's Central Library in Copley Square is a major public research and community institution offering free access to millions of books, digital resources, and specialized collections including maps, business research, and rare materials. The library provides extensive community programming, educational services, and event rental spaces for public and private events, alongside computer labs, cafés, and dedicated sections for children, teens, and adult learners. Known for its iconic architecture and role as a cultural and intellectual hub for Boston, the BPL serves as a gathering space for learning, research, and community engagement.",
url: "https://www.bpl.org/locations/central",
telephone: "+1-617-536-5400",
address: {
@type: "PostalAddress",
streetAddress: "700 Boylston St",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.349238299999996,
longitude: -71.0786756
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "3370",
bestRating: "5"
},
areaServed: "Boston and surrounding areas, serving the greater Boston metropolitan region",
knowsAbout: "Event & Wedding Venues, Students and researchers, community members seeking free public resources, event hosts seeking an iconic Boston venue, businesses using the innovation center",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Historic Copley Square Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Collections & Research"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Public Access & Event Rentals"
}
],
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.