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: "Phoenix Real Estate Group",
description: "Phoenix Real Estate Group is a dedicated real estate agency serving the greater Phoenix metropolitan area with expertise in residential sales, buyer representation, and property marketing. The team specializes in helping both first-time homebuyers and experienced investors navigate the local market with personalized service and market knowledge. They focus on understanding each client's unique needs to find the right property or connect sellers with qualified buyers.",
url: "http://www.phxregrp.com/",
telephone: "+1-480-590-6051",
address: {
@type: "PostalAddress",
streetAddress: "10000 N 31st Ave Suite B-108",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85051",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5772603,
longitude: -112.12721479999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "56",
bestRating: "5"
},
areaServed: "Phoenix, Arizona and surrounding suburbs",
knowsAbout: "Real Estate Agents, First-time homebuyers, Move-up buyers, Real estate investors, Sellers looking to list properties",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Buyer-Focused Approach"
}
],
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.