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 |
#332
|
||||
|
||||
Originally Posted by Budweiser View Post
Quote:
Thnx... |
#333
|
|||
|
|||
Has anybody had this issue when they run the scheduled task?
Quote:
Then I get this sql DB error... Quote:
|
#334
|
|||
|
|||
Quote:
cd /var/www/yourdomain.com/forum/vbseo_sitemap/data ln -s ./sitemap_index.xml.gz sitemap.xml.gz |
#335
|
|||
|
|||
now it works!
but when i go to google webmaster and i submit my 2 sitemaps, google said: Quote:
help! |
#336
|
||||
|
||||
Tried several times to get this installed and working on a board powered by vb 3.8.3. Followed directions as per the "read me".
Made sure I checked which files I wanted included in the sitemap, against my robots.txt file. Generated the sitemap. Info was sent to Google, and Google Sitemaps show no errors, but they also show no files, either. Clicked the link to the sitemap...error 404. Mod_rewrite is enabled by default on a shared server. I currently have an .htaccess file in the root of my domain. Added the included .htaccess file to the forum root. Files are being generated and stored in the vbseo_sitemap/data folder which was set at 777. The sitemaps are not being stored in the forum root. Even removed the .htaccess file from the forum root and added the rewrite rule to site root .htaccess file, including forums folder as path. Changed path in options of mod...still have the same issue. After about 7 tries trying to get this to work...I finally gave up. Uninstalled... |
#337
|
|||
|
|||
Quote:
I opened the file and saw that the priority tag was empty for my forumdisplay and member profile pages! Code:
<priority></priority> PHP Code:
|
#338
|
||||
|
||||
Okay...I've decided to give this one last shot. LOL!
Anyway...Followed the instructions to install for my version of vB, which is currently 3.8.3. The htaccess file in my forum root is the one that came with this mod. I didn't change a thing in the htaccess file. If it matters, I also have an htaccess file in the root of my site which basically reads this: Code:
RewriteEngine On ErrorDocument 400 http://glitchpc.com/error400.html ErrorDocument 401 http://glitchpc.com/error401.html ErrorDocument 403 http://glitchpc.com/error403.html ErrorDocument 404 http://glitchpc.com/error404.html ErrorDocument 500 http://glitchpc.com/error500.html AddType x-mapp-php5 .php I configured the vBSEO settings in my ACP and left the Sitemap Files URL field blank so that vBSEO site files will be stored in my forum root. However, that's not the case. They seem to be stored in the "data" folder. When I go to my Sitemaps Reports page and click the link to the sitemap in "Your Google Sitemap Index URL", I get an error 400 page. What am I missing here? If it matters, I'm on a shared server and my host is 1and1.com. If I had a million dollars...I'd give it to the next person who can solve this issue I'm having. |
#339
|
||||
|
||||
I corrected an issue and added seperate database support to benFF's addon for Photopost Pro:
http://www.vbseo.com/f44/sitemap-add...tml#post224775 |
#340
|
||||
|
||||
Update...
Okay...here's the thing with this mod... The sitemap is generated. I receive an email that it's been updated. I haven't configured it to automatically notify the SEs though...until I can find out what's causing this error. If you click the link, below...you'll see what I mean. Your Google Sitemap Index URL: http://glitchpc.com/forums/sitemap_index.xml.gz Again...I've followed the installation instructions to the letter. I can see the information in the data folder. The data folder has been CHMOD to 777. I've uploaded the .htaccess file to the forum's root. Originally, the sitemap was submitted to Google and, again, I receive no errors from Google regarding the sitemap. Yet...Google shows no URLs associated with it. The plus side...no URLs...no errors...LOL! Yet...the link above still isn't working. Again...I certainly would appreciate any help. I don't have vBSEO installed...so I know support is probably limited, but I'm at my wits end as to why I'm getting an error 404 page when clicking the above referenced link. Additional Update... Issue has been resolved by the great support provided at vBSEO.com. |
#341
|
|||
|
|||
Installed on a newly installed 3.8.3 with no issues, so it will work for 3.8.3
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|