Results 1 to 10 of 10

Duplicate Content due to Thread Pages? Anyone have a Fix?

This is a discussion on Duplicate Content due to Thread Pages? Anyone have a Fix? within the Analysis: Traffic & SERPS forums, part of the vBulletin SEO Discussion category; I just noticed an issue that when a 2nd page is created on my forum of any topic, it creates ...

  1. #1
    Member
    Real Name
    Jonathan
    Join Date
    Feb 2011
    Posts
    59
    Liked
    1 times

    Duplicate Content due to Thread Pages? Anyone have a Fix?

    I just noticed an issue that when a 2nd page is created on my forum of any topic, it creates a DUP-title page causing the first page to drop from SERPs as I just noticed today. Yesterday this Google Search had the 1st page sitting on the 1st page and now it is not.

    Has anyone found a solution to that or is there something I missed in VBSEO?

  2. #2
    Member
    Real Name
    Jonathan
    Join Date
    Feb 2011
    Posts
    59
    Liked
    1 times
    is this the solution in forum display?

    Code:
    <title>{vb:raw foruminfo.title_clean} <vb:if condition="$pagenumber > 1">- {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title>
    I flipped it and add it this way

    Code:
    	<title> <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $thread[prefix_plain_html] $thread[title] -$foruminfo[title] </title>

  3. #3
    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
    vb4 removed pagination for some reason. Do a search on here, there's a code snippit to replace it.

  4. #4
    Member
    Real Name
    Jonathan
    Join Date
    Feb 2011
    Posts
    59
    Liked
    1 times
    Sorry I'm running on VB3 I believe the above code I had but the page # was towards the end so Google was reading all my long title pages as being the same page. I made the Page 2+ be first as seen with the update code here (is that good?)

    Code:
    	<title> <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x] - </phrase></if>  $thread[prefix_plain_html] $thread[title] - $foruminfo[title] </title>

  5. #5
    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
    I would leave the page at the end, and instead limit the length of titles (pretty sure thats a vboption) to around 150 chars

  6. #6
    Member
    Real Name
    Jonathan
    Join Date
    Feb 2011
    Posts
    59
    Liked
    1 times
    ah okay interesting. I checked my site along major forums and they all were running it with (thread - page - forum info) like I was. So is it really a bad idea to put the page first? I don't think it will hurt it in terms of SEO but possibly distinguish to Google faster that its a second page?

    In terms of limiting the title tags, is there anyway to just limit the 2nd page title tag? If not where do I limit the title tags in general?

  7. #7
    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
    vboptions -> message posting and editing options ->
    Maximum Characters Per Thread/Post Title


    i have mine set at 85.


    I wouldn't recommend the page before the title

  8. #8
    Member
    Real Name
    Jonathan
    Join Date
    Feb 2011
    Posts
    59
    Liked
    1 times
    Thanks so 150 Characters good?

    Why not? Any reasoning? I'm all about testing to see what effect it has....just curious if you had a reasoning

  9. #9
    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
    It looks like google ...'s at 65 chars on their search results listing. It's doubtful that they store or care about much more than that. I ma even lower mine now after seeing this, to 58, so that there's room for 'page xx' at the end ( i have few threads that reach 100+ pages)

  10. #10
    Member
    Real Name
    Jonathan
    Join Date
    Feb 2011
    Posts
    59
    Liked
    1 times
    oh I don't doubt your reasoning, you are very knowledgeable. I'm just one to question what it would do if i ran them with the Page # in front? I guess there's only one way to find out by trying it for a week or a month? What do you think?

    I too will have to adjust my character count

Similar Threads

  1. Replies: 1
    Last Post: 09-23-2011, 08:34 PM
  2. Double URLS for static pages (duplicate content)
    By webdzinez in forum General Discussion
    Replies: 11
    Last Post: 11-25-2008, 04:47 PM
  3. Duplicate content - old forum thread copies on new forum, too
    By len backus in forum General Discussion
    Replies: 7
    Last Post: 08-11-2008, 11:00 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
  •