Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Monte De Sion Construction, LLC",
description: "Monte De Sion Construction, LLC is a roofing contractor serving the Twin Falls area. Based on their business registration and contact information, they provide roofing services to residential and commercial clients in Idaho.",
telephone: "+1-208-320-7103",
address: {
@type: "PostalAddress",
streetAddress: "560 Main Ave. S",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.551372,
longitude: -114.46449299999999
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Roofing, Homeowners and property managers in Twin Falls needing roofing repairs or installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.