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: "Golden Hammer Roofing",
description: "Golden Hammer Roofing is a Jacksonville-based roofing contractor specializing in residential and commercial roof repair, replacement, and installation. They serve the greater Jacksonville area with expertise in storm damage restoration, insurance claim assistance, and quality workmanship backed by warranties. Their team handles everything from inspections to full roof replacements using durable materials.",
url: "https://goldenhammerroofing.com/",
telephone: "+1-904-880-2004",
address: {
@type: "PostalAddress",
streetAddress: "6671 Hyde Grove Ave",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.284837099999994,
longitude: -81.7544697
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Roofing, Homeowners needing storm damage repair, property managers with commercial roofs, homeowners seeking roof replacement or repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.