Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "CimexTek Inc.",
description: "CimexTek Inc. is a pest control specialist serving the San Jose area, with a focus on bed bug treatment and elimination. The company provides targeted pest management solutions designed to address infestations effectively and help customers regain control of their homes or properties.",
telephone: "+1-408-440-6380",
address: {
@type: "PostalAddress",
streetAddress: "4768 Archbow Ct",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95136",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2676509,
longitude: -121.8237786
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "10",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Pest Control, Homeowners with bed bug infestations, Property managers, Individuals seeking targeted pest elimination",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Bed Bug Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.