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: "Sammamish Mortgage",
description: "Sammamish Mortgage is a local mortgage lender serving the greater Seattle area with personalized financing solutions for home buyers and refinancing clients. The team specializes in conventional, FHA, VA, and jumbo loans, offering fast pre-approval processes and access to multiple lending programs. They focus on building relationships with clients to find the right loan program for their unique financial situation.",
url: "https://www.sammamishmortgage.com/",
telephone: "+1-425-401-8787",
address: {
@type: "PostalAddress",
streetAddress: "3055 112th Ave NE #200",
addressLocality: "Bellevue",
addressRegion: "WA",
postalCode: "98004",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.638036,
longitude: -122.196872
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "544",
bestRating: "5"
},
areaServed: "Seattle metro area including Bellevue, Eastside, and surrounding communities",
knowsAbout: "Mortgage Brokers, First-time homebuyers, existing homeowners refinancing, VA loan borrowers, jumbo loan buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Fast Pre-Approval Process"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Loan Program Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Local 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.