Results 1 to 14 of 14

Duplicate Description

This is a discussion on Duplicate Description within the General Discussion forums, part of the vBSEO SEO Plugin category; In the description meta tags I keep getting: Forum - Forum Description. How can I stop the "Forum -" part ...

  1. #1
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times

    Duplicate Description

    In the description meta tags I keep getting:

    Forum - Forum Description.

    How can I stop the "Forum -" part from showing up?

  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
    vBSEO doesn't add this. Check your headinclude tempalte.

  3. #3
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    Non-vBSEO:
    <meta name="description" content="Introduce yourself to the community here!" />

    vbSEO

    <meta name="description" content="Introduction - Introduce yourself to the community here!
    " />

  4. #4
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    I don't see anything in headinclue that would be adding it.

    Also I notice that forums not running vBSEO lack it the Forum_Title - part.

  5. #5
    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
    Hello Alan,

    You can disable the "Replace the 'META DESCRIPTION' Content?" setting within:

    vBSEO CP -> SEO Functions -> Dynamic META TAGS
    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


  6. #6
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    All I want to do is remove the "FORUM_TITLE -" portion. Is that all that will happen if I disable that option?

  7. #7
    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
    No, it will add as well a more extensive meta description to your static pages. What makes that option is precisely to short your meta description tag for your forumdisplay and showthread pages.

    If you only want to delete the forum name from your meta description tag, please edit your vbseo/includes/functions_vbseo.php file:

    Find:
    PHP Code:
    $desc_content $fi['title'] . ($_GET['page'] ? ', '.construct_phrase($vbphrase['page_x'],$_GET['page']) : '') . (isset($fi['description'])?' - ' $fi['description']:''); 
    Replace with:

    PHP Code:
    $desc_content $fi['description']; 
    Please note that we officially *don't support* modifications to vBSEO source code, so, use it at your own risk, and only in your vBSEO instance.
    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


  8. #8
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    Thank you very much for taking the time to explain how to accomplish that.

    Worked perfectly.

  9. #9
    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
    You're welcome Alan .
    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


  10. #10
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    Only issue is that I spotted in Webmasters the Page numbering stopped work.

    I tried to hack my headinclude but I guess vBSEO takes over headinclude as no matter what I put for description I guess vBSEO rewrites it and makes the headinclude version null?

  11. #11
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    I ended up commenting out that line completely and letting headinclude do it with IF statements.

    Am I missing something obvious that I could have broke doing that? I went through all the pages and descriptions seem good.

  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
    vbseo re-writes the meta tags, optionally. You can disable this feature if you wish.


    vbseo-control-panel-vbseo-v.3.5.2_1291099457136.jpg

  13. #13
    kau
    kau is offline
    Senior Member
    Real Name
    Alan
    Join Date
    Aug 2006
    Posts
    104
    Liked
    0 times
    Sorry Brian but not quite relevant to the conversation. My question had to do with commenting out a single line and it's relation to the description meta.

  14. #14
    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
    You can replace the line you commented with:

    PHP Code:
    $desc_content = (isset($fi['description'])?'' $fi['description']:'') . ($_GET['page'] ? ', '.construct_phrase($vbphrase['page_x'],$_GET['page']) : ''); 
    So if you are on the first page of a forum, you'll see the meta description like this:

    HTML Code:
    <meta name="description" content="Main Forum Description" />
    And, if you are on a second page, you'll see the meta description like this:

    HTML Code:
    <meta name="description" content="Main Forum Description, Page 2" />
    Is that what you want to achieve?.
    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


Similar Threads

  1. Replies: 11
    Last Post: 04-07-2012, 06:26 AM
  2. Duplicate meta tags for keywords and description
    By RaptureForums in forum General Discussion
    Replies: 5
    Last Post: 07-05-2009, 05:41 PM
  3. help.. google duplicate tags description
    By m7shsh in forum Troubleshooting
    Replies: 7
    Last Post: 03-10-2009, 11:15 PM
  4. Duplicate meta description on tags page
    By bin_asc in forum Troubleshooting
    Replies: 4
    Last Post: 12-02-2008, 02:12 PM
  5. Duplicate RR Settings In Meta Description
    By mdvaldosta in forum Relevant Replacements
    Replies: 0
    Last Post: 11-19-2007, 12:04 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
  •