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: "Elite Bay Area Termite Control",
description: "Elite Bay Area Termite Control is a local pest control specialist serving the San Francisco Bay Area with comprehensive termite inspection, treatment, and prevention services. The company focuses on identifying and eliminating termite infestations while helping homeowners protect their properties from future damage. They offer thorough inspections and customized treatment plans tailored to each property's specific needs.",
url: "http://elitebayareatermite.com/",
telephone: "+1-650-394-4184",
address: {
@type: "PostalAddress",
streetAddress: "1318 Old County Rd",
addressLocality: "Belmont",
addressRegion: "CA",
postalCode: "94002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.518619,
longitude: -122.27267
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "San Francisco Bay Area, San Mateo County, and surrounding communities",
knowsAbout: "Pest Control, Homeowners concerned about termite damage, buyers conducting home inspections, property managers protecting rental investments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Detailed Termite Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized 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.