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: "John Pfluger Realty",
description: "John Pfluger Realty is an independent real estate agency based in Pflugerville, TX, serving the greater Austin area and surrounding communities. The team offers comprehensive real estate services including buyer representation, seller representation, and property management to help clients navigate residential transactions. With deep local knowledge of the Pflugerville and Austin markets, they provide personalized service focused on understanding each client's unique needs and goals.",
telephone: "+1-512-251-4439",
address: {
@type: "PostalAddress",
streetAddress: "1001 W Pecan St",
addressLocality: "Pflugerville",
addressRegion: "TX",
postalCode: "78660",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.442861899999997,
longitude: -97.62813469999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Pflugerville, TX and surrounding Austin metropolitan area",
knowsAbout: "Real Estate Agents, Home buyers seeking representation, home sellers, first-time homebuyers, relocating families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agency"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
}
],
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.