Your next client is asking ChatGPT for a lawyer before they ever open Google. Here are seven things your firm can do this quarter to be the firm it names — each one traceable to Google’s own documentation, a peer-reviewed paper, or a study that discloses its sample size.

The short version

If you only read this far, these are the seven moves, in order of evidence strength and speed:

  1. Check Google’s AI visibility switch in Search Console — a real opt-out exists, and someone may have already flipped it
  2. Confirm AI crawlers can reach your site by reading your own robots.txt
  3. Rebuild your Google Business Profile as a structured data source
  4. Run a review engine that satisfies Google, the FTC, and your bar
  5. Fix your identity markup — and delete one tag that may be hurting you
  6. Write the answers AI assistants actually retrieve
  7. Claim the third-party profiles that carry your name

What AI visibility means for a law firm

AI visibility is whether an AI assistant names your firm when someone describes a legal problem to it. When a prospective client types “who should I call after a car accident in Tulsa” into ChatGPT, Google AI Mode, Gemini or Perplexity, the assistant returns a short answer that may name two or three firms. AI visibility is whether you are one of them.

It is not the same as ranking. A page can sit at position four in Google and never be cited in an AI answer, and a page ranking outside the top hundred can be cited constantly. The uncomfortable part for a small firm is that none of this appears in your analytics the way a ranking does. A prospect reads a three-sentence answer naming three firms in your county, picks one, and calls them. If you were not one of the three, nothing about that ever shows up in your reporting.

Why this changed in the last twelve months

Three shifts happened quickly enough that most firms have not measured them yet.

45% of consumers have used AI to find a local business — up from 6% a year earlier BrightLocal Local Consumer Review Survey, n=1,002 US consumers, March 2026
23.6% of legal search queries already trigger a Google AI Overview Ahrefs, 146,122,391 SERPs analyzed, September 2025
8% click a traditional result when an AI summary appears, versus 15% when it does not Pew Research Center, 900 US adults, 68,879 real searches, March 2025

Asking an AI assistant for a local business recommendation went from a novelty practised by 6% of consumers to the third most common way people look for one, behind Google and Facebook. Of those AI users, 31% used ChatGPT specifically and 23% used Google AI Mode. Meanwhile the results page itself changed: when Google shows an AI summary, people click a traditional result roughly half as often, and only 1% of visits produced a click on a source inside the summary.

Why a small firm can compete here

Here is the structural opening, and it is the single best reason a seven-attorney firm should take this seriously: 31% of AI Overview citations come from pages ranking below position 100, and only 37.9% came from the top ten — down from about 76% in July 2025 (Ahrefs, 863,000 keyword SERPs and 4 million AI Overview URLs, January 2026). AI systems assemble answers from a far wider pool than the first page of Google. You do not have to outrank the regional firms with eight-figure budgets to get named.

There is a revenue argument too. Semrush’s clickstream analysis found the average AI search visitor converts at 4.4× the rate of a traditional organic visitor, because they arrive already informed and pre-qualified. Worth noting that Semrush publishes the multiple but not the underlying sample size.

1. How to check whether Google has excluded your firm from AI Overviews

As of August 31, 2026, Google gives every website owner a direct on/off control for appearing in AI Overviews and AI Mode. It lives in Search Console, it takes two minutes to check, and the default is “include.” Before that date, no such switch existed.

So why check it? Because someone may have already turned it off. During the 2025–26 news cycle about AI companies scraping content, a great many developers and marketing hires opted sites out on principle. If that happened to your firm, you are invisible in AI Overviews and AI Mode right now, no amount of content will fix it, and nothing in your analytics will tell you why.

The exact steps

  1. Sign in to Google Search Console and select your firm’s property. Search Console → select property → Settings → Search generative AI
  2. Confirm the first of the three options is selected. Google words them exactly like this: “Include my site’s links and content in Search generative AI features” is the one you want. “Exclude…” is the one to change. “Inherit control from parent” means you need to go check the parent property too.
  3. Check every property, not just the obvious one. Most firms have several properties for one website — a domain property, an https:// property, sometimes a subdomain. A child set to “inherit” can be excluded because of a decision made on a property nobody looks at.
  4. While you are there, pull your baseline numbers. Search Console → Performance → Search Analytics → AI This report shows impressions from AI Overviews and AI Mode by page and device. It launched the same day as the switch, so your history is short — which is exactly why you should start the record now.
