Skip to main content

Questions tagged [google-indexing-api]

Use the Indexing API to ask Google to crawl and index your URLs. Currently, the Indexing API can only be used to crawl job posting pages with job posting structured data.

google-indexing-api
0 votes
1 answer
106 views

Your client does not have permission to get URL

When I try to send an update notification to the Web Search Indexing API (https://indexing.googleapis.com/v3/urlNotifications:publish), I receive this: <!DOCTYPE html>\n<html lang=en>\n &...
Dmitrii Mikhailov's user avatar
0 votes
1 answer
92 views

Google indexing returns me a 403 PERMISSION DENIED

I have a problem in my production site with google indexing when perform an index via API. I receive the following error message after I send the payload to google API. I've verified and I'm the owner ...
advapi's user avatar
  • 3,823
0 votes
0 answers
12 views

Why is my WordPress website using page link indexing with '/?p=123', and how can I resolve this issue?

My website has many pages indexed with URLs like '/?p=123'. Upon checking, all these URLs work correctly and redirect to the appropriate pages. However, these URLs are not found in the sitemap. We ...
Ashish Kacha's user avatar
0 votes
0 answers
83 views

How do I index my Blogger post on Google using Google API Indexing?

I used many methods like through google cloud adn create api id and then via google collab but did'nt get any solution iwth which I can index my blogger post instantly. I tried many methods as ...
Rahul Chauhan's user avatar
0 votes
0 answers
64 views

How i can get the list code url which is not indexed on the google search console using the api

How i can get the list code URL that is not indexed on the Google search console using the API? I have the service-account-key.json which only I can use to achieve this. Using PHP or Nodejs.
Mohit Sharma's user avatar
0 votes
0 answers
110 views

Facing issues in google search console api - url inspection api crwaling limit refresh

I am using google search console index inspect API (https://searchconsole.googleapis.com/v1/urlInspection/index:inspect) for checking the website pages status But as here is the daily limit of this ...
Prem Panwar's user avatar
0 votes
1 answer
162 views

Google Indexing API rateLimitExceeded

I have a Spring Batch Process which submits something around 5M urls to Google Indexing API. In the past, the process was segmented e parallelized int two threads by an attribute, one for the small ...
Jaumzera's user avatar
  • 2,349
0 votes
1 answer
780 views

Google Indexing API Batch request python

I'm trying to prepare script to minimize the number of requests with batch method. In the example of my code, 5 URLs are requested, for this I spent 5 publish requests. How can I change the code to ...
Ekaterina 's user avatar
-1 votes
1 answer
907 views

How to properly use Google Indexing API with PHP?

I have configured Google Indexing API in my website. I am using raw PHP and I want to know how to use it properly? This is the code from Google require_once '../indexapi/vendor/autoload.php'; $...
Bearded's user avatar
  • 45
0 votes
1 answer
325 views

Google indexing api urlNotifications/metadata returns 404 error

I am trying to check if my website page have been indexed by google. For this reason I am using Indexing API. For this reason I intent to call urlNotifications/metadata (documentation) to recieve ...
Klim Smith's user avatar
2 votes
3 answers
2k views

403 error in Google Indexing API (after trying all solutions from other SO questions)

I'm trying to use the Google Indexing API using the PHP client library. This is my code: $client = new Google_Client(); //use the private key that we created for our service account. $...
sveti petar's user avatar
  • 3,727
-2 votes
2 answers
2k views

Using Postman to access Google Indexing APIs

I would like to test Google Indexing API with Postman. I have already configured the api correctly on https://console.cloud.google.com/ for using it on a wordpress site with the plugin Instant ...
hhh's user avatar
  • 379
1 vote
0 answers
87 views

Google Indexing API in Opencart

I wanted to integrate Google Indexing API on my E-Commerce Site for Better indexing. It's my first experience working on Opencart. I have worked on WordPress before. In WordPress, we can add the ...
Taha Abdul Ghani's user avatar
0 votes
1 answer
307 views

How to fix Google Indexing API inside loop problem?

I have a Google index API code that works. The code is following: from oauth2client.service_account import ServiceAccountCredentials import httplib2 SCOPES = ["https://www.googleapis.com/auth/...
Allar's user avatar
  • 5
0 votes
1 answer
719 views

KeyError: "None of [Index(['URL'], dtype='object')] are in the [columns]"

I am trying to use Google Indexing API to index my site URLs via python. I don't know much about coding so I copied this code from one site. As I searched for this error code before it seems there is ...
Allar's user avatar
  • 85

15 30 50 per page