Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "American Quality Siding 2, LLC",
description: "American Quality Siding 2, LLC is a siding installation and repair company serving Twin Falls and the surrounding area. They specialize in residential siding solutions, helping homeowners improve their home's exterior appearance and weatherproofing. The company is locally owned and focused on quality workmanship.",
telephone: "+1-208-316-5755",
address: {
@type: "PostalAddress",
streetAddress: "805 Del Mar Dr",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.558266,
longitude: -114.44342019999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Windows & Doors, Homeowners needing siding replacement or repair, homeowners looking to improve curb appeal",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Twin Falls Business"
}
],
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.