vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 3 of 4
FirstFirst 1 2 3 4 LastLast
Results 31 to 45 of 56

Important SEO Tip: Essential H1 Tags Missing in vBulletin Default Templates

This is a discussion on Important SEO Tip: Essential H1 Tags Missing in vBulletin Default Templates within the General Discussion forums, part of the vBulletin SEO Discussion category; I think I understand about using CSS to sort the large text, but I don't want it to appear under ...

  1. #31
    Member
    Real Name
    JB
    Join Date
    Oct 2007
    Posts
    38
    I think I understand about using CSS to sort the large text, but I don't want it to appear under my Navbar, it makes my template look terrible.

    Can we have it appear somewhere else and still do the same job?

    Thanks in advance

  2. #32
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    136
    Great example Mert. Thanks

    1 question.

    I usually put my H2's in the SHOWTHREAD template just underneath $navbar

    So can I put the css script part in the same file as well? (im guessing near the top of the page)

  3. #33
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,944
    Blog Entries
    4
    Quote Originally Posted by jimjam View Post
    I think I understand about using CSS to sort the large text, but I don't want it to appear under my Navbar, it makes my template look terrible.

    Can we have it appear somewhere else and still do the same job?

    Thanks in advance
    Think about a book, do you put chapter title in bottom of the page ?

    The best usage of header tags is to start from top of your page.

    Quote Originally Posted by mikeinjersey View Post
    Great example Mert. Thanks

    1 question.

    I usually put my H2's in the SHOWTHREAD template just underneath $navbar

    So can I put the css script part in the same file as well? (im guessing near the top of the page)

    You can put the CSS part inside Additional CSS in your style options.
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  4. #34
    Junior Member
    Real Name
    BarryChertov
    Join Date
    Apr 2007
    Posts
    10
    Do you think that making text that is already the title of the page (ie. thread title) and H1 will make a difference? Seems like the page title should already carry alot of weight.

  5. #35
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    136
    Quote Originally Posted by Mert Gökçeimam View Post

    You can put the CSS part inside Additional CSS in your style options.
    just below the $navbar on SHOWTHREAD, I put -

    <h1 class="anyclass">$thread[title]</h1>

    And I copied and pasted exactly the .anyclass CSS code you made into "Additional CSS" like you said in Style Options. But it isnt finding the class.

    Its displaying default H1 style & color. (big & black)

    How do I tell the "anyclass" class to find its css coding?

  6. #36
    Junior Member
    Real Name
    ahmed
    Join Date
    Sep 2007
    Location
    Sadi Arabia
    Posts
    16
    hi Mr Joe

    i used method 2 along with my old Relevant Replacements which were as this:


    <!--VBSEO_RR_1-->


    PHP Code:
    <h2>[forum_title]</h2><p id="relevant_replacement">Below you will find a list of discussions in the <b>[forum_title]</bforums at the [bb_title]. The [forum_titleforum [forum_description]</p>
    <
    h2>[thread_title]</h2><p id="relevant_replacement">This is a discussion on <em>[thread_title]</emwithin the <b>[forum_title]</bforumspart of the [parent_forum_titlecategory; [first_post_20_words]...</p
    now it appears good as
    PHP Code:
    <h1><a href="http://krwetatnt.net/vb/">&#1605;نتديات كرويتات نت</a></h1> 
    and H2 for forum and title under it.

    do you advice me to try it ?

  7. #37
    Member
    Real Name
    JB
    Join Date
    Oct 2007
    Posts
    38
    I like the idea, I am sure that it works well. but repeating the page title under the navbar looks so naff on my skin that I think I will give it a miss. Thanks anyway.

  8. #38
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,944
    Blog Entries
    4
    Quote Originally Posted by mikeinjersey View Post
    just below the $navbar on SHOWTHREAD, I put -

    <h1 class="anyclass">$thread[title]</h1>

    And I copied and pasted exactly the .anyclass CSS code you made into "Additional CSS" like you said in Style Options. But it isnt finding the class.

    Its displaying default H1 style & color. (big & black)

    How do I tell the "anyclass" class to find its css coding?
    Hello Mike ,

    Can you please paste me the code you used within Additional CSS
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  9. #39
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    136
    Quote Originally Posted by Mert Gökçeimam View Post
    Hello Mike ,

    Can you please paste me the code you used within Additional CSS
    .anyclass {
    font-size: 1.2em; // size of your font , you can use px , em , %

    color: #ff0000; // the color you want your font to be displayed

    font-weight: 100 // The font-weight property sets how thick or thin characters in text should be displayed.
    font-variant: small-caps // The font-variant property is used to display text in a small-caps font, which means that all the lower case letters are converted to uppercase letters, but all the letters in the small-caps font have a smaller font-size compared to the rest of the text.

    font-style: italic; // The font-style property sets the style of a font.

    margin: 0px; // The CSS margin properties define the space around elements. It is possible to use negative values to overlap content. The top, right, bottom, and left margin can be changed independently using separate properties. A shorthand margin property can also be used to change all of the margins at once.

    padding: 0px; // The CSS padding properties define the space between the element border and the element content. Negative values are not allowed. The top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property is also created to control multiple sides at once.
    }

  10. #40
    Senior Member
    Real Name
    Mike
    Join Date
    Aug 2006
    Posts
    136
    Nevermind, I figured it out. The style was working everything except the Color. For some reason, the default colors specified on the same "all style options" page overwrites the color style specified in the custom css section.

    But anyway, im using a DIV tag to center the title.

    This specific DIV tag isnt deprecated yet, is it ?
    Code:
       <div style="text-align: center;"> <H2>Thread Title</H2></div>
    

  11. #41
    Senior Member
    Real Name
    Hasan
    Join Date
    May 2008
    Posts
    161
    i am using vbseo 3.7 style shold i do this..?

  12. #42
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,552
    Blog Entries
    2
    Quote Originally Posted by maltepeli View Post
    i am using vbseo 3.7 style shold i do this..?
    No , vBSEO Style already have H1 Tags

  13. #43
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    293
    Quote Originally Posted by mikeinjersey View Post
    But anyway, im using a DIV tag to center the title.

    This specific DIV tag isnt deprecated yet, is it ?
    Code:
       <div style="text-align: center;"> <H2>Thread Title</H2></div>
    
    You are using 2 block elements, <div> and <h2> (always use lower case). You do not need both. You can style head tags the same way you style DIV tags. I usually put the styling in the Additional CSS Definitions box at the bottom of the Style Options page (this is MY code, it's isn't generic code):
    Code:
    h1 {font: bold italic 1.9em Tahoma, Arial, sans-serif; color: #353E49 margin: 10px 0 0 0;padding-right:6px}
    h2 {font: italic bold 1.7em Tahoma, Arial, sans-serif; color: #353E49; margin: 0;}
    h2.thread {font: bold italic 1.2em Tahoma, Arial, sans-serif; color: #353E49; margin:6px 0; padding:0 10px;}
    h2.thread a {text-decoration:none;}
    h3 {font: bold 1em Tahoma, Arial, sans-serif; color: #000; margin: 0;}
    h3.thread {font: bold italic .9em Tahoma, Arial, sans-serif; color: #353E49; margin: 0 0;}
    h3.fhome {font: bold 1em Tahoma, Arial, sans-serif; color: #353E49; margin: 0 0;}
    h4 {font: bold .9em Tahoma, Arial, sans-serif; color: #000; margin: 0;}
    
    Note that I have 2 different sizes of <h2> and <h3> tags - depending on what page they are on.

    But you can do it inline too (a correction of YOUR code):
    Code:
    <h2 style="text-align:center;">$thread[title]</h2>
    
    R'gards,

    Jim

  14. #44
    Junior Member
    Real Name
    Tim
    Join Date
    Jul 2008
    Posts
    9
    I implemented method 2 along with adding an H2 tag for thread title. After a couple of days, I've noticed that the number of links on google have dramatically dropped. Also, new threads that were indexed almost immediately before (and easy to find in google) are gone from google now. The only thing that is showing up with google seems to be posts that are several years old. I also noticed that the links that google had previously indexed (and still show on google) had a title like "threadname - sitename", whereas now the title is just "threadname" for anything it recently indexed. I'm not sure if that is good or bad for SEO?

    Is this google behavior normal? Is google just reindexing my site because I now have H1 and H2 tags and everything will be back to normal in a few days? If not do I have a problem to be concerned about? I did go ahead and rebuild the sitemaps to see if that helps. Has anyone else seen this type of thing?

  15. #45
    Junior Member
    Real Name
    GiantHaystax
    Join Date
    Aug 2008
    Posts
    27
    After implementing a H1 tag of my sites name and h2 as thread titles, I moved to the first page on google for a search for my sites name after a couple of weeks (originally page 3). A few weeks later and it's now the 1st result!!!

Similar Threads

  1. Replies: 160
    Last Post: 02-27-2010, 06:07 PM
  2. Howto Restore vBulletin default URLs
    By itdevil in forum URL Rewrite Settings
    Replies: 7
    Last Post: 11-04-2007, 07:03 AM
  3. How important are alt image tags?
    By Brutal_Dreamer in forum General Discussion
    Replies: 10
    Last Post: 06-30-2007, 04:35 PM
  4. [Like seochat.com]HOw to change default vbulletin description?
    By basketmen in forum Off-Topic & Chit Chat
    Replies: 0
    Last Post: 03-07-2007, 08:55 PM