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: "Ascend Roofing Solution",
description: "Ascend Roofing Solution is a roofing contractor serving Port St. Lucie and the surrounding area. They specialize in roof installation, repair, and maintenance for both residential and commercial properties. The team is licensed and insured, committed to delivering quality workmanship and reliable service for all roofing needs.",
url: "https://ascendroofingsolution.site/",
telephone: "+1-786-947-4342",
address: {
@type: "PostalAddress",
streetAddress: "975 SW Fenway Rd",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34953",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.2765713,
longitude: -80.3771313
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Port St. Lucie, FL and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, Residential property managers, Commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.