| Posts: n/a |
Google Has Changed Ping Location For Sitemaps
The ping url for your sitemaps has changed so you need to update any modifications that use a ping to google to notify of an update your sitemaps.
The url went from:
to
So if you use VBSEO Sitemap Generator you need to open vbseo_sitemap_functions.php and find:
to
Thanks to Google has changed the location to ping for sitemap submissions. - vBulletin Modification Discussions for the update
The url went from:
Code:
http://www.google.com/webmasters/sitemaps/ping?sitemap=
Code:
http://www.google.com/webmasters/tools/ping?sitemap=
PHP Code:
$gurl = 'http://www.google.com/webmasters/sitemaps/ping?sitemap='.urlencode($url);
PHP Code:
$gurl = 'http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($url);
Thanks to Google has changed the location to ping for sitemap submissions. - vBulletin Modification Discussions for the update






Linear Mode

