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: "Mike Gallagher, REALTOR",
description: "Mike Gallagher is a Nashville-based real estate agent specializing in residential properties across the greater Nashville metropolitan area. With a focus on personalized service and local market expertise, Mike helps buyers and sellers navigate transactions with professionalism and attention to detail. His approach combines comprehensive market knowledge with a commitment to understanding each client's unique needs and goals.",
url: "https://mikegallagherrealtor.com/contact/",
telephone: "+1-615-430-5017",
address: {
@type: "PostalAddress",
streetAddress: "964 Main St",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.17751580000001,
longitude: -86.7525842
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "Real Estate Agents, Residential buyers and sellers in Nashville, First-time homebuyers, Those relocating to the Nashville area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Client 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.