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: "The Metal Roofers",
description: "The Metal Roofers is a Nashville-based roofing contractor specializing in metal roofing installation, repair, and maintenance for residential and commercial properties. With a focus on durable metal roofing solutions, they provide comprehensive roofing services including inspections, storm damage repair, and insurance claims assistance. Their experienced team is licensed and insured, delivering quality craftsmanship with warranty protection.",
url: "https://www.themetalroofers.com/",
telephone: "+1-615-649-5002",
address: {
@type: "PostalAddress",
streetAddress: "935 E Trinity Ln #3",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37207",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2048765,
longitude: -86.74810190000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "149",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding Middle Tennessee areas",
knowsAbout: "Roofing, Homeowners seeking durable metal roofing, commercial property owners, property managers handling storm damage, homeowners filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Metal Roofing Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage & Insurance Claims"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed, Insured & Warranted"
}
],
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.