Page 1 of 6 1 2 3 4 5 6 LastLast
Results 1 to 15 of 77

Meta description and Tag title duplicated growing

This is a discussion on Meta description and Tag title duplicated growing within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi all; meta description and tag title duplicates are growing every day for my website (intotheapple.com). What might be the ...

  1. #1
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times

    Meta description and Tag title duplicated growing

    Hi all;
    meta description and tag title duplicates are growing every day for my website (intotheapple.com).

    What might be the problem?

    Thank you!

  2. #2
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hi,

    The issue seems to be related to a missing part in the HTML 'title' tag (page number for those threads and forums that contain more than one page of posts and treads, respectively). Please make sure that the page number has been added to HTML 'title' tag in your SHOWTHREAD template.

    You likely have this in your template:

    <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}</title>


    If so, then you must change that code to:

    <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}<vb:if condition="$pagenumber > '1'"> - {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title>


    Regarding the problem with duplicated meta descriptions, have you been using 'stop words' functionality for some time now?, do your users change thread titles often?. These could be both causes of the problem.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  3. #3
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    What I have in the SHOWTHREAD template is this:
    Code:
    <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}<vb:if condition="$pagenumber > '1'"> - {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></title>
    What's the Stop Words functionality?

    About thread titles: we do change them quite often, especially when a question was solved we usually add [SOLVED] at the beginning of the title…

  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
    You should really consider using prefixes (and not using them in rewrites) for thread marking so the url doesn't change.

    stop words removes stuff like 'a' 'and' and other common words from the url. As you can see on this thread, 'and' was removed because it is a stop word.

  5. #5
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    Thank you!

    How can I use prefixes? Will that change the existing urls or just the new ones?

    How can I activate stop words? Is it included in vbseo?

    Thanks again!

  6. #6
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hi Lorenzo,

    Quote Originally Posted by lovecraft22 View Post
    How can I use prefixes? Will that change the existing urls or just the new ones?
    There's a function called "Thread Prefixes" inside Admin CP at the left pane navigation, however this is more a vBulletin-related question than a vBSEO one. Please contact vBulletin support for better assistance on this matter


    Quote Originally Posted by lovecraft22 View Post
    How can I activate stop words? Is it included in vbseo?
    It is enabled by default. You can find a setting with some pre-defined samples within vBSEO CP, which will allow you to set your custom stop words:

    vBSEO CP -> SEO Functions -> Stopword Filtering
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  7. #7
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    Thank you Andres;
    I'll ask the vBulletin support for what concerns the Thread Prefixes.

    About stop words: what happen if i add another word to my list? Will old URLs change or just the new ones will?

  8. #8
    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 is 'real time' so yes, it will effect all urls.

  9. #9
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    That means I will lose mi indicization, right?

  10. #10
    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
    yes, but they will auto 301

  11. #11
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    So, if someone would find what was named "meta and tag duplicated" on google which is now named "meta tag duplicated", click on the first one would redirect on the second, is that right?

    No problem would be caused on search engine positioning?

  12. #12
    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
    as you can see, if we put 'and' back in the url, we still end up at this thread.
    Code:
    http://www.vbseo.com/f2/meta-description-tag-and-title-duplicated-growing-49859

  13. #13
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    Great, thank you!

  14. #14
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    From the days I started this topic those values have increased by 500 with 15 new topics opened only.

    Are you sure the problem may be that one?

  15. #15
    Member
    Real Name
    Lorenzo
    Join Date
    Feb 2011
    Posts
    94
    Liked
    0 times
    Some of the duplicated tags:

Page 1 of 6 1 2 3 4 5 6 LastLast

Similar Threads

  1. Duplicated Content And Duplicated Meta (Please Help)
    By KaRiMoO in forum General Discussion
    Replies: 3
    Last Post: 11-12-2010, 02:32 AM
  2. thread title in meta description
    By webexit in forum General Discussion
    Replies: 5
    Last Post: 03-02-2009, 11:49 AM
  3. Relevant Meta Description, Title & Keywords
    By Aceville in forum Troubleshooting
    Replies: 1
    Last Post: 11-22-2007, 05:49 AM
  4. 'META DESCRIPTION' with $threadinfo[title]
    By cellow in forum General Discussion
    Replies: 2
    Last Post: 05-28-2007, 05:23 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
  •