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: "Roof Right Now Boston",
description: "Roof Right Now Boston is a roofing contractor serving the Boston area with expertise in residential and commercial roof repair, replacement, and maintenance. Based in Allston, they handle everything from storm damage claims to routine inspections and new roof installations. The team is licensed and insured, offering transparent pricing and professional service for both emergency repairs and planned projects.",
url: "http://boston.roofrightnow.com/",
telephone: "+1-781-971-8131",
address: {
@type: "PostalAddress",
streetAddress: "1 Braintree St",
addressLocality: "Allston",
addressRegion: "MA",
postalCode: "02134",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.356147,
longitude: -71.1330928
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Boston and surrounding communities",
knowsAbout: "Roofing, Homeowners needing emergency roof repairs, property managers handling storm damage, businesses requiring commercial roofing solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Boston Base"
}
],
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.