Industry Guide15 min read

GEO for Lawyers: How Law Firms Appear in AI Search Results

Prospective clients now ask ChatGPT, Claude, and Perplexity for legal help before opening Google. This guide explains exactly how law firms can get recommended — the schema, content, and local signals that work.

By Frederik Smits · Online Marketing Expert

A prospective client has a legal problem. Ten years ago, they called a friend or opened the yellow pages. Five years ago, they Googled “best divorce lawyer near me” and clicked one of the top three results. Today, an increasing share of them opens ChatGPT and types the same question — and then acts on whatever answer they're given.

If your firm isn't in that answer, you don't get the call. You're not ranked lower; you're not listed at all. The classical SEO question of “am I on page one” is being replaced by a binary question: “am I in the answer, yes or no.”

This guide is for law firms that want to answer “yes.” It covers the specific signals AI assistants use to recommend legal service providers, the schema and content patterns that work for law firms specifically, and the local + citation ecosystem AI models cross-reference before naming any firm.

This guide is written for owners and marketing leads at small-to-mid law firms (solo practitioners through 50-attorney firms). Enterprise firms have different ecosystems; the principles apply but the tactics differ.

Why law firms are especially exposed — and especially positioned to win

Legal services sit at an unusual intersection. Prospective clients have high intent, high stakes, and almost no way to evaluate lawyers on their own. So they lean on recommendations — from people they trust, from directories, and now, increasingly, from AI assistants.

That makes the legal category unusually ripe for AI-driven shifts in client acquisition:

  1. High-intent queries. “Best estate attorney in Austin,” “divorce lawyer for high net worth,” and “wrongful termination lawyer near me” are queries with immediate commercial value. A single converted lead often exceeds an entire year's AI-visibility budget.
  2. Trust-driven decisions. Clients pick lawyers based on perceived authority, track record, and fit. AI models, trained on the same signals humans use (credentials, reviews, case outcomes, bar standing), are surprisingly aligned with how clients already evaluate firms.
  3. Slow-adopting competitors. Most law firms are still running SEO the same way they did in 2018. The firms that deliberately optimize for AI visibility right now are competing against a field that mostly doesn't know the field exists.
47%
of Americans would consider AI for legal research before calling a lawyer
3-5
firms typically named in a local AI recommendation
$4,200
average case value for a qualified legal lead
<12%
of US law firms have visible structured data on their site

What clients actually ask AI assistants

Before you optimize, understand the queries. AI-received legal questions fall into four buckets, and each needs a different optimization approach.

1. Definitional / informational

“What does an estate planning attorney do?” “What's the difference between a CPA and a tax attorney?” “How does a wrongful termination case work?”

These queries rarely name a specific firm. But they're how prospects begin their research. If your firm's blog or practice-area pages answer them clearly, AI may cite your page as the source — which builds brand awareness and drops the client on your site.

2. Local / recommendation

“Best divorce lawyer in Houston.” “Real estate attorney near me.” “Top personal injury law firms in Los Angeles.”

These are the highest-value queries. The AI model names 3-5 specific firms. If you're one of them, the prospect likely visits your site directly. These recommendations are heavily driven by Google Business Profile, local directories, review platforms, and geographic entity signals.

3. Specialization / fit

“Lawyers who specialize in international adoption.” “Attorneys for tech founders in Delaware.” “Family law firm that handles LGBTQ+ custody cases.”

These are narrow, high-intent queries where the AI matches a specific need to a firm credibly positioned around it. Deep practice-area content, clear specialization signaling, and case studies win here. If your website lists “family law” as a service but your content is generic, you lose to a firm with a dedicated “LGBTQ+ family law” subpage with specific cases and outcomes.

4. Urgency / how-do-I

“What do I do if I'm served with divorce papers?” “My employer just fired me — can I sue?” “I got a DUI, do I need a lawyer?”

These are immediate-action queries. AI typically responds with general guidance and sometimes names firms that publish high-quality legal explainer content relevant to the situation. These are citation-chain plays: write the best explainer on your blog, get cited in general explanations, convert some readers to clients.

The six signals AI uses to recommend a law firm

After analyzing how major AI assistants respond to legal queries across jurisdictions and practice areas, six consistent signals emerge.

🏢
Google Business Profile
The single strongest local signal. Firms without a verified, complete GBP are essentially invisible for local recommendation queries.
Review ecosystem
Volume and quality of reviews on Google, Avvo, Yelp, Martindale. AI weights platforms it trusts to be non-fake.
👤
Attorney bios with credentials
Named attorneys, with bar admissions, education, and specific areas of practice. E-E-A-T is stronger for lawyers than any other industry.
📚
Practice-area depth
Pages that go deep on a specific practice area (with case types, process, outcomes) outrank generic service lists.
🔗
Directory citations
Martindale-Hubbell, Justia, FindLaw, Avvo, Super Lawyers, local bar association — each directory is an entity signal.
📰
Press & thought leadership
Quotes in ABA Journal, Law.com, local news, or legal podcasts create authority signals AI models weight heavily.

The schema law firms need

Most law firm websites have zero structured data. That alone puts them in the bottom quartile of AI-discoverable sites. Here's the specific schema stack that matters for legal.

LegalService / Attorney schema

The LegalService schema (or Attorney for solo practitioners) is the core signal that tells search engines your business is a law practice. Minimum viable:

{
  "@context": "https://schema.org",
  "@type": "LegalService",
  "@id": "https://yourfirm.com/#legalservice",
  "name": "Smith & Associates Law",
  "url": "https://yourfirm.com",
  "image": "https://yourfirm.com/logo.png",
  "telephone": "+1-555-123-4567",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "Houston",
    "addressRegion": "TX",
    "postalCode": "77002",
    "addressCountry": "US"
  },
  "areaServed": {
    "@type": "State",
    "name": "Texas"
  },
  "knowsAbout": [
    "Family Law",
    "Estate Planning",
    "Divorce",
    "Child Custody"
  ],
  "sameAs": [
    "https://www.avvo.com/attorneys/smith-associates",
    "https://www.linkedin.com/company/smith-associates",
    "https://www.martindale.com/smith-associates"
  ]
}

Attorney (Person) schema for each lawyer

Each named attorney should have their own Person schema, linked to the firm via worksFor. This is where bar admissions, education, and named expertise live.

{
  "@context": "https://schema.org",
  "@type": "Attorney",
  "name": "Jane Smith",
  "jobTitle": "Partner",
  "worksFor": { "@id": "https://yourfirm.com/#legalservice" },
  "alumniOf": [
    { "@type": "EducationalOrganization", "name": "University of Texas School of Law" }
  ],
  "hasCredential": [
    {
      "@type": "EducationalOccupationalCredential",
      "credentialCategory": "license",
      "name": "State Bar of Texas",
      "identifier": "24012345"
    }
  ],
  "knowsAbout": ["Divorce Law", "Child Custody", "Mediation"],
  "sameAs": ["https://www.linkedin.com/in/janesmith"]
}

FAQPage schema on practice-area pages

The single highest-ROI schema addition for law firms. Every practice-area page should have an FAQ section with real questions clients ask — wrapped in FAQPage schema. Examples: “How much does a divorce cost in Texas?”, “How long does probate take?”, “Do I need a lawyer for a DUI?”

Review / AggregateRating schema

If you have genuine reviews on your own site (not aggregated from Google — that would be policy-violating), you can mark them up with AggregateRating. Star displays in search results dramatically improve CTR.

Does your law firm have LegalService schema?

LynxAudit audits your firm's AI visibility across ChatGPT, Claude, Gemini, and Perplexity — and tells you exactly which schemas are missing.

Run Free Audit

Content that wins AI recommendations for law firms

Beyond schema, the content itself matters. Here's what works for legal practices, based on what AI assistants consistently cite.

Practice-area pages: specific, not generic

A page titled “Family Law” that reads “We handle all types of family law matters with compassion and expertise” loses to a page titled “Divorce Law in Harris County, TX” that walks through the specific process, typical timelines, costs, and outcomes.

Generic — not cite-worthy

Our family law team handles divorces with compassion and experience. We understand how difficult this time can be and we're here to help. Contact us to schedule a consultation today.

Specific + quantified — cite-ready

