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: "Tucker Realty Group, LLC",
description: "Tucker Realty Group is a full-service real estate brokerage based in Durham, NC, specializing in residential sales, purchases, and property management throughout the Triangle region. The team provides comprehensive real estate services including buyer and seller representation, investment property expertise, and personalized market analysis to help clients navigate every stage of their real estate journey.",
url: "https://tuckerrealtygroup.com/",
telephone: "+1-919-283-1334",
address: {
@type: "PostalAddress",
streetAddress: "4819 Emperor Blvd Suite #405",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8804598,
longitude: -78.8419803
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Durham, NC and the Research Triangle area",
knowsAbout: "Real Estate Agents, Home buyers, sellers, real estate investors, first-time homebuyers, relocating professionals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Brokerage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Triangle Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Investment Property Focus"
}
],
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.