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: "Daniel Albrecht, Main Street Home Loans, NMLS 2073619",
description: "Daniel Albrecht at Main Street Home Loans is a mortgage loan officer serving the South Shore area. Specializing in residential home financing, Daniel works with borrowers to find the right loan products and terms for their situation. As an independent mortgage professional, he provides personalized service and direct access to multiple lending options.",
telephone: "+1-781-588-5735",
address: {
@type: "PostalAddress",
streetAddress: "99 Derby St Suite 302",
addressLocality: "Hingham",
addressRegion: "MA",
postalCode: "02043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.1813347,
longitude: -70.9071699
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Hingham, MA and South Shore communities",
knowsAbout: "Mortgage Brokers, First-time homebuyers, Refinancing borrowers, South Shore residents seeking personalized mortgage service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Loan Officer Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.