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: "Sooner Home Exteriors",
description: "Sooner Home Exteriors is a general contracting company based in Oklahoma City specializing in home exterior services including roofing, siding, windows, doors, and related home improvement projects. With a 5-star rating from 15 reviews, they focus on quality workmanship and customer satisfaction for residential properties throughout the Oklahoma City area.",
telephone: "+1-405-264-6246",
address: {
@type: "PostalAddress",
streetAddress: "7113 NW 80th St #1",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73132",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5537689,
longitude: -97.63910519999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners needing exterior updates, homeowners seeking roofing or siding replacement, families upgrading windows and doors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Exterior Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Oklahoma City Presence"
}
],
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.