You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a flag to have the script tell google to remove the pages that are indexed but not in our sitemaps? We have pages that are created and others that are pulled daily, and I would like to avoid google hitting too many 404s.
The text was updated successfully, but these errors were encountered:
Searching the code I find no URL_DELETED, which means it is not in the project. The API requires:
Send the following HTTP POST request to https://indexing.googleapis.com/v3/urlNotifications:publish endpoint
{
"url": "https://careers.google.com/jobs/google/technical-writer",
"type": "URL_DELETED"
}
Is there a flag to have the script tell google to remove the pages that are indexed but not in our sitemaps? We have pages that are created and others that are pulled daily, and I would like to avoid google hitting too many 404s.
The text was updated successfully, but these errors were encountered: