Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Vinx Pest Control - Charleston",
description: "Vinx Pest Control is a professional pest management company serving the Charleston area with comprehensive solutions for residential and commercial properties. They offer treatment for termites, bed bugs, mosquitoes, rodents, and general pest infestations using both traditional and eco-friendly methods. Their team provides free inspections, same-day service options, and customizable recurring treatment plans to keep properties pest-free year-round.",
url: "https://vinxpestcontrol.com/location/charleston-south-carolina/",
telephone: "+1-843-920-8469",
address: {
@type: "PostalAddress",
streetAddress: "4790 Trade St",
addressLocality: "North Charleston",
addressRegion: "SC",
postalCode: "29418",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.917269399999995,
longitude: -80.0981019
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "716",
bestRating: "5"
},
areaServed: "Charleston, North Charleston, and surrounding areas in the Lowcountry",
knowsAbout: "Pest Control, Homeowners dealing with termite or bed bug infestations, commercial property managers, customers seeking eco-friendly pest solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Eco-Friendly Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
}
],
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.