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: "Spencer & son’s LLC",
description: "Spencer & Son's LLC is a local electrician serving the Charlottesville area from their White Rock Road location. They provide electrical services for residential and commercial needs, with a focus on quality work and customer satisfaction.",
telephone: "+1-434-882-8618",
address: {
@type: "PostalAddress",
streetAddress: "836 White Rock Rd",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9586919,
longitude: -78.5272092
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Electricians, Homeowners needing electrical repairs, Businesses requiring commercial electrical work, Local customers seeking personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Family-Owned Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Presence"
}
],
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.