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: "Lind Pest Control Inc",
description: "Lind Pest Control Inc is a family-owned pest control company serving the greater Tacoma area with comprehensive solutions for residential and commercial properties. They specialize in treating termites, bed bugs, rodents, and other common pests using effective methods tailored to each situation. The company offers free inspections, recurring treatment plans, and same-day service options to keep properties pest-free year-round.",
url: "https://www.lindpestcontrol.com/",
telephone: "+1-253-503-1100",
address: {
@type: "PostalAddress",
streetAddress: "4138 6th Ave",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.255109,
longitude: -122.493754
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "172",
bestRating: "5"
},
areaServed: "Tacoma, WA and surrounding communities",
knowsAbout: "Pest Control, Homeowners with pest infestations, Commercial property managers, Businesses needing recurring pest prevention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Recurring Treatment Plans"
}
],
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.