vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 1 of 2
1 2 LastLast
Results 1 to 15 of 29

vBSEO Google/Yahoo Sitemaps v.2.1

This is a discussion on vBSEO Google/Yahoo Sitemaps v.2.1 within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Hello all, Now that vBSEO 3.1.0 final (with vBlog support) has been released , we are making available an updated ...

  1. #1
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    13,871

    vBSEO Google/Yahoo Sitemaps v.2.1

    Hello all,

    Now that vBSEO 3.1.0 final (with vBlog support) has been released, we are making available an updated version of the vBSEO Google/Yahoo Sitemaps, v.2.1.

    Download via vBulletin.org:Note: Although there is only ONE (1) vBSEO Google/Sitemap Generator product, we ask you to please download (and get support) in the thread corresponding to the vBulletin version you are running. This will allow us to better serve you.

    If you are running vBBlogs, it is recommended that you upgrade your sitemaps to version 2.1, in order to be compatible with the new blog type URLs.

    This build also includes a few other enhancements like Ask.com/Moreover.com ping services (which are related to Live Search) and a log records cleanup function.

    The cleanup function is considered beta functionality at this point and is available via the vbseo_sitemap_config.php file. You may set a log records cleanup threshold in days by defining:
    PHP Code:
    define('VBSEO_SM_PRUNE'0); // logs age in days to prune 
    Updates in vBSEO Google/Yahoo Sitemap 2.1:
    1. Compatible with vBulletin Blogs. Includes the following new features:
      1. Include Blog Pages
      2. Page Update Frequency - Blog Entry (Default)
      3. Default Priority - Blog Entries
    2. Sitemaps log records cleanup threshold in days can be defined in vbseo_sitemap_config.php file:
      PHP Code:
      define('VBSEO_SM_PRUNE'0); // logs age in days to prune 
    3. Pinging options for Google and Yahoo combined into one option: "Ping SEs". The new ping will also ping ask.com and moreover (MSN).
    4. Yahoo ping changed. Yahoo App ID is no longer required.
    5. Minor vBAdvanced compatibility issue fixed.
    6. Minor Bugs reported via vBulletin.org Sitemap's thread.
    Upgrade Instructions (Version 1.6.x to 2.0.x)
    (1) Follow the installation/upgrade instructions provided in the docs/readme.html file.

    (2) For vBulletin 3.6.x only: Open "Schedule Manager" in the vBulletin Admin Control Panel (admincp); Remove existing scheduled task for Sitemap Generator if you have one.
    Note: The new task will be automatically setup when you import the XML product file.
    Juan Muriente / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  2. #2
    vBSEO Staff Michael Biddle's Avatar
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    6,362
    Thank you Juan. Is their any difference in this from the pre-release build?
    Michael Biddle / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  3. #3
    Senior Member
    Real Name
    Linh Wang
    Join Date
    Sep 2005
    Posts
    208

    Thank you Juan!

    Best regards,
    Majora

  4. #4
    Senior Member
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    431
    Blog Entries
    1
    I have just run the sitemap generator and get the following errors

    [SECTION START] forumdisplay archived [6s (+0s)]

    Warning: Division by zero in /home/thespain/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 169
    Any ideas?

  5. #5
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Do you have the vBSEO Sitemap option to include your Archive URLs set to Yes?

    If so, try turning it off since it appears that you have the vBulletin Archive disabled on your site.

  6. #6
    Senior Member
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    431
    Blog Entries
    1
    Thanks for that and the quick reply. I'm on idiot juice today by the looks of it

    Cheers
    Lee

  7. #7
    Senior Member
    Real Name
    Derek
    Join Date
    Feb 2007
    Location
    USA, NJ
    Posts
    277
    Blog Entries
    4
    Thanks for the update. Installed and work's great.

  8. #8
    Junior Member
    Real Name
    Navjot Singh
    Join Date
    Aug 2006
    Location
    India
    Posts
    12
    Thanks for the update. Installed just now.

  9. #9
    Senior Member
    Real Name
    MotMann
    Join Date
    Mar 2006
    Location
    Germany
    Posts
    238
    I must do something in msn search or ask?
    www.XboxGamertag.de Xbox Forum, Board und Marktplatz :)

  10. #10
    Member
    Real Name
    Fred
    Join Date
    Jun 2007
    Location
    UK
    Posts
    51
    Hello,

    I have recently installed VBSEO 3.1.0 and VBSEO Sitemap Generator. I have a few questions

    The sitemap runs and produces 4 files in /forum/vbseo_sitemap/data the files are:
    sitemap_1.xml.gz
    sitemap_2.xml.gz
    sitemap_index.xml.gz
    urllist.txt.gz

    My questions:

    1) I thought the files would have been created in the root of my site, what have I done wrong? ANSWERED

    2) I already have a sitemap for the non vBulletin part of my site that I manualy submit to Google. Which of the sitemap files do I also need to submit to Google? ANSWERED

    3) Could somebody tell me the URLs that are used to ping the search engines? I need these because my host has a firewall that blocks outbound traffic I need the URLs so I can add them to the allowed list. (Thats why I currently manually submit).

    This is the .htacces at the root of my site

    Code:
    # Options +FollowSymlinks
    RewriteEngine On
    # Rule for duplicate content removal : www.domain.com vs domain.com - from VBSEO
    RewriteCond %{HTTP_HOST} !^www.mysite.com
    RewriteRule (.*) http://www.mysite.com/$1 [L,R=301] 
    This is the .htacces in my forum root
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    # RewriteBase /forum/
    # Already stated in site root
    RewriteCond %{HTTP_HOST} !^www.mysite.com
    RewriteRule (.*) http://www.mysite.com/forum/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] 



    Sorry for all the questions but I thought I'd ask the Gurus

    Regards

    VinylJunky
    Last edited by VinylJunky; 11-21-2007 at 12:31 PM.

  11. #11
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    The .htaccess entry for vBSEO Sitemap will allow it to be accessed from the forum root (or site root), making them appear that they are located there, while not cluttering up your root directory.

    For your existing URLs, add them to the extra-urls.txt in the vBSEO Sitemap directory and they will be included with the sitemap.

    So, first, modify your root (not Forum root) .htaccess and add the sitemap line there at the end. It will look something like this:
    Code:
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    Then, go to your vBSEO Sitemap options in your AdminCP and specify your root URL for the sitemap URL field.

    After that you would submit this URL to Google: http://www.yoursite.com/sitemap_index.xml.gz

    That should do it.

  12. #12
    Member
    Real Name
    Fred
    Join Date
    Jun 2007
    Location
    UK
    Posts
    51
    Quote Originally Posted by Keith Cohen View Post
    The .htaccess entry for vBSEO Sitemap will allow it to be accessed from the forum root (or site root), making them appear that they are located there, while not cluttering up your root directory.

    For your existing URLs, add them to the extra-urls.txt in the vBSEO Sitemap directory and they will be included with the sitemap.

    So, first, modify your root (not Forum root) .htaccess and add the sitemap line there at the end. It will look something like this:
    Code:
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    Then, go to your vBSEO Sitemap options in your AdminCP and specify your root URL for the sitemap URL field.

    After that you would submit this URL to Google: E-Commerce Hosting

    That should do it.
    Thank you that has sorted questions 1 and 2. It seems to work now

    In the extra-urls.txt do I just add the plain urls or can I use the format XML formatting from my other sitemapping tool?
    Code:
    <url><loc>http://www.mysite.com/</loc><lastmod>2007-11-02T17:07:58+00:00</lastmod><changefreq>daily</changefreq><priority>1.00</priority></url>
    


    Can anybody answer Question 3

    3) Could somebody tell me the URLs that are used to ping the search engines? I need these because my host has a firewall that blocks outbound traffic I need the URLs so I can add them to the allowed list. (Thats why I currently manually submit).

    Many Thanks

    VinylJunky

  13. #13
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Pulled from vbseo_sitemap_functions.php around line 710:

    Code:
    http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($url)
    
    http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap='.urlencode($url)
    
    http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid='.VBSEO_YAHOO_APPID.'&url='.urlencode($url)
    
    http://submissions.ask.com/ping?sitemap='.urlencode($url)
    
    http://api.moreover.com/ping?u='.urlencode($url)
    

  14. #14
    Senior Member sinjix_media's Avatar
    Real Name
    Daniel Michel
    Join Date
    Dec 2006
    Location
    Brooklyn
    Posts
    110
    Is there any such thing as running the sitemap generator too many times?
    Why does it ask me "Are You Sure?" when I run it?
    Thanks,
    Dan

  15. #15
    Senior Member Snake's Avatar
    Real Name
    Josh
    Join Date
    Oct 2005
    Location
    Cleveland, OH
    Posts
    413
    Heh. I already made a thread about the Sitemap v2.1 since vBSEO v3.1 has been released and it's finally here now. Well, thanks for the release!
    Metal Gear Forums - Discussion on the popular series of console stealth-based games.

    My Mods: Coming Soon | My Tutorials: Coming Soon

Similar Threads

  1. vBSEO 3.0.0 Gold is Here!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 55
    Last Post: 04-23-2007, 09:57 AM