Google says verification is required. It is several gates, not one
LOCATION_VERIFICATION_REQUIRED is a rejection reason on a review reply, and its whole description is that the profile is not verified. Replying needs a verified business. API access needs verified and active for 60+ days.
If a review reply comes back rejected with LOCATION_VERIFICATION_REQUIRED,
nothing about the reply is the problem. The value’s entire published description
is “This Business Profile is not verified.” Verification is the gate, and it is
not one gate but several that open at different times: replying to reviews needs
a verified business, and reading a rejection reason for yourself needs a profile
Google’s own prerequisites describe as “verified and active for 60+ days”.
A profile problem delivered as a policy violation
The v4 REST reference puts the value in the PolicyViolation enum, which it
introduces this way:
Represents standardized policy violations. New values may be added in the future. Clients should be prepared to handle unknown values.
The field that carries it is documented in one line: “Optional. Output only. The
policy violation that resulted in rejection. Only populated if
reviewReplyState is REJECTED.”
Read those two together and the shape of the trap is clear. An unverified profile is exposed as a policy value attached to a rejected reply, so the way Google tells you the profile was never verified is by rejecting something you wrote. The owner’s reasonable next question is “what did I write wrong?”, and the answer is nothing. For the rest of the published list, including the reasons that really are about your wording, see the rejection reasons.
The first gate: replying at all
Google’s help page for managing reviews states the requirement before it explains anything else, in bold, at the top: “Important: Before you can reply to reviews, you must verify your business.” The sentence after it gives the other half: “After your business is verified, you can reply to reviews on your Business Profile.”
That is the whole rule for the dashboard, and a tool inherits it rather than escaping it, so if you are shopping for review management software, verification sits upstream of all of them.
What verification is for, in Google’s words
The help page on verifying opens with a scope wider than reviews:
To edit your business info on Google, such as business name or business hours, and interact with customers, you need to verify your business.
And the reason it is worth doing: “When you verify your business on Google, you gain ownership of your Business Profile and can make sure your business info is accurate.”
The second gate: sixty days, for the API only
Reading reviewReplyState and policyViolation yourself means API access, and
that is gated separately. Google’s prerequisites say “In order to get access to
GBP APIs, we require all applicants:” and the first requirement is to “Manage a
Google Business Profile that is verified and active for 60+ days. This GBP can
be the applicant’s own office or headquarters or it could belong to one of the
clients they manage.” The second is to “Have a website representing the business
listed on the GBP.”
So verified is necessary and not sufficient. We have covered elsewhere what that waiting period costs an owner who cannot see whether a reply is pending or rejected. The point here is the ordering: verification unlocks replying at once, and unlocks the field that explains a rejected reply two months later.
The methods Google documents, and the one you do not choose
Before the list of methods, Google removes the decision from you:
Important: Verification methods are automatically determined by Google and can’t be changed.
Two sentences explain the variation: “The verification options available to you depend on your business type, public info, region, or business hours.” and “In some cases, you may need to verify your business with more than one method.”
Four methods carry their own headings on that page, each with a caveat in Google’s words:
| Method | What Google says about it |
|---|---|
| Phone or text | “To get your verification code, make sure you can answer your business phone number or receive text messages.” |
| “Make sure you can use the email address in the verification screen.” | |
| Live video call | “Live video calls are only available within the business hours of your location.” |
| “Verification through postcard isn’t available for all businesses.” |
Phone verification has a failure mode worth knowing before you start, because it is invisible until it happens: “Interactive Voice Response (IVR) systems won’t get the code.”
Google also points at a fifth route and recommends it where you qualify:
Tip: If your business is eligible for video verification, we recommend that you use this option.
The requirements for that recording live on a separate help page, and we have read it since: what the video has to show, including the rule that the footage must be captured live.
Because the method is assigned rather than chosen, no article can tell you which one you will be offered. Plan for the option you are given.
How long Google says it takes
The page is specific once and vague once, deliberately:
To help maintain the integrity of your Business Profile, verification reviews take up to 5 business days.
Followed by “On rare occasions, reviews may take longer.” At the other end, “In some cases, Google verifies a profile instantly.”, and Google names two: “You verify your website with Google Search Console.” and “You use bulk verification.”
Postcards have their own clock. “Most codes arrive within 14 days.”, “Verification codes expire after 30 days.”, and an instruction that decides whether the code still works: “Do not edit your business name, address, or category on your Business Profile. If you do, the code we sent you won’t work.” Requesting a second code is worse than waiting: “If you do, we invalidate the code in the mail and send a new one. This can make the process longer.”
When it lands, “When your business is verified, you’ll get a confirmation email.” Those are all the timelines Google publishes on the page we read. Any other number you see for how long verification takes did not come from it, and we are not going to supply one.
Verified now is not verified permanently
The same page has a section for verification coming undone: “In some cases, Google may find issues with your verification.” One trigger is a change you made: “If you’re asked to provide additional info to re-verify your profile, it’s likely because some of your business details were recently updated.” And one symptom is a button reappearing, which Google says “means Google couldn’t completely verify your business.”
Whether a profile in that state produces LOCATION_VERIFICATION_REQUIRED on a
reply is not something Google states, and we have not tested it, so we are not
going to assert it. What is documented is that verification is a status which
can be revisited after an edit, which makes an old profile a candidate for this
rejection reason and not only a new one.
What none of this tells you
Google does not document what happens to a reply already submitted when a profile loses verification, and there is no field for it. It does not say whether an owner without API access is shown this reason anywhere in the dashboard. And it publishes no success rate for any method, so nothing here predicts whether yours will work first time.
For the wording of the reply itself, once the profile is out of the way, see responding to a negative review.
The short version
LOCATION_VERIFICATION_REQUIRED means the profile is not verified, which no
rewrite fixes. Verify it, and replying becomes available as soon as Google
confirms. The API prerequisite of a profile verified and active for 60+ days is
a separate, later gate, and the method you verify with is Google’s decision
rather than yours.
Sources
- Google, Business Profile APIs, accounts.locations.reviews REST reference Read 19 September 2026.
- Google, Business Profile Help, Verify your business on Google Read 19 September 2026.
- Google, Business Profile Help, Manage customer reviews Read 19 September 2026.
- Google, Business Profile APIs, Prerequisites Read 19 September 2026.