The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x Details »» | ||||||||||||||||||||||||||||
vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, 3.5.x & 3.0.x
Developer Last Online: Dec 2011
vBSEO Google/Yahoo Sitemap Generator - vBulletin 3.5.x Download vB 3.8.x Compatible Version Here Download vB 3.7.x Compatible Version Here Download vB 3.6.x Compatible Version Here Download vB 3.0.x Compatible Version Here Note: Version 2.5 replaces all previous versions of the vBSEO Google/Yahoo Sitemap Generator, and now includes support for all the new URL types in vBulletin 3.8.x. Overview ============================ 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. Quote:
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. Compatibility ============================ Fully compatible with:
============================
============================ 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/.
============================ 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:
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. Click "Install" ============================ Please click "Install" to show your support for this script. Installation & Configuration for vB 3.5.x, 3.6.x, 3.7.x and 3.8.x 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 ============================
Revision History ============================ 02/22/2009 - Version 2.5 Released NEW FEATURE: Blog tags URLs are included. NEW FEATURE: Social Group Discussion URLs are included. NEW FEATURE: Smart Priority applied for the following URL types
Upgrade Instructions ============================ (1) Follow the installation/upgrade instructions provided in the docs/readme.html file. (2) For versions of 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. Other vBSEO Plugins ============================vBSEO Affiliate Program ============================ We welcome you to join the vBSEO Affiliate Program. Supporters / CoAuthors Show Your Support
|
Comments |
#1362
|
||||
|
||||
Quote:
Google, no, the system notifies Google automatically for you. |
#1363
|
||||
|
||||
is there a newer version for 3.6.4?
forgive me if this question has been answered already, but there is no way to search the forums by JUST typing in 3.6 |
#1364
|
|||
|
|||
Yes it's working fine on 3.6.4,
|
#1365
|
|||
|
|||
I installed this product on 3.6.4 with no problems whatsoever,
I have installed vbulletin in /forum folder and I'm also running vbadvanced in the root, to get this to work properly there's only one change that had to be done in the .htaccess file. You need to add these lines to your .htaccess file in your public_html root not your forum root, public_html/.htaccess file should have these two lines: Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
If you have installed your vbulletin forum in your public_html root then you don't need any modifications to be made. the included .htaccess file will work just fine. when you go to google to add your site you need to add the domain and not the domain + forum folder, so yours will look like this: Code:
http://www.yourdomain.com Now you wanna add your site map enter this line but replace "yourdomain.com" with your own address: Code:
http://www.yourdomain.com/sitemap_1.xml.gz Code:
http://www.yourdomain.com/forum/vbseo_sitemap/sitemap_1.xml.gz also would help to mention that this works for 3.6.x as well, Thank you for sharing this wonderful mod. |
#1366
|
||||
|
||||
caliman,
please check that data/hits/ folder has permissions set to 0777. If it still doesn't work, please open a support ticket at vbseo.com (since this feature works on vBSEO-enabled forums only). Cloudrunner, quadinfotech thank you for your contribution! |
#1367
|
||||
|
||||
Quote:
The reason is that if you set your URL amount to split at say 20,000 links (default option) then you will have up to three files, sitemap_1.xml.gz, sitemap_2.xml.gz and sitemap_3.xml.gz if you have more than 20,000 URLs in your sitemap up to a total of the 50,000 URLs allowed by Google. The sitemap_index.xml.gz tells google where to find the rest of the files after the split has occured. As well, even if you only have one file, it will still point google to the correct file location. |
#1368
|
||||
|
||||
Not a problem. I had a hell of a time getting this to work 100% and can only hope that it helps out other folks.
CR |
#1369
|
||||
|
||||
Does this add on work well with PHP5.2?
|
#1370
|
||||
|
||||
Quote:
|
#1371
|
||||
|
||||
Yes, but only if you put vbseo_sitemap folder off of your /forum/ directory.
i.e. /forum/vbseo_sitemap/ if you use Cloudrunner's setup then no, it does not need that change. The remaining part is incorrect as Cloudrunner pointed out. It should point to sitemap_index.xml.gz. You will experience no problems with sitemap_1.xml.gz, as long as you set you do not have multiple files to upload. On a different note - this unfortunatelly does not work for Y! as when the Y! tries to grap http://www.yoursite.com/vbseo_sitema...sitemap.txt.gz It gets redirected to http://www.yoursite.com/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 Of course, if you rename the file sitemap.txt.gz (to say yahoo.txt.gz) and move it to root (or at least out of the vbseo_sitemap folder), than submit that file - Y! will happily accept it. I think... Finally, there is a problem with using vBAdvanced pages. That is, when following Cloudrunner's notes, regular vBA pages are submitted without the root URL For example: Code:
<url> <loc>index.php?pg=bmr_calc</loc> <priority>1</priority> <lastmod>2006-12-17T19:32:05+00:00</lastmod> <changefreq>daily</changefreq> </url> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|