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 |
#702
|
|||
|
|||
slight problem with mine here
its working fine but it creates the sitemap 5 times in about 5 mins!!! i get 5 emails in short succession saying its been updated this would be classed as bad on googles behalf wouldnt it cos it keeps repeating itself? any ideas? |
#703
|
|||
|
|||
I'm getting the email that the sitemap was generated and sent to Google. I have it generated in /vbseo_sitemap/data/ but when I log into my webmaster account and try to submit it manually, I get an error from Google saying:
"We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit." Any thoughts? |
#704
|
||||
|
||||
xtreme-mobile,
please check your scheduled task settings - make sure that you DON'T have '*' for the minutes pulldown, because it means running it every minute. agiacosa, you should submit http://yourforumsroot/sitemap_index.xml.gz file , which is accessed using mod_rewrite rule (do not submit vbseo_sitemap/data/sitemap_index.xml.gz). |
#705
|
||||
|
||||
A few things...
- The install instructions have the mod_rewrite going to sitemap.(txt|xml).(gz) but I could only get it to work by going to sitemap_index.(txt|xml).(gz), and iojam's thread above this one says to point to sitemap_index as well. Am I supposed to be seeing a "sitemap.xml.gz" file somewhere or are the instructions supposed to be saying "sitemap_index. ...."? - In vbseo_sm_vba.php I had to change the value of $vba_url to be blank to get the vBa page links working correctly. If I left it at the default, and uncommented out the next line per the instructions, I was ending up with links like "http://www.coolscifi.com/forumshttp://www.coolscifi.com/index.php?page={pagename}". My guess is that it's because the script is assuming that vBadvanced CMPS URL is set to just "/index.php" but the user is actually instructed to place the full URL in that value but either the truncated version or the full URL works fine for most people. - Also in vbseo_sm_vba.php, any chance of having the permissions of the page looked at instead of just the inactive flag? I have several pages on some of my sites that are active but are turned off to guests (for example, games & downloads that are only available to registered members) but right now the default script would pick up those pages anyway and submit them to Google/Yahoo only to get hit with a CMPS 'no permissions' error. Thanks. |
#706
|
||||
|
||||
Hello,
Quote:
^(sitemap.*\.(xml|txt)(\.gz)?)$ and it matches sitemap_index.xml.gz, sitemap_1.xml.gz, sitemap_2.xml.gz etc. The files are stored in vbseo_sitemap/data/ folder, but are linked to forums root using this rewrite rule Regarding other 2 points: sure, we'll adjust the vba add-on module code accordingly in the next vBSEO Sitemap Generator release. Thank you for feedback! |
#707
|
|||
|
|||
Installed on the omgboards.com network works great. tnx again!
|
#708
|
||||
|
||||
Quote:
Quote:
Thanks! :banana: |
#709
|
|||
|
|||
I logged into http://www.example.com/forums/vbseo_sitemap/ without supplying any password, even tried on another PC and it didn't ask for password authentication, I'm using 3.5.4, any help?
|
#710
|
||||
|
||||
Did you define a password in the AdminCP for the Sitemap Generator? (It's called "Run Code" I think.)
|
#711
|
||||
|
||||
hi
i am using 3.5.4 i intstalled generator but i have some problems firstly, http://www.xxxxx.com/sitemap_index.xml.gz is this my sitemap location? google couldn't find that and when i looked at my ftp, i didn't see anything about sitemap (txt or smth else) also is someting else needed for using this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|