Can we have an option where we can specify how the Google notification is sent?
I would like it to submit the notification as:
http://www.fireblades.org/ (I have the appropriate .htaccess settings there)
instead of:
http://www.fireblades.org/forums/
This is a discussion on Google Notification Option within the Sitemap Features Archive forums, part of the vBulletin Links & Resources category; Can we have an option where we can specify how the Google notification is sent? I would like it to ...
Can we have an option where we can specify how the Google notification is sent?
I would like it to submit the notification as:
http://www.fireblades.org/ (I have the appropriate .htaccess settings there)
instead of:
http://www.fireblades.org/forums/
Hi!
The code modification is required for this in vbseo_sitemap_functions.php file.
1. Required to have correct sitemap files URLs included in the index file.
FIND:
REPLACE WITH:'url'=>$vbseo_vars['bburl'] . '/' .$sm_filename,
2. Required for the google notification'url'=> 'http://www.fireblades.org/' .$sm_filename,
FIND:
REPLACE WITH:$smindex = $vbseo_vars['bburl'] . '/sitemap_index.xml.gz';
$smindex = 'http://www.fireblades.org/sitemap_index.xml.gz';
We will include the special option in the next vBSEO Sitemap Generator to make it easier (without code modification).
Oleg Ignatiuk / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks!
Also, don't forget on the "Report Details" report to have the URLs there use the optional URL too.![]()
Yep![]()
Oleg Ignatiuk / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!