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: "American Roofing & Sheet Metal, Inc.",
description: "American Roofing & Sheet Metal, Inc. is a full-service roofing contractor based in Tampa, Florida, serving residential and commercial properties throughout the Tampa Bay area. They specialize in roof repairs, replacements, and new installations, along with custom sheet metal work. With nearly five decades of experience, the company is known for quality craftsmanship, attention to detail, and reliable customer service.",
url: "https://arsmi.com/",
telephone: "+1-813-884-1815",
address: {
@type: "PostalAddress",
streetAddress: "5425 W Crenshaw St",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33634",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.0157846,
longitude: -82.5362928
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Tampa, Florida and surrounding Tampa Bay communities",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacements, commercial property owners, customers seeking custom sheet metal work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Roofing & Sheet Metal"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Professional"
}
],
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.