Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Magic Valley",
description: "Magic Valley is a local handyman service serving Twin Falls, ID and surrounding areas. They handle a wide range of home repair and maintenance projects, from general repairs to specific trade work. With strong customer satisfaction, they're known for reliable service on residential properties throughout the Magic Valley region.",
address: {
@type: "PostalAddress",
streetAddress: "550 Washington St S",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.541258899999995,
longitude: -114.48037289999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding Magic Valley communities",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, Property managers, Landlords",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Service Range"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.