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: "Reasonable Roofing LLC",
description: "Reasonable Roofing LLC is a roofing contractor serving the Fresno area with expertise in roof repairs, replacements, and installations. They handle residential roofing projects and work with homeowners on everything from storm damage to routine maintenance and full roof replacements. The company focuses on providing quality workmanship at fair pricing.",
url: "https://reasonableroofing.net/",
telephone: "+1-559-417-6988",
address: {
@type: "PostalAddress",
streetAddress: "794 W Magill Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8351718,
longitude: -119.80799750000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs, homeowners replacing aging roofs, properties with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Fresno Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Communication"
}
],
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.