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: "Envirotech Pest control",
description: "Envirotech Pest Control provides pest management services to Harrisonburg and the surrounding Shenandoah Valley area. Located on South Main Street, they offer professional pest control solutions for residential and commercial properties.",
url: "https://www.envirotechpestservices.com/",
telephone: "+1-540-433-2111",
address: {
@type: "PostalAddress",
streetAddress: "1335 S Main St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4350119,
longitude: -78.8811303
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Harrisonburg, Virginia and surrounding Shenandoah Valley communities",
knowsAbout: "Pest Control, Harrisonburg homeowners, Local businesses, Property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Harrisonburg Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential and Commercial Solutions"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.