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: "Frontline Pest Control",
description: "Frontline Pest Control is a pest management company serving Orem and surrounding areas with comprehensive pest control solutions for residential and commercial properties. They offer treatments for common household pests and provide both one-time and recurring service plans to address infestations and prevent future pest problems.",
url: "https://www.frontlinepestcontrol.com/",
telephone: "+1-877-378-7280",
address: {
@type: "PostalAddress",
streetAddress: "63 W University Pkwy",
addressLocality: "Orem",
addressRegion: "UT",
postalCode: "84058",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.2727475,
longitude: -111.69688869999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.8",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Orem, Utah and surrounding communities",
knowsAbout: "Pest Control, Homeowners needing pest treatment, Commercial property managers, Properties requiring ongoing pest prevention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Recurring Treatment Plans Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial 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.