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: "Home Savings & Loan Association",
description: "Home Savings & Loan Association is a locally-operated financial institution serving Oklahoma City residents with mortgage and lending services. As a traditional savings and loan, they specialize in helping borrowers secure financing for home purchases and refinancing needs. With deep roots in the Oklahoma City community, they offer personalized service focused on local homebuyers.",
telephone: "+1-405-634-1445",
address: {
@type: "PostalAddress",
streetAddress: "3301 S Western Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.431472299999996,
longitude: -97.5304556
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Oklahoma City, OK and surrounding areas",
knowsAbout: "Mortgage Brokers, First-time homebuyers, Local Oklahoma City residents, Borrowers seeking personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Lender"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Savings & Loan Focus"
}
],
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.