Do not confuse this with the other two controls

These are three separate mechanisms and they are widely conflated. The Search Console setting governs AI Overviews and AI Mode. Google-Extended in robots.txt governs Gemini model training and grounding — Google states plainly that it “does not impact a site’s inclusion in Google Search nor is it used as a ranking signal.” Blocking Googlebot or using noindex removes you from Search altogether.

If anyone tells you to unblock Google-Extended so you appear in AI Overviews, they have the mechanism wrong.

2. How to confirm AI crawlers can reach your website

Every AI assistant that can recommend your firm reaches your site through a named crawler. Block it and you are removed from the answer — not penalised, just absent.

Ensure your content is crawlable, as Google Search generative AI models use publicly accessible, crawlable content. Google Search Central — Guide to Optimizing for Generative AI Features on Google Search

Check 1: read your own robots.txt (sixty seconds, no tools)

Type your domain followed by /robots.txt into any browser. No login required. Then compare what you see against this table.

Table: what to look for in your law firm’s robots.txt file
If you see thisWhat it means
User-agent: *
Disallow: /
Emergency. Everything is blocked, including Google. Fix today.
User-agent: OAI-SearchBot
Disallow: /
ChatGPT search is blocked. The costliest line here — this is the crawler that indexes you for ChatGPT’s search results.
Claude-SearchBot, Claude-User or PerplexityBotDisallow: /Claude or Perplexity blocked. Anthropic states this “may reduce your site’s visibility and accuracy in user search results.”
User-agent: GPTBot
Disallow: /
Model training blocked only — a legitimate business choice that does not affect whether ChatGPT can find you.
A 404 or “not found” pageFine. No robots.txt means no crawl restrictions under Google’s specification.

Check 2: the WordPress box robots.txt will never reveal

WordPress admin → Settings → Reading → “Discourage search engines from indexing this site”

This box must be unchecked on a live site. It is routinely left on when a site launches out of a staging environment. Since WordPress 5.3 it works by injecting noindex,nofollow into every page’s head rather than by editing robots.txt — so your robots.txt can look perfectly healthy while every page on the site tells search engines to go away.

If an SEO plugin manages your robots.txt, edit it there rather than on disk. In Rank Math that is Rank Math SEO → General Settings → Edit robots.txt, with Advanced Mode switched on.

Check 3: Cloudflare, if you use it

Bot Fight Mode (Security → Settings → filter by “Bot traffic”) cannot be customised or bypassed with rules, and Cloudflare notes it may challenge legitimate automated traffic. AI Crawl Control (AI Crawl Control → Security → Crawlers) is where AI crawlers are explicitly allowed or blocked. And if you are launching a new site: from September 15, 2026, new domains onboarding to Cloudflare have the Training and Agent categories blocked by default on pages that display ads. Search stays allowed and existing domains are unchanged — but a new site lands on defaults nobody at your firm chose.

For the record, we are not claiming most law firms are blocked; no credible study measures that. What is measured: of the top 10,000 domains, about 14% of those with a robots.txt file target AI bots specifically, and GPTBot is the most commonly blocked (Cloudflare, June 2025).

3. How to set up your Google Business Profile as an AI data source

Almost everything written about AI visibility is inference. This is not.

Using products like Merchant Center… and Google Business Profiles can help your products and services to be visible in both AI responses and other Google Search results. Google Search Central — Guide to Optimizing for Generative AI Features, updated July 10, 2026

