Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Hub Realty",
description: "The Hub Realty is an independent real estate brokerage serving Madison and the surrounding Dane County area. They provide comprehensive real estate services including buyer representation, seller representation, and property management, helping clients navigate residential transactions with personalized support.",
url: "http://www.thehubrealty.com/",
telephone: "+1-608-556-4400",
address: {
@type: "PostalAddress",
streetAddress: "1605 Monroe St",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53711",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.067000900000004,
longitude: -89.413496
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "61",
bestRating: "5"
},
areaServed: "Madison, Wisconsin and surrounding Dane County",
knowsAbout: "Real Estate Agents, Madison-area homebuyers, sellers, and property investors seeking personalized real estate services from a locally-focused brokerage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Brokerage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Real Estate"
}
],
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.