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: "Home Paramount Pest Control Co",
description: "Home Paramount Pest Control Co serves Charlottesville and surrounding areas with comprehensive pest management solutions for residential properties. They handle a range of common household pest issues and offer treatment plans designed to protect homes from infestations. The company focuses on delivering reliable pest control service to local homeowners.",
url: "https://www.homeparamount.com/",
telephone: "+1-434-296-9899",
address: {
@type: "PostalAddress",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0293068,
longitude: -78.4766771
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Pest Control, Homeowners with pest concerns, Residents needing preventative pest treatment, Local Charlottesville properties",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Charlottesville Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential 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.