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: "Virginia Pest Pro",
description: "Virginia Pest Pro is a full-service pest control company serving the Ridge, VA area and surrounding regions. They specialize in termite treatment, bed bug removal, wildlife control, and general pest management for both residential and commercial properties. With a commitment to effective solutions and customer satisfaction, Virginia Pest Pro combines professional expertise with personalized service to address pest problems at their source.",
url: "http://www.virginiapestpro.com/",
telephone: "+1-804-513-5212",
address: {
@type: "PostalAddress",
streetAddress: "11815 Marnelan Pl",
addressLocality: "Ridge",
addressRegion: "VA",
postalCode: "23233",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.633446299999996,
longitude: -77.61772959999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "104",
bestRating: "5"
},
areaServed: "Ridge, VA and surrounding areas",
knowsAbout: "Pest Control, Homeowners with pest infestations, commercial property managers, residents dealing with termites or bed bugs, wildlife concerns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.