Open BillTheGoat opened 4 months ago
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"
}
So this is a feature request.
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.