Google names Business Profiles directly, in its own developer documentation, as helping you appear in AI responses. It is the strongest single piece of evidence in this guide. So treat the profile less like an advertisement and more like a structured record handed to a machine that will summarise it. Every blank field is a fact an AI system has to guess at, or source from someone else.

  1. Find your profile. Sign in to the Google account that owns it first, then search your firm name plus city, or just search my business. Management happens in Search and Maps now, though business.google.com still works and is better if you manage several locations.
  2. Write the description as plain fact — 750 characters. Edit profile → Description → Edit → Save Google caps it at 750 characters and prohibits URLs and price-focused content. State what you practise, who you represent, the counties you serve, and your languages. Write the sentences you would want an AI assistant repeating back to a prospect — that is roughly what happens.
  3. Set your categories deliberately. Edit profile → Business category → Edit → Primary category Start typing your practice area and select only from Google’s dropdown — only what appears there exists as a category. Make the one matching most of your revenue primary; Google states it determines which searches you surface for. You may add nine more, but Google’s instruction is “do not select a category for every product or service.”
  4. Fill out every service, with a description. Edit services → select suggested, or Add custom service → Save This is the closest thing you have to stating your actual scope of work to a machine, and most firms leave it empty.
  5. Answer the questions already in your Q&A. Answer what real people have asked, as the business. Do not seed questions from a second account — Google documents no such feature, and for a regulated profession it is not a risk worth a marginal gain.

Worth knowing why the completeness work pays off twice: for professional services specifically, consumers rank number of reviews (40%) and star rating (35%) above proximity when choosing — unlike restaurants or clinics, where being nearest wins. Complete information is third at 30%, and 21% name out-of-date information as an active turn-off (BrightLocal Consumer Search Behavior Study, n=1,227 US consumers, July 2026). If you want help with this layer, our local SEO and Google Business Profile management is built around exactly these fields.

4. How to run a law firm review engine that survives an ethics audit

Reviews are now doing two jobs at once. They are an input AI systems read — Google confirms it “uses AI to analyze people’s reviews on a place and compile a helpful summary.” And they are the layer clients use to check the AI: of the 45% of consumers who now ask AI for recommendations, 97% go verify on a review platform before acting. Being named by ChatGPT and then losing the client to a thin review profile is the worst of both worlds.

47%won’t use a business with fewer than 20 reviews
74%prioritise reviews from the last three months
4.75–4.99the star band legal consumers trust most — not a perfect 5.0

Volume and recency are what move the needle: twenty reviews spread across the last quarter beat sixty from 2021. First two figures from BrightLocal’s 2026 survey (n=1,002); the star band is from Martindale-Avvo’s Understanding the Legal Consumer 2023 (n≈1,850), whose respondents were recruited from Martindale-Avvo’s own directories — so read that one as directional rather than neutral.

The routine

  1. Get your review link and QR code. Your Business Profile → Read Reviews → Get more reviews → Copy Right-click the QR code to save it — Google only generates these in a desktop browser, not on mobile.
  2. Ask at the moment of resolution — in person, then once by email. Build the ask into the closing conversation rather than running a campaign, and ask every client, not only the delighted ones.
  3. Reply to reviews, but reply like a lawyer. 32% of consumers now expect a response within a day, up from 18% a year earlier. That collides with your confidentiality obligations — see the script below.
  4. Never gate, never incentivise. If a tool routes unhappy clients to a private form and only happy ones to Google, do not use it.

The three rulebooks stacked on every review you ask for

Most review advice sold to law firms satisfies one of these and quietly breaks the other two.

LayerWhat it says
Google’s platform policy“Offering incentives, like free or discounted goods or services, in exchange for customers to post reviews… is considered fake & misleading content and is strictly prohibited.” No gift, no discount, no drawing entry.
Federal law
FTC 16 CFR Part 465
Bans fake reviews (§465.2). Permits an incentive only where no express or implied requirement exists that the review express a particular sentiment (§465.4). Requires clear and conspicuous disclosure for insider testimonials — employees and their relatives (§465.5). Bans review suppression (§465.7). The FTC sent warning letters in December 2025.
Legal ethics
ABA Model Rules
Rule 7.1 bars false or misleading communications. Rule 7.2(b) bars giving anything of value for a recommendation, excepting “nominal gifts… neither intended nor reasonably expected to be a form of compensation.”
The conflict nobody tells you about

New York State Bar Ethics Opinion 1286 (September 2025) held that a lawyer may ask a former client for a Google review and may offer a nominal gift — provided the lawyer does not draft the review or condition the gift on its content. But Google prohibits any incentive whatsoever, and the FTC rule constrains them. So an act that is ethically permissible in New York can still get your reviews stripped and create federal exposure.

The only instruction safe under all three: ask, and never incentivise. No gift cards, no discount on the final invoice, no raffle — not even a nominal one.

Answering a negative review without waiving privilege

ABA Formal Opinion 496 (January 2021) is unambiguous: a negative online review does not trigger the self-defence exception to Model Rule 1.6. You may not confirm the person was a client, correct their account of the matter, or explain what really happened. The ABA’s stated best practice is to consider not responding at all, since a reply draws attention. If you do respond, keep it to an invitation to talk privately.

Our firm takes concerns about our service seriously, and professional obligations prevent us from responding publicly to comments about any particular matter. If you would like to discuss this, please contact our office directly at [phone] and we will make time to speak with you. A reply that neither confirms nor denies a client relationship — consistent with ABA Formal Op. 496 and Model Rule 1.6

Save that wording in a template today, not when you need it. The moment a bad review lands is exactly when someone improvises a reply that confirms the client relationship and describes the matter. If you would rather hand this off, our reputation management runs it inside these constraints.

5. What schema markup your law firm website actually needs

You have probably been told schema markup is “how AI reads your site.” It isn’t, and Google says so directly.

Structured data isn’t required for generative AI search, and there’s no special schema.org markup you need to add. Google Search Central — Guide to Optimizing for Generative AI Features

What markup actually does is remove ambiguity about who you are, where you are, who works for you, and what they are licensed to do — the facts a machine has to get right to recommend you. Do it for accuracy and eligibility, not because someone promised it unlocks AI Overviews.

Three errors that are nearly universal on law firm sites

1. Marking up individual attorneys as Attorney

Schema.org deprecated the Attorney type — and it never meant a lawyer. Its parent is LegalService, under LocalBusiness, so it describes a law practice. An individual lawyer is a Person with a jobTitle, linked to the firm by worksFor. Schema.org’s own note reads: “This type is deprecated — LegalService is more inclusive and less ambiguous.”

2. Your own star rating in your own markup

This is the fix that matters most. Google’s policy: if the entity being reviewed controls the reviews about itself, its pages are ineligible for the star review feature. Its documentation states aggregateRating is “only recommended for sites that capture reviews about other local businesses.” This explicitly includes embedded third-party review widgets — which is usually how it got there, with nobody deciding to. Have your web person search the site for aggregateRating and remove it. Star ratings belong in your Business Profile, which is what actually surfaces them.

3. FAQ and HowTo markup, still sold as an AI tactic

Both are dead. HowTo was deprecated in September 2023. FAQ rich results stopped appearing on May 7, 2026 and Google removed the documentation on June 15, 2026. Keep the FAQ content — it matches how people phrase questions to an assistant — but stop paying anyone for the markup.

The block to hand your web person

Place this once, on your homepage or your About page — not on every page. Replace everything in capitals. Note what is deliberately absent: no aggregateRating, no Attorney type on people, no FAQPage.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LegalService",
      "@id": "https://YOURFIRM.COM/#firm",
      "name": "YOUR FIRM NAME, LLP",
      "description": "ONE OR TWO PLAIN SENTENCES. MUST MATCH VISIBLE PAGE TEXT.",
      "url": "https://YOURFIRM.COM/",
      "telephone": "+1-555-555-5555",
      "email": "intake@YOURFIRM.COM",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "123 MAIN ST, SUITE 400",
        "addressLocality": "YOUR CITY",
        "addressRegion": "ST",
        "postalCode": "00000",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 40.71277,
        "longitude": -74.00597
      },
      "areaServed": [
        { "@type": "AdministrativeArea", "name": "YOUR COUNTY County, ST" }
      ],
      "sameAs": [
        "https://MAPS.GOOGLE.COM/YOUR-BUSINESS-PROFILE-URL",
        "https://WWW.LINKEDIN.COM/COMPANY/YOUR-FIRM"
      ],
      "employee": [
        { "@id": "https://YOURFIRM.COM/attorneys/JANE-DOE/#person" }
      ]
    },
    {
      "@type": "Person",
      "@id": "https://YOURFIRM.COM/attorneys/JANE-DOE/#person",
      "name": "Jane A. Doe",
      "jobTitle": "Managing Partner",
      "url": "https://YOURFIRM.COM/attorneys/JANE-DOE/",
      "worksFor": { "@id": "https://YOURFIRM.COM/#firm" },
      "knowsAbout": ["PRACTICE AREA ONE", "PRACTICE AREA TWO"],
      "sameAs": [
        "https://YOURSTATEBAR.ORG/MEMBER-LOOKUP/BAR-NUMBER",
        "https://WWW.LINKEDIN.COM/IN/JANE-DOE"
      ]
    }
  ]
}
</script>
The highest-value field almost every firm omits

Add each attorney’s public state bar licensee-lookup URL to their sameAs list. It is the most authoritative link that exists for a lawyer, and it tells a machine that the person on your website and the person on the bar’s roll are the same human being.

Then validate, in this order. validator.schema.org tells you whether the markup is correct. Google’s Rich Results Test tells you whether Google will do anything with it — expect it to report “Local business,” not “LegalService.” If this is outside your comfort zone, we handle the technical layer as part of every engagement.

6. How to write pages that AI assistants actually cite

This is the compounding one. Tactics 1 through 5 are largely one-time fixes; this is the one that keeps paying.

Researchers at Princeton and IIT Delhi built GEO-bench, a benchmark of 10,000 real queries, and tested nine ways of rewriting a page to see which raised its visibility in generative engine answers. It is the closest thing the field has to controlled evidence.

Table: measured visibility change by content rewriting method (GEO-bench)
Rewrite the page to…VisibilityIn practice
Add direct quotations+41%Quote the statute, the ordinance, the court’s language, the adjuster’s letter.
Add statistics+33%State filing deadlines, damage caps, average timelines, county-level figures.
Improve fluency+28%Plain, well-edited prose. Worth doing anyway.
Cite your sources+27%Link the statute and the court rule you are describing, by name and number.
Sound more authoritative+10%Tone alone does very little.
Stuff in keywords−8%Actively harmful. If an agency is still doing this, stop them.

Figures are relative improvements on the position-adjusted word count metric; the paper reports gains of up to 40% overall and notes efficacy varies by domain.

What to actually write this quarter

  1. One page per question a client actually asks on the phone. Not “Personal Injury Services” but “How long do I have to file a car accident claim in [your state]?” Recall that 57.9% of question-phrased queries trigger an AI Overview, versus 15.5% of non-questions. Your intake call log is the keyword research.
  2. Answer in the first two sentences, then explain. Lead with the actual answer — the deadline, the number, the yes or no — then add nuance and exceptions underneath. Every page should contain at least one quoted authority, one specific number, and one linked source.
  3. Stop writing 3,000-word pages. Across 7,000+ queries, grounding plateaus at roughly 540 words, and the correlation between word count and AI citation is about 0.04 — effectively none. Six focused 600-word answers beat one exhaustive guide.

7. Which legal directories to claim first

You will see confident claims that AI answers are dominated by directories. The most transparent study available says otherwise — BrightLocal’s manual review of 800 local searches in ChatGPT found 58% of sources were business websites, 27% were mentions of the business elsewhere, and 15% were directories. Yelp, Facebook and Google Maps did not appear as directory sources at all.

But the intent split is the useful part. For informational searches — “best X in Y,” which is exactly how someone shops for a lawyer — directories rose to 22% and third-party mentions to 35%, while business websites fell to 43%. Your own site is not enough for the queries that matter most to you.

A number we are deliberately not giving you

You may have seen a widely-circulated report claiming seven directories “own every AI citation for legal queries.” It was published by a PR agency, discloses no query count or methodology, and rests on a single anecdote about one Am Law 100 firm. There is currently no methodologically sound, independent study of AI citation sources in the legal vertical. Anyone quoting one to you is quoting marketing.

  1. Justia first — genuinely free and the best documented. Search your name at justia.com/lawyers; a profile built from public records probably already exists. Click “Update Your Profile Now” under your name and verify by email or text, both of which Justia describes as near-instant.
  2. Avvo next. Go to avvo.com/for-lawyers/avvo-profile, enter your name and city, click “Find My Profile,” complete the licensed-attorney verification, then fill in credentials, experience and practice areas.
  3. FindLaw — call rather than click. FindLaw’s help pages are inconsistent and it does not state whether basic claiming is free. Save yourself the loop and call 1-800-455-4565, option 2 (7:30am–6:00pm CT).
  4. Then feed those URLs back into your markup. Every profile you complete becomes a sameAs entry from tactic 5. That is what closes the loop: the directory says you exist, and your own site confirms which directory entries are actually you.

Make every profile consistent. Same firm name, same address format, same phone number as your Business Profile and your website. Contradictory records are the most common reason a machine describes a firm incorrectly.

Seven AI visibility tactics to skip — and the evidence for skipping them

You have probably been pitched at least three of these. Each is contradicted by a primary source.

  • An llms.txt file. Asked directly whether llms.txt files on Google properties amounted to an endorsement, Google’s John Mueller answered: “to be direct, no.” He has separately noted “none of the AI systems use it” and that server logs show they do not even check for it. Ahrefs analysed 137,210 domains and found 97% of llms.txt files received zero requests in May 2026; of the 3% that got any, the largest requester category was SEO audit tools at 21.7%, while AI retrieval bots accounted for 1.1%.
  • FAQ schema and HowTo schema. Covered above — both deprecated, neither appears in Google’s structured data gallery.
  • “Unblock Google-Extended so you appear in AI Overviews.” Wrong mechanism. Google-Extended governs Gemini training and grounding. This error appears even in otherwise-serious industry reports.
  • Buying mentions on as many sites as possible. Google, in its current AI optimisation guide: “Seeking inauthentic ‘mentions’ across the web isn’t as helpful as it might seem.” Genuine coverage still helps; purchased mention packages are a different thing.
  • Chunking your content or writing in a special “AI format.” Google names both as unnecessary: “There’s no requirement to break your content into tiny pieces for AI to better understand it,” and “You don’t need to write in a specific way just for generative AI search.”
  • Creating a Wikidata entry for your firm. A 1–10 attorney firm will generally fail Wikidata’s notability requirements, and the entry is likely to be deleted. Link an entry via sameAs only if one already exists.
  • Any tool that promises to “filter” your reviews. Prohibited by Google, inside the FTC’s suppression rule, and subject to mandatory client disclosure under at least one state bar ethics opinion.
The test to apply to any AI visibility pitch

Ask for the primary source — not a blog post citing a blog post, but the Google documentation page, the paper, or the study with its sample size disclosed. Most of this category cannot pass that question.

Your 90-day law firm AI visibility plan

Diagnostics first, because there is no point producing content for a site that is switched off.

Week 1 — find out where you stand

  • In a signed-out browser, ask ChatGPT, Google AI Mode and Perplexity: “Who are the best [practice area] attorneys in [city]?”, “What should I do after [case trigger] in [state]?” and “Is [your firm] a good law firm?” Screenshot all nine answers — that is your baseline
  • Check the Search generative AI setting on every Search Console property
  • Export the Generative AI performance report as your starting number
  • Read your robots.txt against the table above
  • Confirm WordPress is not discouraging search engines

Weeks 2–3 — fix the record

  • Rewrite the Business Profile description to 750 characters of plain fact
  • Set the primary category deliberately; add only genuinely distinct secondaries
  • Complete every service with a description
  • Answer the questions already sitting in your profile’s Q&A
  • Claim and complete Justia, then Avvo

Weeks 4–6 — hand off the technical work

  • Give your web person the three errors and the markup block above
  • Have them search the site for aggregateRating and remove it, widgets included
  • Add every attorney’s state bar licensee URL to their sameAs
  • Validate at validator.schema.org, then Google’s Rich Results Test

Weeks 7–12 — build the answer library

  • Pull the ten questions your intake line actually gets; write one page each
  • Every page: answer in two sentences, one quoted authority, one real number, one linked source
  • Target roughly 600 words, not 3,000
  • Start the review routine — ask at closing, every client, never incentivised
  • Save the ABA Op. 496 reply template where your team will find it

Day 90 — measure it again

  • Re-run the same nine prompts, signed out, and compare screenshots
  • Re-export the Generative AI performance report and diff the impressions
  • Count reviews added, and how many are under three months old

Where firms usually stall

Week 1, nobody has Search Console access — it belongs to a former agency, or a developer who left. Start the verification immediately; it can take days, and everything else waits on it. Weeks 4–6, there is no web person — the markup block above is written so any competent developer can execute it in under an hour. Weeks 7–12, the content never gets written — this is where almost every plan dies. Ten pages at 600 words is roughly one page a week. Assign it to a named person with a named deadline, or accept that it will not happen.

See exactly how your firm appears in ChatGPT, Gemini and AI Overviews

You have the checklist. If you would rather see the answer than run the audit yourself, we will do it for you and send you the evidence — no charge, no obligation.

Book Your Free AI Visibility Audit

Frequently asked questions about law firm AI visibility

Is AI visibility the same thing as SEO?

No, but they overlap heavily. Traditional SEO decides where you rank on a results page; AI visibility decides whether an assistant names you in a generated answer. The overlap is crawlability and content quality — the divergence is that 31% of AI Overview citations come from pages ranking below position 100, so ranking is neither necessary nor sufficient.

Can I pay to appear in ChatGPT or AI Overviews?

Not for the organic citation. There is no paid placement inside an AI Overview’s cited sources or a ChatGPT answer’s recommendations. Anyone offering to “get you into ChatGPT” for a fee is selling optimisation work, advertising adjacent to those surfaces, or nothing at all.

How long does it take to see results?

The diagnostic fixes in tactics 1 and 2 take effect as soon as crawlers revisit — OpenAI documents roughly 24 hours for a robots.txt change to register in its systems. Business Profile changes surface within days. Content work compounds over months. Ninety days is a fair window to judge the whole programme, which is why the plan above ends with a re-measurement.

Should I block AI crawlers to protect my content?

That is a real business decision, and the two questions are separable. Search crawlers (OAI-SearchBot, Claude-SearchBot, PerplexityBot) are how you get found. Training crawlers (GPTBot, ClaudeBot, Google-Extended) are how models learn from your writing. You can allow the first group and block the second; OpenAI documents that “each setting is independent of the others.”

Do I need schema markup to appear in AI Overviews?

No. Google states plainly that structured data “isn’t required for generative AI search, and there’s no special schema.org markup you need to add.” Do it to remove ambiguity about your firm’s identity and to stay eligible for the rich results that still exist — not because it unlocks AI answers.

How do I know if my firm is currently being cited?

Two ways, both free. Run the nine baseline prompts from the plan above in a signed-out browser and screenshot the answers. Then open Search Console’s Generative AI performance report (Performance → Search Analytics → AI) for impressions from AI Overviews and AI Mode. If that report shows nothing at all, check the Search generative AI setting first — opted-out sites do not appear in it.

Sources

REPLACE AUTHOR NAME, Growth Lab

REPLACE AUTHOR NAME — REPLACE JOB TITLE at Growth Lab, a legal marketing agency helping small law firms dominate search. REPLACE ONE SENTENCE OF RELEVANT EXPERIENCE — years in legal marketing, number of firms worked with, or a specific credential.

More from Growth Lab: the blog  ·  legal content strategy  ·  law firm SEO

This article summarises published rules, ethics opinions and research for marketing purposes. It is not legal advice, and professional conduct rules vary by jurisdiction — check your own state’s advertising rules and ethics opinions before launching any review or marketing programme. Last reviewed September 3, 2026.