Page Rank for Seo Ranking widget don't work

Page Rank for Seo Ranking widget don’t work because Google changed the lookup URL for for page rank :

The OLD URL:

http://toolbarqueries.google.com/search?client=navclient-auto&features=Rank&ch=8f3b58e04&q=info:[URLHERE]

The New URL:

http://toolbarqueries.google.com/tbr?client=navclient-auto&features=Rank&ch=8f3b58e04&q=info:[URLHERE]

Where can I change the URL to SEO Ranking widget work?

Regards,
Razvan

I modified the line found in

/plugins/SEO/RankChecker.php

Should be line 45

Thanks, see Google silently changed Pagerank lookup-URL · Issue #2693 · matomo-org/matomo · GitHub

Thanks work fine.

Regards,
Razvan

Hiya, thanks for the fix, but this made me also realize it gives a page rank 0 in case there is no page rank. I think google differentiates between page rank “n/a” (not available, for example when it hasn’t indexed the page yet) and page rank 0 (indexed, but no importance), and that the same “n/a” should be shown if the page rank url cannot be reached for whatever reason.