AEO Saigon
How-to

AEO for Law Firms and Legal Offices: When AI Becomes the First Legal Advisor

Table of contents

Previously, when faced with a legal issue, people asked Google. Now they ask ChatGPT. And AI is becoming the first point of contact between citizens and the legal system — before they seek out any law office.

The question is: when AI answers "good lawyer for contract disputes in Ho Chi Minh City" or "how much does a unilateral divorce procedure cost" — is your firm mentioned?

Law is the most typical YMYL industry — incorrect legal information can lead to financial loss, loss of property, and even impact personal freedom. That's why AI applies its strictest trust filter to legal content.

What this means in practice:

  • AI strongly prioritizes sources authored by licensed lawyers
  • Content that doesn't clearly cite its legal basis (article number, law) will be cited less
  • Posts without a "for reference, not official advice" disclaimer risk being skipped by AI
  • Freshness is critically important — laws change, and outdated legal content can cause harm

This is not something to fear — it's a natural competitive barrier that protects firms that genuinely invest in quality content.

SchemaUsed forMost important fields
LegalServiceLaw firms, legal companiesareaServed, serviceType, hasCredential
AttorneyIndividual practicing lawyersmemberOf (Bar Association), hasCredential
PersonProfile for each lawyerjobTitle, knowsAbout, sameAs
FAQPageFrequently asked questions pagemainEntity (Question + Answer)
HowToLegal procedure guidesstep, totalTime, estimatedCost
ArticleLegal analysis postsauthor (lawyer), dateModified

Complete JSON-LD for a Law Firm

{
  "@context": "https://schema.org",
  "@type": "LegalService",
  "@id": "https://vanphongluat-abc.vn",
  "name": "Văn phòng Luật sư ABC",
  "description": "Tư vấn pháp lý doanh nghiệp, hôn nhân gia đình, đất đai và tranh chấp hợp đồng tại TP.HCM từ 2010.",
  "url": "https://vanphongluat-abc.vn",
  "telephone": "+84901234567",
  "email": "info@vanphongluat-abc.vn",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Nguyễn Thị Minh Khai, Phường 6",
    "addressLocality": "Quận 3",
    "addressRegion": "TP. Hồ Chí Minh",
    "addressCountry": "VN"
  },
  "areaServed": [
    { "@type": "State", "name": "TP. Hồ Chí Minh" },
    { "@type": "State", "name": "Bình Dương" },
    { "@type": "State", "name": "Đồng Nai" }
  ],
  "serviceType": [
    "Tư vấn pháp lý doanh nghiệp",
    "Luật hôn nhân gia đình",
    "Tranh chấp đất đai",
    "Tranh chấp hợp đồng"
  ],
  "openingHours": "Mo-Fr 08:00-17:30",
  "priceRange": "$$",
  "employee": [
    {
      "@type": "Person",
      "@id": "https://vanphongluat-abc.vn/luat-su/tran-thi-bich",
      "name": "Trần Thị Bích",
      "jobTitle": "Luật sư",
      "hasCredential": {
        "@type": "EducationalOccupationalCredential",
        "name": "Chứng chỉ hành nghề luật sư số 123/LS-HCM",
        "credentialCategory": "license"
      },
      "memberOf": {
        "@type": "Organization",
        "name": "Đoàn Luật sư TP. Hồ Chí Minh"
      },
      "knowsAbout": ["Luật doanh nghiệp", "Hợp đồng thương mại", "Sở hữu trí tuệ"]
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "reviewCount": "87",
    "bestRating": "5"
  }
}

The Most Common Legal Questions Users Ask AI

Vietnamese users are asking AI about legal matters with sharply increasing frequency since 2024. Five question categories account for the majority of traffic:

CategoryExample questionAppropriate schema type
Business registration"What documents are needed to set up an LLC?"HowTo + FAQ
Labor law"How many months of salary if fired without reason?"FAQ + Article
Marriage"How long and how much does a unilateral divorce cost?"FAQ + HowTo
Land"Can a red book with two names be split into two?"FAQ + Article
Disputes"What can I do if a customer doesn't pay?"FAQ + Article

Standard AEO Structure for Legal Content

