Google Indexing issue

I realize that my website (https://logedosoft.com) doesn’t show up when searched for “erpnext türkiye”. So I enabled “Enable Google Indexing” but “Authorize API Indexing Access” button returns " Error 400: redirect_uri_mismatch"

A little research redirectms me to Usar OAuth 2.0 para aplicaciones de servidor web  |  Authorization  |  Google Developers

So I entered the Authorized redirect URI but it didn’t affect anything.

Is there anyone who succeeded the authorization part?

PS: Google Settings enabled and OAuth Client ID, Client Secret and API Key is entered. Also Google Indexing API is enabled.

2 Likes

Also, I’ve requested the indexing in the Google Search Console but it says “URL is not on Google”

And I’ve added the host_name to site_config_js.

{
 "db_name": "_",
 "db_password": "_",
 "db_type": "mariadb",
 "host_name": "https://logedosoft.com",
 ...

Hi @TurkerTunali, I ask you because it is the closest post to someone talking about the G Analityc integration, there are no issues reported in github or in the forum, it makes me crazy.

I tried several times and I can’t get it to work correctly, does the integration work for you?

It is very rare what it does, I have tried it in both V13 and V14. It tracks the views in the Analitic Webs report, but it stops tracking me in the google analytic account (very strange!).

So, I end up always resorting to placing the JS, but I have to set up rules so that it doesn’t take the internal paths etc.

I think I’m going to make a post in any case more neat to see if they add experiences.

Thanks!

2 Likes

me too. Everyday I loose leads because of an indexing issue.

Absolutely not.

I also do that in the Google Search Console.
image

1 Like
1 Like

i had a similar issue, and it turned out my robots.txt was blocking some pages. Also found that updating the sitemap manually helped get things indexed quicker.

What helped me a lot was en.speedyindex.com. It quickly showed which pages were indexed and highlighted stuff that was getting blocked or missed.

Super useful to spot issues with meta tags or if something in robots.txt is messing things up. Made debugging way faster for me.

2 Likes