Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Faro Home Loans",
description: "Faro Home Loans is a mortgage lender serving the Laredo area with personalized financing solutions for homebuyers. They offer a range of loan programs tailored to different financial situations and borrowing needs. Their team works directly with clients to find the right mortgage product for their specific circumstances.",
url: "https://www.farohomeloans.com/",
telephone: "+1-956-462-1188",
address: {
@type: "PostalAddress",
streetAddress: "7613 Rocio Dr Suite 1",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.574008,
longitude: -99.46914
},
areaServed: "Laredo, TX and surrounding South Texas communities",
knowsAbout: "Mortgage Brokers, First-time homebuyers, existing homeowners seeking refinancing, borrowers with varied credit profiles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.