In Texas, uncontested divorces take a minimum of 61 days from filing to final decree. Contested cases typically run 6-12 months. Our Harris County family law team has handled over 800 divorces since 2014, including 140+ high-asset cases involving business valuations or complex property division.

Attorney bios with real credentials

AI models pattern-match on E-E-A-T signals more aggressively for lawyers than for most categories. An attorney bio should include:

  • Full name, photo, and contact information
  • Law school and year of graduation
  • Bar admissions with license numbers (public info; demonstrates legitimacy)
  • Years in practice and specific practice areas
  • Notable case types or outcomes (without naming clients)
  • Speaking engagements, publications, or thought leadership
  • Memberships (ABA, state bar sections, specialty associations)
  • Links to LinkedIn, bar profile, and any published work

Case results / outcomes pages

Ethically published case outcomes (with client information anonymized as required by your state bar) are citation gold. AI models prefer to recommend firms with demonstrable track records. A “Recent Results” page with 10-20 brief case summaries does more for visibility than three more blog posts.

FAQ pages targeting real client questions

Build a dedicated FAQ page per practice area. Draw the questions from: client intake conversations (what do prospects actually ask you?), Reddit legal subreddits, Quora legal questions, and “People Also Ask” in Google results. Answer concisely, cite authoritative sources (state statutes, court rules) where relevant, and include disclaimers required by your jurisdiction.

Blog posts with clear legal guidance, not marketing pitches

A blog post titled “What to expect when filing for bankruptcy in Arizona” that genuinely walks through the process — Chapter types, asset exemptions, timeline, costs — will get cited by ChatGPT and Perplexity when users ask the same question. A blog post titled “Call Our Award-Winning Bankruptcy Team Today!” will not.

The local + citation ecosystem

For any geographic query (“best X lawyer in Y”), AI models rely heavily on external signals they trust. These are the platforms you need to be on, roughly in order of impact for law firms:

Google Business Profile

Non-negotiable. Every office location needs a verified GBP with correct NAP (Name, Address, Phone), photos, service descriptions, hours, and regular posts. Respond to every review within 48 hours — Google weights response rate.

Major legal directories

⚖️
Avvo
Heavily cited by AI for lawyer queries. Claim your free profile, fill every section, accumulate client reviews.
📘
Martindale-Hubbell
Legacy authority signal. The Peer Review Rating (especially AV Preeminent) is a strong credibility signal.
Justia
Free, fast to set up. Feeds several AI knowledge graphs. Include practice area summaries.
🔍
FindLaw
Large share of legal search traffic. Paid listings with attorney bios and articles.
🏆
Super Lawyers
Recognition-based. If you or a partner qualifies, the profile itself is an authority signal.
🏛️
Local bar association
City and state bar lawyer-finder directories. Authoritative citation source AI models trust.

Review platforms

Google Reviews first, Avvo second, Yelp third. Aim for 30+ genuine reviews on Google within the first 12 months of focused effort. Set up a simple post-case email asking satisfied clients to leave a review. Never offer incentives — Google will penalize or delist you.

Press and thought leadership

Pitch local legal journalists and bloggers with specific expertise angles. When ABA Journal, Law.com, Above the Law, or your local news mentions you by name, that citation becomes an authority signal that compounds over years. Write op-eds for legal publications on niche expertise — these rank in Google and get cited by AI.

The 90-day GEO plan for law firms

1
Foundation
Schema + GBP + directories
2
Content
Practice-area deep dives + FAQs
3
Authority
Reviews + press + thought leadership

Month 1: Technical + directory foundation

  • Implement LegalService, Attorney (Person), and FAQPage schemas across the site. Submit via Search Console.
  • Audit the Google Business Profile. Fill every field, add 10+ photos, set service areas precisely. Start weekly posts.
  • Claim or create profiles on Avvo, Justia, Martindale, FindLaw, and your local bar association lawyer-finder. Ensure consistent NAP across all.
  • Add robots.txt allowing all major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended). Reference your sitemap.
  • Verify every attorney has a LinkedIn profile linked from your site and their bio.

