Results 1 to 12 of 12

Incorrect Home Link in Archive/Sitemap Breadcrumbs

This is a discussion on Incorrect Home Link in Archive/Sitemap Breadcrumbs within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I did a quick search for this but didn't find it. Take a look at the first link (in the ...

  1. #1
    Junior Member
    Real Name
    Chewbacca
    Join Date
    Dec 2005
    Posts
    29
    Liked
    0 times

    Incorrect Home Link in Archive/Sitemap Breadcrumbs

    I did a quick search for this but didn't find it.

    Take a look at the first link (in the default style of vBulletin's "archive") in the breadcrumbs of the archive/sitemap. It takes you to "../index.php/" which usually ends up as "[siteroot]/index.php/".

    This is not a major issue as it causes no disruption in website navigation and following rewritten links on the new "/index.php/" page usually resolves URLs to the correct ones, but it might confuse some users.

    I'm not sure how spiders react to this situation. Right now I'm assuming that they'll index it as a new page/directory (since there is no automatic 301 with vBSEO's default settings) which is a duplicate of the index page.

    ...But if there's no other reason to fix it, it'll at least look better.

    Example: http://www.vbseo.com/sitemap/[...] or any other vBSEO'd archive/sitemap.

    I've attached an image in case anyone had trouble understanding what I was pointing out. I know I'm pretty bad at explaining things.
    Attached Thumbnails Attached Thumbnails badlink.gif  
    Last edited by chewbacca; 05-27-2007 at 11:47 PM.

  2. #2
    Junior Member
    Real Name
    Chewbacca
    Join Date
    Dec 2005
    Posts
    29
    Liked
    0 times
    I forgot to mention the "fix" I'm currently using:
    Code:
    '^../index\.php/$' => '/sitemap/'
    as a custom rewrite rule. Just replace '/sitemap/' with whichever directory your archive/sitemap is. In my example, the site root is '/'.

    I hope this will automatically be applied in future versions so it doesn't take up that extra line.
    Last edited by chewbacca; 05-29-2007 at 12:55 PM. Reason: Link goes to archive/sitemap, not home.

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Thank you for reporting!
    /* NOTE: This issue has been resolved. The fix will be distributed with the next vBSEO build. */

  4. #4
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    586 times
    Good catch , thank-you for the bug report.

    As a FYI to the community, this issue appears only when running vBSEO on vbulletin 3.6.7.

  5. #5
    Member
    Real Name
    Jay
    Join Date
    May 2007
    Posts
    86
    Liked
    0 times
    I'm having this issue too, however chewbacca's fix will send the link to the homepage of the site, i would like it to go the forum index page of the sitemap....how do i do this?

    Thanks.

  6. #6
    Member
    Real Name
    Jay
    Join Date
    May 2007
    Posts
    86
    Liked
    0 times
    ok no matter this is what i put: '^../index\.php/$' => '/forum/sitemap'

    Peace

  7. #7
    Junior Member
    Real Name
    Chewbacca
    Join Date
    Dec 2005
    Posts
    29
    Liked
    0 times
    Ah, thanks JD76. This was my first time using vB's archive so I didn't realize that the top was the breadcrumbs for itself (not the "full version").

    I'll edit my post to reflect the proper usage.

  8. #8
    Junior Member
    Real Name
    Jonathon White
    Join Date
    May 2007
    Posts
    5
    Liked
    0 times
    I noticed this bug aswell, but to late that I now have to duplicate pages in google. Thanks alot vbSEO. I thought this software was surpose to benefit your site with SEO and not to produce duplicate content. The worst part about it is that it is actually duplicating the homepage which is the main page.

    So where do I put: '^../index\.php/$' => '/forum/sitemap'

    Do I put it in the htaccess file, the vbseo control panel, edit my vbulletin scirpts or what. I don't quite understand. I need to do this really quick to get rid of the duplicate page which has already damaged my rankings a little.

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    you should put that in Custom Rewrite Rules option in vbseocp.

  10. #10
    Junior Member
    Real Name
    Jonathon White
    Join Date
    May 2007
    Posts
    5
    Liked
    0 times
    Thanks, I have now sorted the problem.

  11. #11
    Junior Member
    Real Name
    Tom
    Join Date
    Jan 2007
    Posts
    18
    Liked
    0 times
    I've the same problem with vb 3.6.7 and I've solved with:
    '^../index\.php/$' => '/sitemap/'

    I've not understood one thing: why do you put double dots in front of index\.php? isn't index.php the root URI?

    I expected the ereg to be
    '^index\.php/$' => '/sitemap/'

  12. #12
    Junior Member
    Real Name
    Chewbacca
    Join Date
    Dec 2005
    Posts
    29
    Liked
    0 times
    The vB archive uses "../index.php/" so I rewrote only that. If you used "index.php/" I'd expect it to rewrite your link to lead to "/sitemap/sitemap/".

    I hope that makes sense.

LinkBacks (?)


Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 07:10 PM
  2. Google Now Reporting Anchor Text Phrases
    By Eros in forum General Discussion
    Replies: 4
    Last Post: 02-11-2009, 03:42 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
  •