Page 5 of 6 FirstFirst 1 2 3 4 5 6 LastLast
Results 61 to 75 of 88

vBSEO 3.3.0 RC1 Released

This is a discussion on vBSEO 3.3.0 RC1 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron| vbseo_sitemap ) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo .php [L,QSA] I have a question on the "vbseo_sitemap" part of ...

  1. #61
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    I have a question on the "vbseo_sitemap" part of the update to the htaccess. If I have something already added there for another mod, does it matter what order they are in?

    Thanks
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

  2. #62
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    does it matter what order they are in?
    Nope.

  3. #63
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    Thank you
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

  4. #64
    JWL
    JWL is offline
    Senior Member JWL's Avatar
    Real Name
    John
    Join Date
    Sep 2008
    Location
    North Bay Area
    Posts
    104
    Liked
    0 times
    Upgraded just fine

    Thanks

  5. #65
    Junior Member
    Real Name
    Bill
    Join Date
    Nov 2007
    Posts
    4
    Liked
    0 times
    Quote Originally Posted by BillS View Post
    Whats the purpose of canonical URL's if vBSEO previously had link consensus and everything handled for removing duplicate content?
    I'll assume that since its been 4 days since my question, that its just a useless bloated feature thats being added in that won't help with SEO.

    Or should i assume that true link consensus wasn't achieved before, and this is here to make up for it?

  6. #66
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    32 times
    Blog Entries
    9
    Quote Originally Posted by BillS View Post
    I'll assume that since its been 4 days since my question, that its just a useless bloated feature thats being added in that won't help with SEO.

    Or should i assume that true link consensus wasn't achieved before, and this is here to make up for it?
    Hi Bill - vBSEO always had link consensus. Since this canonical attribute is such a minor addition, I would not consider it bloat. Actually - it does serve a function.

    vBSEO applies rel=nofollow on any of the sorting URLs. However, it's possible that some people may want to link externally to a sorted version of a URL.

    In this case, you can consider that the canonical attribute will actually ensure that Google and other search engines are aware that this is a duplicate format of the page, and where they should find the actual version to index.

    In that regard, it adds limited additional value to vBSEO, since link consensus is far more powerful, but it is complimentary when it comes to those sorting URL formats.

  7. #67
    Member
    Real Name
    Yo!
    Join Date
    Aug 2008
    Posts
    46
    Liked
    0 times
    Quote Originally Posted by Joe Ward View Post
    Hi Bill - vBSEO always had link consensus. Since this canonical attribute is such a minor addition, I would not consider it bloat. Actually - it does serve a function.

    vBSEO applies rel=nofollow on any of the sorting URLs. However, it's possible that some people may want to link externally to a sorted version of a URL.

    In this case, you can consider that the canonical attribute will actually ensure that Google and other search engines are aware that this is a duplicate format of the page, and where they should find the actual version to index.

    In that regard, it adds limited additional value to vBSEO, since link consensus is far more powerful, but it is complimentary when it comes to those sorting URL formats.
    The rel=canonical seems like a bad way to handle them, because these pages will still be indexed if someone links to them.

    I feel a better way would be to use the hash the same as showpost.php URL's are handled so engines discard the sorting strings. Like:

    #daysprune=-1&order=asc&sort=title

    Is this technically possible? Also i only just noticed, if you use a sorting URL then select page 1, 2 etc the page URL's change from the rewritten index1.html format to include the sorting query strings also.

  8. #68
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Liked
    0 times
    Blog Entries
    12
    #daysprune=-1&order=asc&sort=title
    Is this technically possible?
    Not unless we employ something like AJAX to fetch the content dynamically after pageload.
    That's because the URL part after # isn't transmitted to the server at all.

  9. #69
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    guys, what about thread prefix?

  10. #70
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    From announcement

    Other new features include LinkBack Hits, Thread Prefix Support, Guest Only Acronym Expansions, Dynamic Metas for Tag and Showpost pages, and Thread Tag Support for Relevant Replacements.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  11. #71
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    hi Mert, so there is an option for the prefix? how i can enable this feature? i checked my board but i don't see the prefix rewrited ...

  12. #72
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Hello Christian ,

    You can enable thread prefix support within config_vbseo.php

    Please check the following options
    PHP Code:
        define('VBSEO_URL_THREAD_PREFIX',      0);
        
    define('VBSEO_URL_THREAD_PREFIX_NAME'0); 
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  13. #73
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    edit: nvm it runs! anyway why this option isn't enabled by default?

  14. #74
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Because lots of users may not want to include prefixes to rewrite rules. For example i see no value adding prefix to urls.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  15. #75
    Junior Member
    Real Name
    Justin
    Join Date
    Sep 2008
    Posts
    5
    Liked
    0 times
    Quote Originally Posted by webwizzy View Post
    It makes notices display via Javascript rather than plain text. I think this is to make them unreadable by spiders and increase content-to-code ratio, as mentioned in the description.

    One side effect is that the notice doesn't display at all if a user has javascript disabled. I'll prefer to turn it off as my guest notice isn't noise, nice feature though.
    This is beautiful! I almost can't wait for GOLD for this feature alone... I always have a notice that is always up and changes on a daily basis and it really isn't relevant to the specific page content!

Page 5 of 6 FirstFirst 1 2 3 4 5 6 LastLast

Similar Threads

  1. vBSEO 2.1 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 34
    Last Post: 10-25-2005, 05:27 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 AM
  3. vBSEO 2.0 RC5 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 16
    Last Post: 08-16-2005, 03:10 AM
  4. vBSEO 2.0 RC4 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 23
    Last Post: 08-04-2005, 02:05 PM

Tags for this Thread

Posting Permissions

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