Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hydrex Pest Control",
description: "Hydrex Pest Control is a pest management company serving the San Jose area with comprehensive pest control solutions. They offer treatments for common household pests and can be reached at (408) 978-0211 for service inquiries and estimates.",
url: "https://www.hydrex.com/",
telephone: "+1-408-978-0211",
address: {
@type: "PostalAddress",
streetAddress: "254 Hillsdale Ave",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95136",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2795889,
longitude: -121.851343
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Pest Control, San Jose homeowners, Property managers, Residents dealing with pest infestations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Provider"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Pest Management"
}
],
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.