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: "Go Team Roof, Inc",
description: "Go Team Roof, Inc is a full-service roofing contractor based in West Palm Beach serving residential and commercial properties throughout South Florida. They offer roof inspections, repairs, replacements, and storm damage restoration with a commitment to quality workmanship and customer satisfaction. The team specializes in handling insurance claims and financing options to make roofing projects accessible to homeowners and businesses.",
url: "http://goteamroof.com/",
telephone: "+1-561-677-7663",
address: {
@type: "PostalAddress",
streetAddress: "4835 Springfield Dr",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.6725119,
longitude: -80.1178426
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "West Palm Beach, FL and surrounding South Florida communities",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, commercial property owners, storm damage victims, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
}
],
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.