The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSEO Google/Yahoo Sitemap Generator Details »» | ||||||||||||||||||||||||||
vBSEO Google/Yahoo Sitemap Generator - vBulletin 3.6.x Download vB 3.8.x Compatible Version Here Download vB 3.7.x Compatible Version Here Download vB 3.5.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. Show Your Support
|
Comments |
#602
|
|||
|
|||
no no...now are all ok :-)
|
#603
|
|||
|
|||
sorry if this has been asked already and covered, but can someone briefly explain the differences between this and the vbseo that costs $149?
|
#604
|
||||
|
||||
Quote:
but vbseo actually converts all your links on vbulletin to be keyword rich... instead of showthread.php...blablabla this time it would be example www.domain.com/forum/threadnumber/something.html which makes google and yahoo crawler index your pages higher because of the keywords that's the difference That's a rough explanation but check vbseo.com for more info |
#605
|
|||
|
|||
Thanks for info, im just trying to weigh up wether it will be worth getting the £149 vbseo
|
#606
|
|||
|
|||
i can run the page but when i klick on run the sitemap genarator i get many errrors
|
#607
|
|||
|
|||
Quote:
IMHO... I have two sites, one with vbseo and this and one with just this. Being 100% honest Vbseo doesn't make a huge difference other than you can administer settings and monitor your site a lot easier. If you would have to struggle to afford it I wouldn't bother but if you have spare ?s go for it. It does have a lot of handy features. |
#608
|
|||
|
|||
I have vbadvanced installed in the root, so I setup the .htaccess to include /forums/ in it. I can access the xml.gz files just fine from the root, but when I try and access urllist.txt.gz, I get a "The webpage cannot be found" error. The urllist.txt.gz file exists in data just like the .xml.gz files.
http://www.broncosforums.com/sitemap_index.xml.gz works ok http://www.broncosforums.com/urllist.txt.gz results in page not found My .htaccess in the root (not forums folder) is: Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Also, as I am using vBadvanced, I put vbseo_sm_vba in the addon generator modules and changed the sitemap file URLs to http://www.broncosforums.com. Is there anything else I should do to include my vBadvanced page in my sitemap? Do I need to add anything to the extra-urls.txt file? |
#609
|
||||
|
||||
just77me,
make sure that you set 0777 permissions for data/ folder. tnedator, you should use this rewrite rule: RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] |
#610
|
||||
|
||||
I got something similar as Tnedator.
I also have vBA (3.0 RC2) installed and have a .htaccess in my web-root folder like this: Code:
RewriteEngine On RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /bbs/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] Now google sees my sitemap and the url list, no problem. But in the ACP under "vBSeo Sitemap Reports" when I look there it says my homepage is: www.myforums.org/bbs whilest it should be www.myforums.org. Also it says "Your forums sitemap index url: www.myforums.org/bbs/sitemap_index.xml.gz which also should be www.myforums.org/sitemap_index.xml.gz. How do i fix it so vbSeo is displaying the correct url's? By the way, does this make any difference if google is getting the sitemap in good order? Or should I better point the sitemap to the /bbs folder so move my .htaccess file? |
#611
|
||||
|
||||
Got another question, how do I use the vbseo_sm_vba.php? Or is that being used automatically? I removed both the // in front of this line:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|