vbseo sitemap for vb 3.8.0

mammu

New Member
I have already installed vbseo.
Now I need vbseo sitemap for vbulletin 3.8.0

I tried the available vbseo sitemap 2.2 from Draxofavalon but I am getting blank page for vBSEO Sitemap Settings page.
 
vBSEO Google/Yahoo Sitemap Generator

Providing Google, Yahoo, Ask sitemaps is an essential step towards improving your forums.

The "vBSEO Google Sitemaps" plugin provides a solution that allows your forum to be indexed by the Google (and also Yahoo and Ask) search engines faster, more completely, more effectively, and with less bandwidth consumption.

The ultimate goal is to help you achieve more web traffic for your forum.

Originally Posted by Google's Description of GSM
https://services.google.com/inquiry/publishertools?hl=en_US
Google Sitemaps is an easy way for you to help improve your site’s representation in the Google index. It's a collaborative crawling system that enables you to communicate directly with Google. You get a smarter crawl because you can provide Google with specific information about all your web pages, such as when a page was last modified or how frequently it changes.

Note: This plugin is fully compliant with vBSEO 3.x version. The current version is vBSEO 3.2. However, if you are running vBSEO, please upgrade to vBSEO 3.2 or greater before installing.

What does it do?

  • Auto-generates a Google XML sitemap for all of your specified forum URL types (including vBulletin Blog URLs).
  • Auto-generates a Yahoo text sitemap for all of your specified forum URL types.
  • Auto-notifies Google when a new sitemap is generated.
  • Automatically sends you a summary of the sitemap generation via email each time it is created.
  • Includes only publicly accessible forums and threads.
  • Allows Google/Yahoo to find all of your forum URLs without having to spider the forum to find the links.
  • Allows Google/Yahoo to find your forum URLs without having to account for query string and/or session ID information.
  • Allows Google to give precedence to crawling your higher priority forum pages.
  • Allows Google to give precedence to crawling your forum pages that change more frequently.
  • Allows you to conserve bandwidth by more efficiently facilitating the crawling processes for GoogleBot and Yahoo Slurp.
  • Is 100% compatible with the static CRUs (Content Relevant URLs) used by vBSEO-enabled forums.
How does it work?
Whenever it is scheduled or invoked via the URL, this plugin will generate both the Google XML formatted and the Yahoo text formatted sitemaps. If you selected "Yes" to the Google auto-notification setting, Google will be notified each time the sitemap is generated. The Yahoo sitemap must be manually submitted to http://submit.search.yahoo.com/free/request/.
  • Google Sitemap files are gzipped
  • Forum and thread pages are listed with pagination (i.e. all pages for each forums/thread are included in the sitemap)
  • Maximum Priority is set for Sticky threads.
  • Optimization for sitemap generation on large forums.
Automated Reporting Tool

The vBSEO Sitemap includes a report tool, allowing you to track your progress. To access your reports enter the following URL:

http://www.example.com/forums/vbseo_sitemap/

NOTE: Replace "http://www.example.com/forums/" with the full URL to your vB forum root.

You will be required to login by providing your "Sitemap Interface Access Password" from your vBSEO Sitemap settings in:

Once you successfully login, you will be provided with a list of 'Useful Links'. Here are the 4 main links:

Show Reports List
The 'Show Reports List' link will display a report of each time your vBSEO Sitemap generator executed, including the (1) date, (2) run time, (3) total URLs included, and (4) and change in # of URLs included from the last generation.

Each vBSEO Sitemap generation record will include a (1) "View details" and (2) "Remove record" link. The "View Details" link shows more detailed information about the sitemap generated. The "Remove record" will permanently delete the record from your reports.

Show Sitemap Downloads Log
The 'Show Sitemap Downloads Log' link will display a report of each time your vBSEO Sitemap was downloaded by either a search engine (GoogleBot or Yahoo) or by another user agent (i.e. Web browser, etc.).

