Results 1 to 5 of 5

Google takes thread information from similar threads

This is a discussion on Google takes thread information from similar threads within the General Discussion forums, part of the vBulletin SEO Discussion category; When you are viewing SERPs you may see something like this: "6 posts - 5 authors - Last post: 26 ...

  1. #1
    Member
    Real Name
    ploph1x
    Join Date
    Jul 2008
    Posts
    55
    Liked
    0 times

    Google takes thread information from similar threads

    When you are viewing SERPs you may see something like this:
    "6 posts - 5 authors - Last post: 26 Sep 2009"

    Somehow google take the date from a thread in "similar threads" and type it's date in SERPs instead of the original thread's date.

    So for example, if you have posted a new thread and it was indexed in the last 24 hours and in "similar threads" there was a thread from 2007 then google will think that the page is from 2007 and will use this information in SERPs.

    I really don't want to remove the similar threads option.

    please help me to solve this issue, thanks.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Unfortunately, this is out of our control. Hopefully Google will realize their mistake and fix their algorithm.

  3. #3
    Member
    Real Name
    ploph1x
    Join Date
    Jul 2008
    Posts
    55
    Liked
    0 times
    How do you explain that this issue isn't occur here?
    http://www.google.com/search?hl=en&s...=&oq=&gs_rfai=
    As I am typing this now I see "12 hours ago".

    When I post a new thread in my forums and Similar Threads are displayed, then I am receiving an incorrect time.
    e.g: http://www.satla-zone.co.il/forums/f201/t118872/ - Google Search
    ^ This thread was posted today, displays "11 March" instead of "X hours ago" because of the first result in similar threads.

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Again, this is out of our control. Google adds this automatically based on their own renderings or readings of the page. There's no setting or anything else we nor you can do to change this.

  5. #5
    Junior Member
    Real Name
    avalanch
    Join Date
    Dec 2009
    Posts
    12
    Liked
    0 times
    There is a fix to remove the date for similar threads.

    goto Style Manager
    Show Thread Templates
    Showthread_similarthreads

    Find and remove

    Code:
    <td class="thead" width="20%">$vbphrase[last_post]</td>
    Adjust the width for the remaining td's (I would give each td an extra 5% width to balance things out)

    and the end result would look like this.

    Code:
    <td class="thead" width="45%">$vbphrase[thread]</td>
        <td class="thead" width="20%" nowrap="nowrap">$vbphrase[thread_starter]</td>
        <td class="thead" width="25%">$vbphrase[forum]</td>
        <td class="thead" width="10%">$vbphrase[replies]</td>

    and then save and goto
    showthread_similarthreadbit
    find and remove

    Code:
    <td class="alt1" align="$stylevar[right]"><span class="smallfont">$simthread[lastreplydate] <span class="time">$simthread[lastreplytime]</span></span></td>

Similar Threads

  1. Move linkbacks under similar threads
    By popowich in forum LinkBacks
    Replies: 14
    Last Post: 09-06-2011, 03:33 AM
  2. Replies: 11
    Last Post: 07-31-2009, 09:45 AM
  3. Remove title text from similar threads
    By woostar in forum vBSEO Features Archive
    Replies: 3
    Last Post: 06-18-2009, 10:53 AM
  4. best similar threads and more thread by user?
    By FIM in forum General Discussion
    Replies: 9
    Last Post: 06-08-2009, 10:05 PM
  5. Linking to Forums and Members in Similar threads
    By tavenger5 in forum General Discussion
    Replies: 1
    Last Post: 11-27-2008, 08:51 AM

Posting Permissions

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