Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
vbAdvanced Missing <h1> tag fix! Details »»
vbAdvanced Missing <h1> tag fix!
Version: 4.3.0, by GHRake GHRake is offline
Developer Last Online: Apr 2018 Show Printable Version Email this Page

Category: Portal Software - Version: 4.2.3 Rating:
Released: 05-20-2016 Last Update: Never Installs: 6
Template Edits
Re-useable Code  
No support by the author.

Anyone doing SEO audits on your vbAdvanced integrated forum will notice all vba_index pages won't have <h1> tags. So how do you add <h1> tags to these pages? I found an easy way to do this today:

Open Template navbar_link and find this line:
Code:
<li class="navbit lastnavbit">{vb:raw nav_title}</li>
Wrap the {vb:raw nav_title} in h1 tags like this:
Code:
<li class="navbit lastnavbit"><h1>{vb:raw nav_title}</h1></li>
This will make all your vbadvanced pages have a <h1> tag. All other content will have 2 <h1> tags that in my testing will be identical so it should not cause a problem with big man upstairs (google :P)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-19-2016, 08:41 AM
tme_power tme_power is offline
 
Join Date: Sep 2006
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice, but be sure to check the style to make it more friendly.
Reply With Quote
  #3  
Old 06-19-2016, 10:54 AM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Google now ignores H tags entirely. There is absolutely no reason to do this.
Reply With Quote
  #4  
Old 06-24-2016, 12:31 AM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProSportsForums View Post
Google now ignores H tags entirely. There is absolutely no reason to do this.
Do you have a reference for this opinion?
Reply With Quote
Благодарность от:
shimei
  #5  
Old 06-28-2016, 01:46 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProSportsForums View Post
Google now ignores H tags entirely. There is absolutely no reason to do this.
Google ignores some meta tags like the keywords tag but I have never read anywhere about them ignoring header tags and I do keep up on this stuff pretty much daily. Can you please post your source?
Reply With Quote
  #6  
Old 07-01-2016, 12:42 PM
Mattwhf Mattwhf is offline
 
Join Date: May 2016
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProSportsForums View Post
Google now ignores H tags entirely. There is absolutely no reason to do this.
I disagree with you about this, H1 is still imprortant for Google SEO and it is necessary to have on our forums
Reply With Quote
  #7  
Old 07-02-2016, 12:13 AM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Google ignores some meta tags like the keywords tag but I have never read anywhere about them ignoring header tags and I do keep up on this stuff pretty much daily. Can you please post your source?
Ignore probably wasn't the best word choice. Since the advent of HTML5 it is not only possible but encouraged to use multiple H1 tags per document. However, the use of multiple tags per document is due to the change in the Google Hummingbird algorithm from prioritizing tags to prioritizing semantic language. The best evidence of this is in that many sites home pages are no longer the highest ranked page of said site.

The following is a rather long and detailed read but to summarize it says that 40% of URLs do not use H1 tags at all. It also says that while use of H1 tags has increased 30% since 2014 the actual SERPs have only results in 4% of those sites receiving a higher ranking.

http://www.searchmetrics.com/wp-cont...tepaper-US.pdf

There are numerous other sources regarding the changes to how Google reads H1 tags but they are all very similar in conclusion. One SEO site which has been around since 2002 did a detailed study and found that using bold tags on their headings had the same results as using H1 tags.

https://moz.com/blog/whiteboard-frid...-has-ever-made

I wouldn't necessarily dismiss the use of H1 tags altogether, although I will say from personal experience I've had sites with them go nowhere and sites without them skyrocket but that could have been related to the content more than anything else.

H1 tags did once have some semantic advantages over title tags in that certain phrase elements could be added but many of those have been deprecated in HTML5.
Reply With Quote
  #8  
Old 07-02-2016, 09:18 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProSportsForums View Post
Ignore probably wasn't the best word choice. Since the advent of HTML5 it is not only possible but encouraged to use multiple H1 tags per document. However, the use of multiple tags per document is due to the change in the Google Hummingbird algorithm from prioritizing tags to prioritizing semantic language. The best evidence of this is in that many sites home pages are no longer the highest ranked page of said site.

The following is a rather long and detailed read but to summarize it says that 40% of URLs do not use H1 tags at all. It also says that while use of H1 tags has increased 30% since 2014 the actual SERPs have only results in 4% of those sites receiving a higher ranking.

http://www.searchmetrics.com/wp-cont...tepaper-US.pdf

There are numerous other sources regarding the changes to how Google reads H1 tags but they are all very similar in conclusion. One SEO site which has been around since 2002 did a detailed study and found that using bold tags on their headings had the same results as using H1 tags.

https://moz.com/blog/whiteboard-frid...-has-ever-made

I wouldn't necessarily dismiss the use of H1 tags altogether, although I will say from personal experience I've had sites with them go nowhere and sites without them skyrocket but that could have been related to the content more than anything else.

H1 tags did once have some semantic advantages over title tags in that certain phrase elements could be added but many of those have been deprecated in HTML5.
I agree with you for the most part. H1 tags are not generally going to increase ranking though they do tell Google what part of the page is important. I believe bold text also achieves this to an extent.

One of your links pointed out adding keywords to h1 tags and this was not what we are talking about here. We are just talking about the use of H1 tags. Ofcourse these days Google is smart enough to notice keywords being pushed. I would also never recommend using more than one h1 tag or adding keywords to it.

As for this mod itself, I am not sure it will achieve anything positive at all by turning navlinks into titles. I really think this is a bad idea and my opinion is that only certain pages benefit at all from an h1 tag. Having them on every page is not beneficial at all.

##Your biggest mystakes article is from 2010 and while adding an h1 tag may not boost rankings or be a ranking factor it is part of a well structured page and I definitely would not consider it a big mystake.
Reply With Quote
  #9  
Old 07-02-2016, 10:51 AM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
##Your biggest mystakes article is from 2010 and while adding an h1 tag may not boost rankings or be a ranking factor it is part of a well structured page and I definitely would not consider it a big mystake.
So it is. But the article from which I excerpted that link is from 2014. I suppose the author thought it was still applicable.

https://www.searchenginejournal.com/...1-tag-for-seo/

You know, if Google would just come out and tell us all what exactly it is they think they're doing we wouldn't have to have these discussions. But if they did that we'd know their top results are bought and paid for.
Reply With Quote
Благодарность от:
RichieBoy67
  #10  
Old 07-02-2016, 11:30 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProSportsForums View Post
So it is. But the article from which I excerpted that link is from 2014. I suppose the author thought it was still applicable.

https://www.searchenginejournal.com/...1-tag-for-seo/

You know, if Google would just come out and tell us all what exactly it is they think they're doing we wouldn't have to have these discussions. But if they did that we'd know their top results are bought and paid for.
Yep, and anything we figure out now is bound to change tomorrow anyways..
Reply With Quote
Благодарность от:
In Omnibus
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04808 seconds
  • Memory Usage 2,323KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete