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: "Tampa Roof Repair LLC",
description: "Tampa Roof Repair LLC is a roofing contractor serving the Tampa Bay area with expertise in roof repairs, replacements, and inspections. The company specializes in handling storm damage claims and works with insurance companies to streamline the repair process. They offer free roof inspections and are fully licensed and insured, committed to providing quality workmanship backed by warranties.",
url: "http://www.tamparoofrepair.com/",
telephone: "+1-813-413-5115",
address: {
@type: "PostalAddress",
streetAddress: "13403 Arbor Pointe Cir",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33617",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.068578000000002,
longitude: -82.398776
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "171",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas in Hillsborough County, Florida",
knowsAbout: "Roofing, Homeowners needing roof repairs, storm damage restoration, insurance claim support, preventative roof inspections",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.