Page 1 of 2 1 2 LastLast
Results 1 to 15 of 27

[HOW-TO] Add keyword relevant text in similiar threads

This is a discussion on [HOW-TO] Add keyword relevant text in similiar threads within the Member Articles forums, part of the Focus on Members category; I have added SEO relevant text to similiar threads box for guests. screenshot: In template "showthread_similarthreadbit" delete all code and ...

  1. #1
    Senior Member Majora's Avatar
    Real Name
    Matze
    Join Date
    Sep 2005
    Location
    Germany
    Posts
    287
    Liked
    4 times

    [HOW-TO] Add keyword relevant text in similiar threads

    I have added SEO relevant text to similiar threads box for guests.

    screenshot:


    In template "showthread_similarthreadbit" delete all code

    and insert:

    HTML Code:
    <li class="floatcontainer">
      <div class="titleblock">
        <h6><a href="{vb:link thread, {vb:raw simthread}}" title="">{vb:raw simthread.title}</a></h6>
            <vb:if condition="$show['member']">
        <div class="starter_forum">
          {vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername}, {vb:raw simthread.forumtitle}}
        </div>
                </vb:if>
      </div>
            <vb:if condition="$show['member']">
      <div class="dateblock">
        <span class="shade">{vb:rawphrase replies}:</span>             {vb:raw simthread.replycount}</vb:if><br />        <vb:if condition="$show['guest']"> {vb:raw simthread.title}: {vb:raw simthread.preview}<br />            </vb:if>
            <vb:if condition="$show['member']">
          <div class="starter_forum">
            <span class="shade">{vb:rawphrase last_post}:</span> {vb:raw simthread.lastreplydate}, <span class="time">{vb:raw simthread.lastreplytime}</span>
          </div>
      </div>
                </vb:if>
    </li>
    In template "showthread_similarthreads" delete all code and insert:

    HTML Code:
    <vb:if condition="$similarthreadbits">
        <div id="similar_threads">
            <h4 class="threadinfohead"><span class="optiontitle">{vb:rawphrase similar_threads} zu <!--VBSEO_RR_3_NOHTML--></span></h4>
            <div id="similar_threads_list" class="thread_info_block">
                <ol class="similar_threads">
                {vb:raw similarthreadbits}
                </ol>
            </div>
        </div>
    
    </vb:if>
    <!--VBSEO_RR_3--> will be replaced by [thread_title] on showthread pages.


    demo:
    “What is iPad?”-Spot jetzt auf deutsch
    Darlehenszinsen Vergleich
    Mehr Besucher für dein Forum: vBulletin SEO Optimierung

  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
    Neat Idea! Thanks for sharing.

  3. #3
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Thank you

  4. #4
    Senior Member Majora's Avatar
    Real Name
    Matze
    Join Date
    Sep 2005
    Location
    Germany
    Posts
    287
    Liked
    4 times
    Quote Originally Posted by Kolbi View Post
    Thank you
    Kein Problem!
    Mehr Besucher für dein Forum: vBulletin SEO Optimierung

  5. #5
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Vielleicht hast du ja noch mehr Tipps auf Lager?

  6. #6
    Senior Member Majora's Avatar
    Real Name
    Matze
    Join Date
    Sep 2005
    Location
    Germany
    Posts
    287
    Liked
    4 times
    Quote Originally Posted by Kolbi View Post
    Vielleicht hast du ja noch mehr Tipps auf Lager?
    Natürlich! Nicht umsonst habe ich extra eine Homepage eingerichtet, wo ich diesen Service anbiete: SEO vBulletin - SEO Optimierung für vBulletin Foren
    Bei Interesse
    --> PN
    Mehr Besucher für dein Forum: vBulletin SEO Optimierung

  7. #7
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    Good work Matze it's a good idea.

    P.S : Moved to Members articles, Keep up the good work
    Last edited by Marco Mamdouh; 07-30-2010 at 07:47 PM. Reason: test
    Marco Mamdouh Fahem / Crawlability Inc.
    Security vbulletin - Patch Level for all supported versions released!

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    Senior Member Majora's Avatar
    Real Name
    Matze
    Join Date
    Sep 2005
    Location
    Germany
    Posts
    287
    Liked
    4 times
    Quote Originally Posted by Marco Mamdouh View Post
    Good work Matze it's a good idea.

    P.S : Moved to Members articles, Keep up the good work
    Thank you, Marco!
    Mehr Besucher für dein Forum: vBulletin SEO Optimierung

  9. #9
    Member
    Real Name
    understated
    Join Date
    Mar 2010
    Posts
    77
    Liked
    0 times
    Excellent!!!

    English forums will want to replace "zu" with "to" in the smaller of the two templates for proper grammar--right before the RR3 insert.

    How many queries does this add? I'm not smart enough to figure that out myself; is it just one?

    Thanks again, very nice!

  10. #10
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Good question how many queries... I guess none...?

  11. #11
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    right now i use the RR1 and RR2 for the forumdisplay and showthread (like suggested in this forum) ... so what's the code for the RR3? and what about the NOHTML? right now i don't use this feature ...

  12. #12
    vBSEO Staff Marco Mamdouh's Avatar
    Real Name
    Marco Mamdouh
    Join Date
    May 2010
    Location
    Egypt
    Posts
    3,143
    Liked
    110 times
    RR3 doing the same job of RR1 and 2, So you can use it in different format and different places.

  13. #13
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Marco Mamdouh View Post
    RR3 doing the same job of RR1 and 2, So you can use it in different format and different places.
    so i would put only the [thread_title] tag in the RR3 filed? correct?

    last question Marco: i don't understand the NOHTML ... i should replace my code with this also for the RR1 and RR2? can you suggest me please?

  14. #14
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by KURTZ View Post
    so i would put only the [thread_title] tag in the RR3 filed? correct?

    last question Marco: i don't understand the NOHTML ... i should replace my code with this also for the RR1 and RR2? can you suggest me please?
    You can use whatever you want in it in any way that you want. Not many people use RR_2 let alone RR_3 but it is there if you want to... The only time I recommend using the NOHTML option is if you are putting the RR in the <title> tag of your site as HTML shouldn't appear here, however everywhere else the HTML that vBSEO adds like the google relevance comments etc are very important.

    Ceri

  15. #15
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    OK but if i wanna put the NOHTML i need to put some specific code somewhere or just add the NOHTML word after the RR?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. How To remove vBseo Alt text in threads on my site?
    By NICEGUY77 in forum General Discussion
    Replies: 2
    Last Post: 12-30-2009, 03:54 PM
  2. Remove title text from similar threads
    By woostar in forum vBSEO Features Archive
    Replies: 3
    Last Post: 06-18-2009, 10:53 AM
  3. Replies: 3
    Last Post: 04-15-2007, 03:40 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
  •