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: "Bill Weddington's, Keller Williams Realty",
description: "Bill Weddington's is a real estate agent with Keller Williams Realty serving the Sacramento area. With a focus on personalized service and local market expertise, Bill Weddington helps clients navigate buying, selling, and investing in residential properties throughout the region.",
telephone: "+1-916-849-5098",
address: {
@type: "PostalAddress",
streetAddress: "4080 Truxel Rd #100",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95834",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.6440631,
longitude: -121.50791330000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Real Estate Agents, Home buyers, Home sellers, First-time homebuyers, Investors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Keller Williams Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Knowledge"
}
],
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.