Buyer's Agent FAQPage Schema for Real Estate Agencies
Copy-paste JSON-LD template
Add this inside a <script type="application/ld+json"> tag in your <head> section. Replace the sample values with your actual business details.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much does a buyer's agent cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "In most transactions, the buyer's agent commission (typically 2.5–3% of purchase price) is paid by the seller from sale proceeds. After the 2024 NAR settlement, buyers now sign a buyer-broker agreement upfront specifying the agent's compensation. Some agents offer flat-fee or hourly arrangements. Buyers rarely pay out-of-pocket."
}
},
{
"@type": "Question",
"name": "Do I need a buyer's agent to buy a home?",
"acceptedAnswer": {
"@type": "Answer",
"text": "You're not legally required to use a buyer's agent, but it's strongly recommended. A buyer's agent represents your interests (unlike the listing agent who represents the seller), has access to the full MLS, can identify overpriced listings, negotiates on your behalf, and coordinates the closing process. Their expertise typically saves buyers more than their commission cost."
}
},
{
"@type": "Question",
"name": "How long does the home buying process take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "From offer accepted to closing: typically 30–45 days for financed purchases. The pre-approval process: 1–3 days. Home search: days to months depending on market conditions. After contract acceptance: inspection (5–7 days), appraisal (1–2 weeks), mortgage underwriting (2–3 weeks), and final walkthrough/closing."
}
},
{
"@type": "Question",
"name": "What credit score do I need to buy a house?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Conventional loan: 620 minimum (740+ for best rates). FHA loan: 580 with 3.5% down (500–579 with 10% down). VA loan (veterans): no minimum score, but lenders typically want 620+. USDA loan (rural areas): 640+ preferred. A higher credit score reduces your interest rate significantly — worth optimizing before applying."
}
}
]
}
Required and recommended fields
| Field | Value | Status | Notes |
|---|---|---|---|
@context |
https://schema.org |
Required | Always exactly this value |
@type |
FAQPage |
Required | Always exactly "FAQPage" |
mainEntity |
Array of Question objects |
Required | Minimum 1 question; aim for 3-8 for best AI extraction |
name (Question) |
The question text |
Required | Write how patients/clients actually search — buying intent questions perform best |
@type (Question) |
Question |
Required | Always exactly "Question" |
acceptedAnswer |
Answer object |
Required | Must be present for every Question |
@type (Answer) |
Answer |
Required | Always exactly "Answer" |
text (Answer) |
The answer text |
Required | Keep under 300 words. Direct, specific, no filler. |
Common mistakes to avoid
- Using generic questions ("What are your hours?") instead of buying-intent questions ("How much does the procedure cost?")
- Nesting FAQPage inside another schema type — it must be a top-level @type
- Writing answers longer than 300 words — AI systems prefer concise, direct answers
Why this helps ChatGPT and Perplexity cite your Buyer's Agent page
Let AI extract direct answers from your service pages. When a client asks ChatGPT "buyer's agent near me" or "best buyer's agent in [city]," the AI scans pages it can crawl for structured answers. FAQPage Schema gives it exactly what it needs — a machine-readable Q&A it can extract and cite without any interpretation.
From AltorLab's weekly crawls of real estate agencies websites: fewer than 25% have any FAQPage schema, and fewer than 15% have complete LocalBusiness schema with the correct subtype. This means the bar to appear in AI answers is low — one afternoon of technical work separates cited practices from invisible ones.
Want to see exactly where your buyer's agent page stands? Check your GEO Health Score free →
Validate your implementation
After adding the schema, test it with these free tools:
- Google Rich Results Test — checks for structured data errors
- Schema.org Validator — validates against schema.org specification
- AltorLab AI Visibility Checker — checks all 6 GEO signals including schema
Other real estate agencies schema templates
AltorLab (ex-Microsoft AI team) checks all 6 AI citation signals on your website and gives you a prioritized fix list — free, 15 minutes.
Book free audit → Email amanda@altorlab.xyz