Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Alloy Roofing Supply",
description: "Alloy Roofing Supply is a roofing contractor serving Port St. Lucie and surrounding areas with comprehensive roofing solutions for residential and commercial properties. They provide installation, repair, and maintenance services with a focus on quality materials and professional workmanship. Their experienced team handles everything from roof inspections to complete replacements.",
url: "https://alloyroofingsupply.site/",
telephone: "+1-786-342-0636",
address: {
@type: "PostalAddress",
streetAddress: "1331 SW Biltmore St",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34983",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.2999213,
longitude: -80.3693964
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Port St. Lucie, Florida and surrounding communities",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacements, Commercial property managers, Property owners requiring roof inspections",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Roofing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.