Page 1 of 4 1 2 3 4 LastLast
Results 1 to 15 of 59

vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible

This is a discussion on vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Hi everyone, vBSEO 2.2.0 has been officially released. This is an extremely important release - In addition to adding an ...

  1. #1
    vBSEO Staff Array Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,277
    Liked
    612 times

    vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible

    Hi everyone,

    vBSEO 2.2.0 has been officially released. This is an extremely important release - In addition to adding an advanced new SEO feature called "Relevant Replacements", it is also fully compatible with the "vBSEO Google/Yahoo Sitemap Generator" plugin/mod we just released today at vbulletin.org!

    Relevant Replacements is probably vBSEO's most exciting new feature since our Custom Rewrite Rules - We expect that the majority of our customers will want to try out this new feature immediately!

    In addition, we have once again made improvements to performance particularly geared towards larger and more active forums.




    Next 3 Featured Forums for the vBSEO Homepage
    We will soon be featuring 3 new forums on the www.vbseo.com homepage. The criteria for selection is forums that have achieved significant SEO improvements since implementing vBSEO (i.e. more web traffic, high rankings for keywords, increased AdSense revenue, etc.). To be considered, you must post a thread within our vBSEO Reviews forum.
    Here is a summary of updates included in vBSEO 2.2.0:

    (1) NEW FEATURE: Relevant Replacements - The new relevant replacements feature can be enabled from within your vBSEO Admin CP.

    The Relevant Replacements feature is a significant step forward in boosting the relevancy of vBSEO-enabled pages by giving the forum admin the ability to insert combinations (i.e. phrases) containing various highly relevant content anywhere they want in their vBulletin templates. This is a very powerful feature, especially for more advanced SEO professionals.

    Relevant phrase patterns are created within the vBSEO Admin Control Panel in the "Define Relevant Replacements" section.

    The relevant phrase patterns can be constructed using any of the following replacement patterns along with plain text:
    • [thread_title] - For showthread, showpost, and printthread pages it will contain the title of the thread.
    • [forum_description] - For forumdisplay, showthread (etc) pages, it will contain the forum description.
    • [forum_title] - For forumdisplay, showthread (etc) pages, it will contain the title of the forum.
    • [bb_title] - For any vBSEO rewritten page, it will contain the title of your forum as defined in your vBulletin Admin CP.
    • [default_keywords] - For any vBSEO rewritten page, it will contain the basic forum keywords as defined in your vBulletin Admin CP.
    • [first_post_X_words] - For showthread, showpost, and printthread pages it will contain the first X words of the actual post. Note: The X is replaced in order to indicate the # of words you want to use in the replacement pattern. Example: [first_post_10_words] would take the first 10 words from the post to be used in the relevant replacement pattern.
    The replacement patterns can be used in any combination to construct relevant replacement phrases that will be inserted by vBSEO into any of your templates in which you insert a corresponding comment tag in the format of <!--VBSEO_PHRASE_X-->.

    The X is replaced by a # corresponding to the replacement pattern you created in your vBSEO Admin CP. Example:

    Replacement Patterns

    PHP Code:
    [thread_titleat the [forum_titlewithin the [bb_title]
    [
    thread_title]: [first_post_10_words
    • The [thread_title] at the [forum_title] within the [bb_title] replacement pattern would replace the <!--VBSEO_PHRASE_1--> tag whereever it occurs in any of your templates.
    • The [thread_title]: [first_post_10_words] replacement pattern would replace the <!--VBSEO_PHRASE_2--> tag whereever it occurs in any of your templates.
    After creating the above replacement patterns, the admin would insert the <!--VBSEO_PHRASE_1--> and <!--VBSEO_PHRASE_2--> tags into their vBulletin templates in *any* place they wish vBSEO to apply the relevant replacement content.

    Note: We expect you all, with the exception of a few of our vBSEO gurus, to have some questions about this feature. As always, feel free to ask away and the Crawlability team, our moderators, and your fellow vBSEO users will help you to get started!

    FYI This feature was developed based on suggestions provided by Michael Brandon (T2DMan) in the following post: http://www.vbseo.com
    (2) NEW FEATURE: vBSEO Google/Yahoo Sitemap Generator is now fully supported. The vBSEO Sitemap was released at vBulletin.org for vBulletin 3.5.x (plugin) and 3.0.x (mod).

    Please see the release notes for more information:
    http://www.vbulletin.org/forum/showthread.php?t=100435

    (3) UPDATE: 'Image Size Attributes' feature upgraded to allow for images within sub-directories up to 2 levels deep from forum root.
    (4) UPDATE: When search engine bots encounter links with a custom page size parameter (pp=x), they will be 301 redirected to the URL version without the pp parameter to avoid duplicate content.
    (5) UPDATE: When search engine bots encounter links with highlight=keyword in the query string, they will be 301 redirected to the URL version without the highlight parameter.
    (6) UPDATE: When search engine bots encounter links with parameters such as "sort", "order", "daysprune" in the query string, they are automatically 301 redirected to a URL version without the query string.
    (7) UPDATE: When the thread page requested is higher than the total number of pages for the thread, it is automatically 301 redirected to the last page of the thread.
    (8) UPDATE: The XML plugin installation file has been renamed to crawlability_vbseo.xml.
    (9) UPDATE: Improved SQL query optimization for forums running mySQL 4.x versions.
    (10) UPDATE: Added a new memory cleanup function which prevents an Apache segmentation fault error from occurring from some highly active forums/servers when submitting a new thread via newthread.php.
    (11) UPDATE: Removed a function that would display the default folder image icon for smilies that refer to images that do not exist on the server (due to typos, etc.).

    (12) FIX: Link to thread being viewed by users in "Who's Online" list resolving to wrong page of the thread when clicked.
    (13) FIX: Problem with vBA Galleries links located below forum root related to gallery sort order.
    (14) FIX: Error with thread link for last poster in thread.
    (15) FIX: vBA Gallery anchor link with double slash.
    (16) FIX: Error when vbroot is entered in the vB Admin CP with a trailing slash.
    (17) FIX: Ampersand (&) character in thread titles being replaced by "and" in the CRUs even when "and" is listed as a stopword.
    (18) FIX: Archive links not rewritten for forums that were using the full URL within the archive.
    (19) FIX: Invalid link for "more replies below the current depth" when using the "threaded view".
    (20) FIX: Bug with double quotes in rewritten Javascript links.
    (21) FIX: Format of link causing XHTML 1.0 Transitional validation to fail.
    (22) FIX: Disabling archive rewriting in some forums caused the vB archive to stop working (404 error).
    (23) FIX: Attachment links in post editting under Additional Options contained an error.
    (24) FIX: <base> tag not recognized by Opera browsers when using AJAX features (newreply.php).

    Download Location: All Licensed users may download vBSEO 2.2.0 from their User Control Panel at the http://www.vbseo.com forums. Under the "Miscellaneous" section, there will be a link to "Download vBSEO".

    vBSEO Downloads: http://www.vbseo.com/downloads/
    Install Instructions:
    (1) Close your forums via your admincp
    (2) Remove the vBSEO 2.x Plugin via your admincp
    (3) Install vBSEO as a product by uploading 'product-crawlability_vbseo.xml'
    (4) Backup your .XML settings file (through 'forums/vbseocp.php')
    (5) Upload all the files in the '/upload' folder
    (6) Restore your previous settings by uploading your backup .XML file
    (7) Re-open your forums

    Note: Steps 2, 3, 4 and 6 are for upgrades only and are not required when you are installing vBSEO for the first time.


    Last edited by Juan Muriente; 11-09-2005 at 01:05 AM.
    Juan Muriente / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  2. #2
    vBSEO Staff Array Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,277
    Liked
    612 times

    vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible

    Discuss the announcement 'vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible' in this thread.

    Note: Please do not post bug reports, copyright concerns, or price issues on this thread.
    Juan Muriente / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member Array
    Real Name
    Tyler
    Join Date
    Sep 2005
    Location
    North Carolina
    Posts
    49
    Liked
    0 times
    never mind..just had to configure it first

    Loving it, now off to get the vBSEO Google/Yahoo sitemap
    Last edited by TyleR; 11-09-2005 at 01:15 AM.

  4. #4
    Senior Member Array acers's Avatar
    Real Name
    Ajay
    Join Date
    Jul 2005
    Location
    India
    Posts
    508
    Liked
    0 times
    grt.. downloading

  5. #5
    Senior Member Array
    Real Name
    Bob
    Join Date
    Sep 2005
    Posts
    127
    Liked
    0 times
    That's great news Juan, Sounds like you and the crew have been working hard to brings us a new and Improved version of vBSEO!
    I may download it tonight and play around a little.

  6. #6
    Junior Member Array
    Join Date
    Sep 2005
    Posts
    19
    Liked
    0 times
    Good New indeed.
    HotWebHostingTalk - Hot Place for a web hosting discussions.

  7. #7
    Senior Member Array BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,491
    Liked
    8 times
    Installed and working good so far

  8. #8
    Junior Member Array
    Join Date
    Aug 2005
    Posts
    26
    Liked
    0 times
    Woot

  9. #9
    Senior Member Array
    Real Name
    TundraSoul
    Join Date
    Oct 2005
    Location
    Clovis, CA
    Posts
    176
    Liked
    1 times
    Toast *.*

  10. #10
    Senior Member Array MentaL's Avatar
    Real Name
    MentaL
    Join Date
    Oct 2005
    Location
    Wales
    Posts
    427
    Liked
    8 times
    Installed and installed the sitemap option.

  11. #11
    Member Array MrNase's Avatar
    Real Name
    Dominik H.
    Join Date
    Aug 2005
    Location
    Germany
    Posts
    33
    Liked
    0 times
    Installed and running great as always! Thank for this release!

    Now, Iam off to install the sitemap plugin


    Meh.. the sitemap plugin error really annoys me :(
    Last edited by MrNase; 11-09-2005 at 09:25 AM.

  12. #12
    ADM
    ADM is offline
    Senior Member Array ADM's Avatar
    Real Name
    Peter Papadopoulos
    Join Date
    Aug 2005
    Location
    Perth, Australia
    Posts
    254
    Liked
    0 times
    Works nicely Thanks!

  13. #13
    Senior Member Array
    Join Date
    Nov 2005
    Posts
    139
    Liked
    0 times
    how to update for 3.0.x ?

  14. #14
    Member Array
    Real Name
    aacircle
    Join Date
    Nov 2005
    Posts
    82
    Liked
    0 times
    Am trying to edit the .htaccess file in /forum. Anyone know how this can be done? My FTP program, Dreamweaver and FrontPage don't see this file.

  15. #15
    Senior Member Array Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Lots of upgrading and installing for me today.
    This went practically perfect, one little change to .htaccess file and i was away!

Page 1 of 4 1 2 3 4 LastLast

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. Replies: 0
    Last Post: 12-17-2005, 01:11 PM
  3. vBSEO Google/Yahoo Sitemap v.1.4/1.5 Released
    By Oleg Ignatiuk in forum General Discussion
    Replies: 12
    Last Post: 12-13-2005, 03:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •