568 330 318 Free initial consultation · reply within 15 minutes
Methodology v1.0

Rating methodology - the formula, the sources and the rules that never change quietly

This document describes exactly how the data in a lawyer's profile becomes a single score out of 100, where each number comes from, who checks it and how, and what happens when a lawyer or a client disagrees with the result. It is written so that anyone, including the lawyer, can recalculate their own score by hand.

The methodology is versioned. Any change to weights, thresholds or sources becomes a new version, is recorded in the history table, and all scores are recalculated at the same moment - lawyers scored by the old and the new formula never stand in one list.

Published

Principles

Five rules the formula obeys

Measurability: only what is stored in the database as a number or a date takes part in the score. "Reputation", "recognition" and "impression" do not exist in the formula, because they cannot be verified.

Publication in advance: weights, thresholds and rounding rules appear on this page first and take effect only afterwards. A lawyer never learns about a new rule from a change in their own score.

Independence from payment: the platform's revenue comes from lawyers' visibility plans and from leads, and both fields are technically excluded from the formula. The plan and lead_price columns are not passed to the code that calculates the score.

Consent: a score is calculated only for a lawyer who has personally agreed to publish a profile. There is no list scraped from open sources and no unauthorised rating on the platform.

Reversibility: every score can be recalculated by hand at any moment using the formula on this page, and every automatic exclusion can be reviewed by a person. The algorithm is not the final instance.

Formula

The five criteria - the exact formula and the data source

Total = experience + reviews + transparency + focus + response time, at most 100. Each part is rounded to one decimal, and the total is the sum of the rounded parts.

CriterionFormula and where the data comes from
Experience, max. 25min(years, 20) / 20 × 25. Source: the profile field "years of experience", filled in by the lawyer and checked at verification against the year of admission in the Bar Association register. Years exceeding the register year are not counted.
Reviews, max. 25(average / 5) × 25 × n / (n + 3), where n is the number of published reviews. Source: the reviews table, only rows with is_published = 1. The average is computed by a database trigger every time a review is added and is never edited by hand.
Transparency, max. 20The sum of five fields: Georgian biography of 200+ characters = 6, photo = 4, consultation fee stated = 5, list of typical cases = 3, office address = 2. Source: the corresponding profile fields, empty or filled.
Focus, max. 15By the number of declared practice areas: 1 = 15, 2 = 13, 3 = 9, 4+ = 5, 0 = 0. Source: the lawyer_specializations table. Primary and secondary areas count the same - the aim is to measure the breadth of specialisation, not its quality.
Response time, max. 15Average minutes from the hand-over of a lead to the lawyer's first reply, only on leads where a reply is recorded: ≤60 = 15, ≤240 = 12, ≤1440 = 8, > 1440 = 4. With fewer than three replies = 7 and an open note. Source: lead_assignments, the difference between created_at and responded_at.
Verification

The 5 steps of profile verification before a score is calculated at all

Verification is done by hand, by a person, and every step is stored in the database with a date and the checker's ID. There is no automatic "verified" badge.

  1. Certificate number in the register

    The number given by the lawyer is checked in the public register of the Georgian Bar Association. If the number does not exist or belongs to another person, the profile is held and the lawyer is informed.

  2. Name and specialisation match

    The name, surname and specialisation recorded in the register (general, criminal, civil) must match the profile. A difference in the form of the name (Georgian and Latin script, for example) is acceptable; a difference in specialisation is not.

  3. Status "active"

    The register status must be active on the day of the check. A suspended, terminated or disciplinary-restricted status keeps the profile from publication until the sanction expires.

  4. Identity confirmation

    The lawyer confirms by video call or in person that they created the profile themselves - that nobody registered a profile in their name. A photo, if uploaded, must show the same person.

  5. Consent and the re-check interval

    The lawyer agrees in writing to publication, to receiving reviews and to being assessed by this methodology. The register status is re-checked every 90 days, and the verification date is shown openly on the profile.

Reviews

How a review is checked and why not every one is published

Reviews are the easiest part of a ranking to fake, so they have the strictest filter: only a person whose enquiry is recorded on the platform has the right to leave one.

Link to a lead
Every review is tied in the database to a specific lead (enquiry) - review.lead_id. A review that arrives without a lead technically cannot be stored, which closes the door to "reviews from friends" from the start.
When the link is sent
The review link is sent to the client only after the lead is marked as "case started" or "completed" - not right after the call. One lead, one link, one review.
Verified client
The "verified client" mark (is_verified) appears only when the coordinator has confirmed the fact of the case with the client by phone. An unconfirmed review is published, but without the mark.
Moderation
A review is published within 72 hours if it concerns the case and contains no third-party personal data or abuse. The text is not edited - it is either published in full or not at all, with the reason given to the author.
The lawyer's reply
A lawyer may write a public reply to any review but cannot delete or hide it. The reply appears under the review and does not affect the score.
Negative reviews
One- and two-star reviews are published by the same rules as five-star ones. The coordinator informs the lawyer in advance but does not hold publication - otherwise the list would show only satisfied clients.
Manipulation

What we check automatically and what counts as manipulation

