+2 votes
in Web & Google by (71.8k points)
I do not see any re-submit button in the google search console to submit the updated sitemap. Is there any way to ping the updated sitemap to Google?

1 Answer

+1 vote
by (348k points)
edited by
 
Best answer

You can ping Google by sending a GET request in your browser or the command line to the following address. Make sure to put the full URL of the sitemap.

https ://www.google.com/ping?sitemap=FULL_URL_OF_SITEMAP

 E.g.

https ://www.google.com/ping?sitemap=https ://www.giveustheanswer.com/sitemap.xml

(Remove the space between "https" and ":" in the above ping URL. )


...