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: "Pixel Mortgage",
description: "Pixel Mortgage is a mortgage lender serving the Lubbock area, offering financing solutions for home purchases and refinancing. They provide personalized mortgage services to help borrowers navigate the home loan process with professional guidance and competitive options.",
url: "http://pixel.mortgage/",
telephone: "+1-806-344-8937",
address: {
@type: "PostalAddress",
streetAddress: "5502 58th St #100",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79414",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5420346,
longitude: -101.9303961
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Mortgage Brokers, First-time homebuyers, existing homeowners seeking refinancing, VA loan borrowers, FHA loan applicants",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Loan Programs"
}
],
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.