Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Compass Home Loans",
description: "Compass Home Loans is a mortgage lending service based in Charlottesville, Virginia, offering home financing solutions to borrowers in the local area. With a focus on personalized service, they help clients navigate the mortgage process and find financing options suited to their needs.",
telephone: "+1-434-293-8961",
address: {
@type: "PostalAddress",
streetAddress: "245 Ridge McIntire Rd",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0322506,
longitude: -78.48571079999999
},
areaServed: "Charlottesville, Virginia and surrounding areas",
knowsAbout: "Mortgage Brokers, Local homebuyers, refinancing borrowers, Charlottesville-area residents seeking personalized mortgage guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Mortgage Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Lender Access"
}
],
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.