The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSEO Google/Yahoo Sitemap Generator Details »» | ||||||||||||||||||||||||||
vBulletin Google Sitemaps by vBSEO v.2.5 - vBulletin 3.7.x Download vB 3.8.x Compatible Version Here Download vB 3.6.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. Supporters / CoAuthors Show Your Support
|
Comments |
#632
|
||||
|
||||
You should set 0777 permissions for vbseo_sitemap/data/ folder.
|
#633
|
||||
|
||||
Okay, now I'm in. Followed directions to the letter. I can access it, etc. Can't actually run the generator, memory always gets exhausted. No access to the .ini file.
At any rate, the cron made a few sitemaps for me. However, when I submit to Google, it says file not found. Ok, so I'm thinking it has something to do with the .htaccess. No probs. i'll just move the bad boy to the root. NOPE. Still, file not found. bullspit, it's right there! heh. So, please, tell me, what am I doing wrong? |
#634
|
|||
|
|||
I've done that and I still get the error.
|
#635
|
|||
|
|||
Hiya,
I've been using this mod for ages now but last week my host decided to transfer my account to another server and since then I've had issues. I have .htaccess in my domain root with the following because the domain, and the parked .net domain, is set to not use the 'www.' sub Code:
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.domain\.com RewriteRule ^(.*)$ http://domain.com/$1 [R=permanent,L] RewriteCond %{HTTP_HOST} ^www\.domain\.net RewriteRule ^(.*)$ http://domain.net/$1 [R=permanent,L] Code:
RewriteEngine On RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] I've tried everything I can think of and all I have discovered is that if I delete the vBSEO .htaccess from the forum root the RewriteRule for removing the www. sub works perfectly. Can anyone help as this is starting to drive me insane. Thanks Sy |
#636
|
||||
|
||||
therogueforums,
make sure that mod_rewrite is supported: http://www.vbseo.com/f77/how-check-i...my-site-21502/ AtomicFPS, if you have any files inside data/ folder, try to set 0666 permissions for them. Sym0n, put this to the top of forums/.htaccess: Code:
RewriteEngine on RewriteCond %{HTTP_HOST} !^domain\.net RewriteRule ^(.*)$ http://domain.net/forums/$1 [R=permanent,L] |
#637
|
|||
|
|||
Does this work in 3.8?
|
#638
|
|||
|
|||
Having similar issue as Sym0n (though I am forcing a www, and he's suppressing it), and the suggested fix didn't appear to work. I have a large number of domains pointing to same site, so my forced www code in my main htaccess file (root directory, not forums root) is this:
Code:
Options +FollowSymLinks Options -MultiViews RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L] I tried adding this to the top of the htaccess in the forums directory: Code:
RewriteCond %{HTTP_HOST} !^www\. RewriteRule (.*) http://www.%{HTTP_HOST}/forums/$1 [R=301,L] Thanks! |
#639
|
|||
|
|||
I tried a more simple pairing of www. forcing to see if that would work, but I couldn't get it to work either:
in main htaccess file: Code:
RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ http://www.domain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] Code:
http://www.domain.com/forums//var/chroot/home/content/x/x/x/username/html/forums I'd love to get this to work, so any suggestions would be appreciated. If I can't get it to work, I was thinking about deep-sixing all of the htaccess masking for the sitemap data files, can I use a cron job to just move them after they are created into the root directory? If so, which files do i need to move? |
#640
|
|||
|
|||
Thanks its work.
Marek |
#641
|
|||
|
|||
Quote:
Is there anything I can try? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|