The system looks every day for patterns that do not resemble natural behaviour. A detection triggers a check first, not a penalty.

  • Review velocity: more than three reviews for one lawyer in 24 hours when the number of leads does not explain it - all new reviews are held until the coordinator has contacted the clients.
  • A single source: several reviews from one IP hash or one contact under different names - the reviews are not published and the leads are marked as spam.
  • Self-review: a lead whose contact matches the lawyer's own number or e-mail, or their firm's - the review is voided, and on a repeat the review criterion is frozen for that lawyer for 6 months.
  • Swaps: two lawyers reviewing each other under client names - the review score is reset to zero for both, and the fact may be reported to the ethics commission.
  • Artificial improvement of response time: an automatic "received" reply with no content does not count as a reply - responded_at is filled only on the first substantive reply confirmed by the coordinator.
  • Inflated experience: the years stated in the profile exceed the year of admission in the register - the field is replaced with the register value at verification and the lawyer is informed.
Example

A worked example - two hypothetical lawyers, one formula

Lawyer A: 14 years, 12 reviews averaging 4.8, a fully completed profile, 1 practice area, replies in 45 minutes on average (8 replies). Lawyer B: 25 years, 0 reviews, only the fee and biography filled in, 2 practice areas, replies in 15 hours on average (5 replies).

CriterionA → B
ExperienceA: min(14, 20) / 20 × 25 = 17.5. B: min(25, 20) / 20 × 25 = 25.0 - years beyond twenty no longer count.
ReviewsA: (4.8 / 5) × 25 × 12 / 15 = 19.2. B: no reviews = 0.0 - seniority cannot stand in for reviews.
TransparencyA: 6 + 4 + 5 + 3 + 2 = 20. B: biography 6 + fee 5 = 11.
FocusA: 1 area = 15. B: 2 areas = 13.
Response timeA: 45 minutes, 8 replies = 15. B: 900 minutes, 5 replies = 8.
TotalA: 17.5 + 19.2 + 20 + 15 + 15 = 86.7. B: 25 + 0 + 11 + 13 + 8 = 57.0. B has twenty-five years of practice and still trails by 30 points, because B is invisible through a client's eyes.
Limitations

What this score cannot measure - and why we say so openly

The score does not measure the share of cases won. Court statistics by lawyer are not public in Georgia, and a lawyer's self-declaration cannot be verified - so a "win rate" is deliberately absent from the formula, even though it is the most requested number.

The score is unstable on small samples. One new review can change the score of a lawyer with two reviews by 5 points; the confidence factor reduces this effect but does not remove it. Among lawyers with fewer than ten reviews, a difference of two or three points is within random variation.

The score preserves regional inequality. A Tbilisi lawyer has more leads, more reviews and more chances to collect response-time points than a lawyer in Ambrolauri. That is why the city sub-list is a fairer comparison than the national list, and the main page shows both.

The score does not know what you need. Language, budget, city, the type of matter and personal fit lie outside the formula. That is exactly why there is a coordinator, who uses the ranking as a tool and not as the answer.

Appeals

How a score, a review or an exclusion is appealed

The procedure is the same for a lawyer and for a client; only who starts it differs.

  1. A request naming a specific point

    The lawyer from the dashboard, the client by e-mail: which criterion, which review or which exclusion, and why. A general "the score is low" request is not considered - a reply with this explanation comes within a day.

  2. Freezing the data

    During the review the disputed element (a specific review, for example) stays in the list but with an "under review" mark. The score does not change until there is a decision.

  3. A check within 5 working days

    The coordinator checks the lead history, the call with the client and the database records. Both sides are asked where necessary. The check is carried out by someone who did not take part in the original verification.

  4. A written decision

    Both sides receive the same text: what was checked, what was found, what changes. If a review is removed, the score is recalculated at once; if it stays, the lawyer has the right to a public reply.

  5. Repeat review

    The same point can be appealed again only with new evidence. A systemic objection to the methodology (not to an individual score) is accepted through a separate form and considered when the next version is discussed.

History

Version history

Every change is recorded here before it takes effect. The version number is shown on every ranking page.

Version and dateWhat changed
v1.0 - 2026-09-21First published version: five criteria with weights 25/25/20/15/15, confidence factor n/(n+3), four response-time thresholds, a neutral 7 points below three replies, a 90-day register re-check.

Questions about the methodology

Why does the weight of reviews equal the weight of experience?

Because both answer one question from different sides - "can this lawyer run a case?" Experience says it from the register, reviews say it from clients. Placing one above the other would reward either a senior lawyer who does not communicate, or a young one with many satisfied but simple cases.

Why 3 in the factor n/(n+3) and not another number?

Three reviews is the threshold at which one outlier can no longer move the average by more than one star. With this number a single review gives a quarter of the score, three give half, ten give three quarters. A larger number would punish new lawyers for years; a smaller one would give a single review too much power.

Does the methodology count a lawyer's public activity - articles, talks?

No. It is a measurable but easily purchased signal, and for a client it does not mean a result. If it is added in a future version, it will enter the transparency block with no more than 2-3 points and only for verified publications, and the change will appear in the history table.

Can a lawyer see the components of their own score?

Yes - the same five columns a client sees, plus the raw data: which reviews count, which leads enter the response time and which field is empty in the transparency block. The dashboard shows which single action would bring the most points.

What happens when the formula changes - are old reviews kept?

Reviews, leads and verification records are never deleted. Only the calculation rule changes, and it applies to all profiles at the same time. On the day of the change every lawyer is sent their old and new score with an explanation.

The ranking is a tool; the choice is yours

If you would rather not read scores, tell the coordinator your matter - within 15 minutes they will match you with a lawyer assessed by this methodology, in your city and your language.

Call: 568 330 318