Results 1 to 5 of 5

Google Notification Option

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 ...

  1. #1
    Senior Member Array
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    16 times

    Google Notification Option

    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/

  2. #2
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    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:
    'url'=>$vbseo_vars['bburl'] . '/' .$sm_filename,
    REPLACE WITH:
    'url'=> 'http://www.fireblades.org/' .$sm_filename,
    2. Required for the google notification
    FIND:
    $smindex = $vbseo_vars['bburl'] . '/sitemap_index.xml.gz';
    REPLACE WITH:
    $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!


  3. #3
    Senior Member Array
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    16 times
    Thanks!

  4. #4
    Senior Member Array
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    16 times
    Also, don't forget on the "Report Details" report to have the URLs there use the optional URL too.

  5. #5
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    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!


Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. Google Sitemap-Listing of old url's option-from 1.7
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 08:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •