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: "Florida Roofing Corp",
description: "Florida Roofing Corp is a Jacksonville-based roofing contractor specializing in residential and commercial roof repairs, replacements, and installations. They handle storm damage assessments, insurance claims processing, and offer financing options to make roofing projects accessible. With a focus on quality workmanship and customer service, they serve the Jacksonville area and surrounding communities.",
url: "https://florida-roofing-corp.ueniweb.com/",
telephone: "+1-754-256-2490",
address: {
@type: "PostalAddress",
streetAddress: "1749 E Duval St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32202",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3248294,
longitude: -81.6325543
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, businesses with commercial roofing needs, storm damage victims, property owners without immediate cash reserves",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Expertise"
}
],
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.