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: "Five Point Electric Co",
description: "Five Point Electric Co is a licensed electrician serving San Antonio with expertise in residential and commercial electrical work. They handle everything from repairs and troubleshooting to new installations and panel upgrades, providing reliable service to keep homes and businesses powered safely.",
url: "http://fivepointelectricco.com/",
telephone: "+1-210-225-9155",
address: {
@type: "PostalAddress",
streetAddress: "1926 Texas Ave",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.4499035,
longitude: -98.5431864
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Electricians, Homeowners needing repairs, businesses requiring commercial electrical work, property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Electrical"
}
],
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.