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: "Okc Home Maintenance",
description: "OKC Home Maintenance is a general contracting service based in Harrah, OK, offering comprehensive home maintenance and repair solutions. They handle a variety of residential projects and repairs to keep homes in good working condition. Serving the Oklahoma City metro area, they provide reliable service for homeowners needing professional maintenance work.",
telephone: "+1-405-309-9446",
address: {
@type: "PostalAddress",
streetAddress: "271 Hickory Stick Ln",
addressLocality: "Harrah",
addressRegion: "OK",
postalCode: "73045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4676854,
longitude: -97.1696612
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Harrah, OK and surrounding Oklahoma City metro area",
knowsAbout: "Handyman Services, Homeowners seeking general maintenance, busy property owners, residents needing reliable local contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local General Contractor"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Home Services"
}
],
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.