The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSEO Search Engine XML Sitemap 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
Screenshots
Supporters / CoAuthors Show Your Support
|
21 благодарности(ей) от: | ||
Baja, ChriDevelop, Chuta, crazyboy1661, DEGE, furnival, gsmlover4u, Ig@r, Life Revived, LOGECT, mohammadxxx, muratcan25, Perrier Sophie, Qima, RichieBoy67, samergains, simba6666, Skaut, Teascu Dorin, tonym, xrvel |
Comments |
#112
|
|||
|
|||
Quote:
Code:
General HTTP error: 404 not found 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. It shows Code:
Forbidden You don't have permission to access /vbseo_sitemap/data on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
#113
|
|||
|
|||
Hi there,
I also have problems with this. vBSEO isn't installed, so I disabled the first option. The directory where the files should be stored has permissions 0777. But nothing is saved, but the generator has the meaning »Sitemap created«. What do I do wrong? Best regards L.R. |
#114
|
|||
|
|||
I am also having the same issue as Jigsaw. I have the directory chmod at 777, the .htaccess file has the rule at the top of the file, my host supports apache mod_rewrite, I have the option vbseo installed set to no, and I have generated the sitemap and when I go to the links it provides for the sitemaps it says 404 Not Found, submitted them to google and get the same from google. What is missing in this equation? Do I not have something right?
|
#115
|
|||
|
|||
hi
first, thanks for best sitemap generator plugin second i put my config.php above public_html forum working fine but VBSEO sitemap generator got this error Code:
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/config.php:5) in [path]/vbseo_sitemap/index.php on line 43 Code:
Cannot run sitemap generator directly: you should be logged in to do this. |
#116
|
|||
|
|||
finally i find solution for this problem
if you moving your config.php away you need edit index.php in vbseo_sitemap folder Open index.php and find : Code:
include getcwd().'/includes/config.'.VBSEO_PHP_EXT; Code:
require '/YourNewPath/config.'.VBSEO_PHP_EXT; |
#117
|
||||
|
||||
Quote:
I see one link at the top-right, which leads to my sitemap_index file.. |
#118
|
|||
|
|||
very nice thanks
|
#119
|
|||
|
|||
Hi, i upgrade from 2.6 to 3.0, now if i click on the Sitemap Index -> http://www.mysite.com/forum/sitemap_index.xml give me this error :
Code:
Forbidden You don't have permission to access /forum/sitemap_index.xml on this server. Code:
Sitemap file not found Can someone help me? thank's so much !! |
#120
|
|||
|
|||
Quote:
Code:
http://www.MYSITE.com/sitemap_index.xml.gz http://www.MYSITE.com/sitemap_forum_1.xml.gz http://www.MYSITE.com/sitemap_archive_1.xml.gz http://www.MYSITE.com/sitemap_group_1.xml.gz http://www.MYSITE.com/sitemap_member_1.xml.gz http://www.MYSITE.com/sitemap_tags_1.xml.gz |
#121
|
|||
|
|||
Hello ! Please, after instaled, returned error for RUN GENERATOR
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|