Month 2: Content restructure

  • Pick your top 3 practice areas. For each, write a dedicated page with: scope, process, timelines, typical costs, outcomes, and 8-10 FAQs. Aim for 1,500-2,500 words per page.
  • Expand attorney bios. Add credentials, education, specific case types, speaking engagements, publications. Include photos.
  • Create a “Recent Results” page with 10-20 anonymized case summaries (within your state bar's ethics rules).
  • Add disclaimers and required regulatory text to any FAQ or results content (state-specific — check with your ethics counsel).
  • Write 4-6 blog posts answering real client questions. Target format: “[Question]? Here's what the law actually says.”

Month 3: Authority and citations

  • Launch a post-case review program. Email every closed client with a one-click Google review link, 7-10 days after case resolution.
  • Pitch 3-5 local journalists or legal bloggers with a specific expertise angle. Aim for one earned media placement.
  • Join and contribute to 2-3 legal associations or specialty groups that fit your practice.
  • Submit a thought-leadership article to one industry publication (ABA Journal, Law.com, state bar journal).
  • Run your first AI visibility audit to measure baseline (LynxAudit or similar).

Ethics: what you can and can't do

Legal marketing is more regulated than most other industries. Before implementing any of the above, check your state bar's advertising rules. A few principles that apply nearly everywhere:

  • No incentivized reviews. You cannot offer payment, discounts, or gifts in exchange for reviews. Most state bars treat this as an ethics violation regardless of what Google thinks.
  • No false or misleading claims. “Best,” “Top,” and similar superlatives may need qualification or may be prohibited in some states. “Super Lawyers” and similar recognitions are generally OK to cite if genuinely earned.
  • Required disclaimers. Many states require specific language on advertising: “This website is for informational purposes only and does not constitute legal advice,” “Past results do not guarantee future outcomes,” and similar. Use what your state requires.
  • AI-specific concerns. Don't claim your website is an “AI-certified” firm or that ChatGPT “recommends” you in a way that implies endorsement — AI assistants surface firms based on public signals, not endorsement. Framing matters.

Frequently asked questions

Will AI replace organic search for legal queries?

Not entirely — complex legal research still sends users to Google, state court websites, and Westlaw/LexisNexis. But initial discovery (“who should I call”) is shifting fast. Most firms should expect 20-40% of new-client discovery to flow through AI assistants within the next 24 months.

How does AI handle the “no specific legal advice” rule?

AI assistants reliably refuse to give jurisdiction-specific legal advice and defer to “consult a licensed attorney.” Your opportunity is to be the attorney they point the user to.

Do I need different schema for different practice areas?

You can use LegalService as the main entity with serviceType or multiple knowsAbout entries for practice areas. Firms with distinct practice-area divisions sometimes implement separate LegalService entities per division.

What if I'm a solo practitioner?

Use Attorney schema at the site level instead of (or in addition to) LegalService. Personal branding matters more for solos — AI models readily recommend named individuals when the query is specialized.

How do I measure if AI actually recommends my firm?

Build a query list of 20-30 high-value variations (“best divorce lawyer in Houston,” “Houston divorce attorneys,” etc.). Run each on ChatGPT, Claude, Perplexity, and Gemini weekly. Record: are you named? Are your competitors named? Tools like LynxAudit automate this across hundreds of queries.

Should I block ChatGPT from using my content for training?

For most firms, no. Blocking training bots removes your content from the data AI models learn from. Your blog posts and practice-area pages contribute to AI's understanding of law firms generally and your expertise specifically. The only reason to block is if your content is paywalled or truly confidential — which is rare for a law firm marketing website.

Bottom line

Law firms are in an unusual position: the AI shift threatens traditional organic search revenue but creates an unusually winnable window for firms that act early. The tactics aren't exotic — they're the same fundamentals of legitimate legal marketing, executed more rigorously: clean schema, authentic reviews, deep practice-area content, real attorney bios, consistent citations across the legal directory ecosystem.

The firms that show up in ChatGPT's answer to “best divorce lawyer in Houston” two years from now are mostly the firms that started doing this work in the first half of this year. The ones that wait will be competing for attention on the second page of an AI answer — which, unlike the second page of Google, most people never see.

See how AI talks about your business

Run a free AI Visibility Audit. We check 100+ questions AI gets about your industry — and tell you if you are in the answers.

Run Free Audit
    GEO for Lawyers: How Law Firms Appear in AI Search Results | LynxAudit Blog