The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSEO Google/Yahoo Sitemap Generator Details »» | ||||||||||||||||||||||||||||
vBSEO Search Engine XML Sitemap 3.0 We are extremely pleased to inform the vBulletin.org community that a fully revamped version of the vBSEO Search Engine XML Sitemap (previously "vBSEO Google/Yahoo Sitemap Generator") v.3.0, is being released to all licensed vBulletin users effective immediately! Note: The NEW vBSEO Search Engine XML Sitemap 3.0 replaces all previous versions of the "vBSEO Google/Yahoo Sitemap Generator", and includes support for all the new URL types in vBulletin 4.x. New in the vBSEO Search Engine XML Sitemap v.3.0 The new sitemap alters the way data is structured in fundamental ways. Sitemap 3.0 segments different content areas into separate files, so you end up with a unique set of files per content type: forums, blogs, cms, groups, albums, members, tags, etc. In addition, the new sitemap has an extended priority feature that utilizes the built in 'weight' tool of the vBulletin XML sitemap generator for individual forums, CMS sections and articles to act as a multiplier. We believe these changes are responsible for delivering increased returns for a number of forums from customers and testers we've been tracking. Please track your own progress via your Google Webmaster tools account, Google Analytics or Gravity Insights. A Clean and Beautiful Interface The new sitemap also features a clean and beautiful interface, built from the ground up. We believe it reflects the quality, precision and attention to detail placed into each aspect of this release. We are passionate about building software, and great software is beautiful inside, and out. Overview ============================ The "vBSEO Search Engine XML Sitemap" plugin provides an easy to use solution that allows your forum to be indexed by all major search engines, including Google, Yahoo, Bing, and Ask, 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:
Compatibility ============================ Fully compatible with:
============================
============================ Whenever it is scheduled or invoked via the URL, this plugin will generate an XML formatted that search engines are able to read and parse. If you selected "Yes" to the Auto-notification setting, The 4 major search engines will be notified each time the sitemap is generated.
============================ 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:
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. 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 (Identified by the Bot's name) 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. Search Engine Bots Activity Log Use it to track Search engine activity on your sitemaps. This area displays how often, and what volume of pages search engines visit your site on a daily basis. Run Generator The 'Run Sitemap Generator' link will automatically regenerate your vBSEO Search Engine XML Site sitemaps. Additional Links Additional links to various other related Search Engine/SEO resources are also included. Click "Install" ============================ Please click "Mark as Installed" to show your support for this script. Installation, Upgrade, & Configuration ============================ Follow the installation/upgrade instructions provided in the docs/readme.html file. Webmaster Accounts ============================ It is NOT required for you to have a Webmaster account on the search engines' websites to run the plugin, however, we recommend everyone set one up for tracking purposes.
============================
Revision History ============================ 11/11/2010 - Version 3.0 Released Compatible with vB3.7.x+ and vB4.x+ NEW FEATURE: All CMS URLs are supported NEW FEATURE: Sitemap Groups by content type NEW FEATURE: Enhanced layout and design of the Sitemap Generator Control Panel NEW FEATURE: XSL Style sheet of the xml files for easier human reading NEW FEATURE: Extended Priority. Utilizes the built in 'weight' tool of the vBulletin XML generator for all content areas (Forums, Blogs, CMS, Albums, etc.) to act as a multiplier. (vb4 Suite only) Other vBSEO Plugins ============================vBSEO Affiliate Program ============================ We welcome you to join the vBSEO Affiliate Program. Download Now
Show Your Support
|
Благодарность от: | ||
Jass! |
Comments |
#52
|
|||
|
|||
I installed the script and it works great! There is however one problem. It is uploading the sitemap to the data folder and the URL to sitemaps in the admin panel is taking me to http://rooturl/sitemap.xml. How can i change it or what do i have to do so that I can make the url http://rooturl/sitemap.xml for my sitemap? Also, how do i setup a ping to google?
Thanks! |
#53
|
|||
|
|||
Anyone help me?
|
#54
|
|||
|
|||
I have hosted by Bluehost php.ini file and what is right for increase Php_Memory
|
#55
|
|||
|
|||
Is anyone respond to support on this thread?
|
#56
|
||||
|
||||
For the 3rd time:
My sitemap is being generated with no problems. But it has never been downloaded according to the Downloads log after 8 successful generations. When I click the link to the sitemap I get a 404 error. I have tested the rewrite on my server and it works fine. My webmasters tool page says that Google gets the same 404 error and cannot find the sitemap. Some help would be appreciated. |
#57
|
|||
|
|||
Quote:
2. does your server permit mod_rewrite? 3. did you customize the location of the sitemap file in the vBSEO_sitemap options in your Admin CP? 4. did you try adding the following lines BEFORE the vBSEO_sitemap lines in .htaccess: Code:
Options +FollowSymLinks RewriteEngine On RewriteBase / |
#58
|
||||
|
||||
1. did you upload the .htaccess file or add the rewrite lines to your existing .htaccess file? Yes
2. does your server permit mod_rewrite? Yes (tested) 3. did you customize the location of the sitemap file in the vBSEO_sitemap options in your Admin CP? No 4. did you try adding the following lines BEFORE the vBSEO_sitemap lines in .htaccess: Code:
Options +FollowSymLinks RewriteEngine On RewriteBase / 5. do you have any other mod_rewrite instructions in your .htaccess file? if so, ensure that only the last one ends with "[L]". No, it's the one that came with the mod. Thanks for the help, I'll report back success (or lack thereof)! Edit: Would this be correct???? Code:
Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] |
#59
|
|||
|
|||
Yes.
|
#60
|
||||
|
||||
Still 404 error.
I'm suppose to be looking for my sitemap at http://www.mydomain.com/forum/sitemap_1.xml.gz correct? |
#61
|
|||
|
|||
Check that your vbseo_sitemap\data folder has permissions set to 777.
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|