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: "Boston Roofing",
description: "Boston Roofing is a roofing contractor serving the Boston area with expertise in roof repair, replacement, and maintenance. The company handles both residential and commercial roofing projects, delivering quality workmanship and reliable service to local homeowners and businesses.",
url: "https://boston-house-cleaning.com/",
telephone: "+1-857-312-8295",
address: {
@type: "PostalAddress",
streetAddress: "867 Boylston St 5th Floor suite 2155",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.348800499999996,
longitude: -71.0834583
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Boston and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, Commercial property managers, Boston-area residents seeking local roofing expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Boston-Based"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.