The report includes the (1) date, (2) name of sitemap file downloaded, (3) Bot, (4) IP address of the downloader, and the (5) User-agent.

Each vBSEO Sitemap download record will include a "Remove record" link which will permanently delete the record from your reports.

Run Sitemap Generator
The 'Run Sitemap Generator' link will automatically regenerate your Google and Yahoo sitemaps.

Your Forums Homepage
The 'Your Forums Homepage' link is a quick link back to your forum homepage.

Additional Links
Additional links to various other related SEO resources are also included.

Installation & Configuration as a Plugin
Follow the installation/upgrade instructions provided in the docs/readme.html file.


Google Webmaster Accounts
It is NOT required for you to have a Google Webmaster account to run the vBulletin Google Sitemaps plugin. If you decide to setup an account for testing purposes you can do so here:
http://www.google.com/webmasters/sitemaps/login?sourceid=gsm&subid=us-et-about2


Copyright & Licensing

  • vBSEO Google Sitemaps plugin is copyright protected by Crawlability Inc.
  • You are free to download and install this plugin on any vBulletin forum for which you hold a valid vB license.
  • Unauthorized distribution of any code and/or documentation, whole or in part, included here is strictly prohibited.
  • In addition, the following copyright notice must be maintained.
vBSEO(TM) © 2005-2008 Crawlability, Inc.


Revision History

07/07/2008 - Version 2.2 Released
UPDATE: Compatible with vBulletin 3.7.x. Includes the following new settings:
Include Member Profile Album Pages
Include Social Groups Pages
    1. Include Social Groups Picture Pages
    2. Include Tag Pages
    3. Page Update Frequency - Album
    4. Page Update Frequency - Social Groups
    5. Page Update Frequency - Group Picture
    6. Page Update Frequency - Tags
    7. Priority - Member Profile Albums
    8. Priority - Social Groups
    9. Priority - Social Group Pictures
    10. Priority - Tags
  1. UPDATE: vBSEO Promo text no longer appears in sitemap generation notification emails if vBSEO is installed in the forum.
  2. UPDATE: vbseo_query_http() function updated to prevent Ping Fails when allow_url_fopen modification is not an option or user is running on a shared environment.
  3. UPDATE: vBSEO Ads no longer appear in the sitemap reports interface if vBSEO is installed in the forum.
  4. UPDATE: Advanced option to define the default php files extension (like php5 or html) for different vB packages.
    In vbseo_sitemap_config.php, replace:
    PHP:
    define('VBSEO_PHP_EXT', 'php');
    for:
    PHP:
    define('VBSEO_PHP_EXT', 'html');
  5. UPDATE: After a manual sitemap execution, a link back to the sitemap interface homepage is now provided.
  6. UPDATE: Sitemap updated for compatibility with the new vBSEO linkback table naming convention. It now works with both, instances where the table is named 'linkback' and 'vbseo_linkback', preventing the following dB error:
    Invalid SQL:

    SELECT t_threadid,count(*) as cnt
    FROM vb_linkback
    GROUP BY t_threadid;

    MySQL Error : Table 'linkback' doesn't exist
    Error Number : 1146
  7. FIX: Update to vbseo_getsitemap.php to prevent a syntax error that would occur under certain circumstances.
  8. FIX: Soft deleted posts would show up in the sitemap under certain circumstances.
  9. FIX: Issue in vbseo_sitemap_functions.php file that would cause the following error:
    Fatal error: Call to undefined function: vbseo_any_url() in /www/site/vbseo_sitemap/vbseo_sitemap_functions.php on line 424
  10. FIX: Username variable not being replaced for member blogs under certain circumstances.
Upgrade Instructions

(1) Follow the installation/upgrade instructions provided in the docs/readme.html file.
 
Several posts on VBSEO forums seem to indicate that there is a 2.5 version in testing but it has not yet been released. Be patient.
 
Back
Top