Each legal post needs the following structure for AI to easily cite:

  1. Direct answer (50-80 words) at the top — no preamble, no "according to regulations"
  2. Legal basis — clearly cite the article number, clause, specific law/decree
  3. Detailed procedure — step 1, step 2, step 3 in HowTo structure
  4. Cost and time — specific figures, with a note "may be subject to change"
  5. Disclaimer — "This post is for reference only and does not replace official legal advice"
  6. Author information — lawyer's name, bar admission number, update date

Most people look for lawyers by geography: "land lawyer in Binh Duong", "corporate legal consulting in District 1 HCMC". This is a major competitive advantage for local firms.

Implementing local AEO:

  • Google Business Profile: fill in complete hours, office photos, specific services, respond to all reviews
  • areaServed in LegalService schema: list specific districts/communes/provinces served
  • Dedicated landing page for each area: /legal-consulting-district-1, /lawyer-binh-duong
  • Content that naturally mentions geography: "According to HCMC People's Committee regulations on..."

Vietnamese law changes frequently. The Enterprise Law 2020 replaced 2014, the Land Law 2024 replaced 2013 — each time a major change occurs, all related content needs to be updated.

Update process:

  1. Monitor the legal codification portal: phapdien.moj.gov.vn — sign up for notifications on new documents
  2. When a new law/decree is issued: review all related posts within 30 days
  3. Update content + fix dateModified + add a note "Updated per [Law X No. Y/YYYY dated DD/MM/YYYY]"
  4. Mark outdated posts with a warning banner: "This post is being updated to reflect new legislation — please contact us directly for the latest information"
  • Complete LegalService schema with address, areaServed, serviceType
  • Person schema for each lawyer with hasCredential (license number)
  • Individual profile page for each lawyer (/lawyer/[name])
  • GBP verified with category "Law Firm" / "Lawyer"
  • Each post has a licensed lawyer as named author
  • Clear disclaimer at the top or bottom of each post
  • Legal basis (article number, law) in each instructional post
  • dateModified updated when the law changes
  • FAQ schema for the 5 most common questions for each service
  • Internal linking between posts in the same field (e.g., all land-related posts link to the land pillar page)

The legal industry has the highest E-E-A-T barriers of any sector — but that is precisely why any firm that does it right will have a sustainable competitive advantage. When AI recommends a lawyer, users trust that recommendation far more than an advertisement — and that creates an entirely different quality of inbound client.

Frequently asked questions

What schema is most suitable for a law firm?

LegalService is the primary schema. Declare with name, description, url, address, telephone, areaServed (provinces/cities of operation), serviceType (corporate law, criminal, family law...), hasCredential. Add Person schema for each lawyer with hasCredential (bar admission number), memberOf (Ho Chi Minh City/Hanoi Bar Association).

Is legal content restricted from AI citations?

The opposite — AI actively needs trustworthy legal sources. However, AI is more cautious with YMYL. To gain AI's trust: the author must be a licensed lawyer, content must be current under existing law, clearly state 'this is reference information, not official legal advice,' and include a clear disclaimer.

What legal questions do Vietnamese users most often ask AI?

5 popular categories: (1) Business registration — 'what documents are needed to set up an LLC'; (2) Labor law — 'how many months of salary do I get if fired without reason'; (3) Marriage — 'how long does a unilateral divorce procedure take'; (4) Land — 'can a red book with two names be split into two'; (5) Disputes — 'what can I do if a customer does not pay'.

Do small law firms need AEO?

Absolutely — especially local AEO. People often ask 'good lawyer in district X of HCMC.' Small firms specializing in a niche (divorce, land, corporate) often have an advantage over large firms when AI answers specific questions — because their topical authority is higher in that niche.

What disclaimers are needed in legal content?

Every legal post needs: (1) Author's name and bar admission number; (2) Disclaimer: 'This post is for reference only and does not constitute official legal advice'; (3) Update date and legal basis (law document number); (4) Recommendation to consult a lawyer for specific issues. Disclaimers increase trust with AI.

AEO Saigon

An Answer Engine Optimization agency in Ho Chi Minh City — helping business websites get cited by AI. About AEO Saigon →

Want your website to be cited by AI like this?

Free Audit