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: "Temple Johnson Flooring Co",
description: "Temple Johnson Flooring Co is a locally owned and operated flooring company serving Oklahoma City and surrounding areas since 1927. They specialize in hardwood flooring sales, installation, refinishing, repairs, and maintenance for both residential and commercial customers. Known for quality workmanship and personalized service, they offer complimentary estimates and treat every customer like family.",
url: "https://templejohnsonfloorco.com/",
telephone: "+1-405-842-0112",
address: {
@type: "PostalAddress",
streetAddress: "405 W Wilshire Blvd",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5515135,
longitude: -97.5212341
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Oklahoma City, Edmond, Norman, Yukon, and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood flooring installation or refinishing, commercial property owners, customers wanting expert consultation on hardwood selection",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Nearly 100 Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complimentary Consultations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Hardwood Specialists"
}
],
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.