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: "Eustis Roofing Company",
description: "Eustis Roofing Company is a roofing contractor serving the Orlando area with expertise in residential and commercial roof repair, replacement, and installation. The company handles storm damage claims, offers free inspections, and provides financing options to make roofing projects accessible. They specialize in working with insurance claims and helping homeowners navigate the restoration process after weather events.",
url: "https://eustisroofing.com/",
telephone: "+1-407-972-0326",
address: {
@type: "PostalAddress",
streetAddress: "1566 College Park Business Center Rd",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32804",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.565065599999997,
longitude: -81.4092675
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "224",
bestRating: "5"
},
areaServed: "Orlando and surrounding Central Florida communities",
knowsAbout: "Roofing, Homeowners with storm damage, property managers needing roof replacement, homeowners filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
}
],
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.