Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Falls Pest Services",
description: "Falls Pest Services is a locally-owned pest control company serving Twin Falls and surrounding areas with comprehensive solutions for residential and commercial properties. They offer treatments for termites, bed bugs, wildlife removal, and general pest control using both traditional and eco-friendly methods. The team provides free inspections, same-day service options, and customizable recurring treatment plans to keep properties pest-free year-round.",
url: "https://www.fallspestservices.com/",
telephone: "+1-208-520-2484",
address: {
@type: "PostalAddress",
streetAddress: "718 Shoshone St E",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5600537,
longitude: -114.4639617
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Pest Control, Homeowners with termite or bed bug concerns, Property managers needing recurring pest management, Families seeking eco-friendly pest solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Eco-Friendly Options Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service"
}
],
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.