How do I remove this f*%king H2 tag!? [Wordpress]

Ankith K Shetty

Regular Member
Joined
Apr 25, 2019
Messages
476
Reaction score
214
gifgit.png


I have the posts navigation - (which has author name, social profiles etc as h3 and h4 tags in it) that is considered as H2 which is affecting my websites SEO. I am not finding how to remove this. My website is made in Wordpress. Anythought?
 
Hide it with CSS or check your theme settings. What theme is it?
 
Depends which theme you're using, this section is often located in single.php but that's not always the case. Your theme may well have an option to not display this section without you having to mess with the templates.

Hide it with CSS or check your theme settings. What theme is it?

Hiding it with CSS is no good for SEO.
 
  • Like
Reactions: Psh
Hiding it with CSS is no good for SEO.
Shit, I had a feeling that might be the case... gotta do some changes then. Can you elaborate though as to why that is?
 
Shit, I had a feeling that might be the case... gotta do some changes then. Can you elaborate though as to why that is?

The H2 tag will still be in the HTML, so SE bots will still read it.
 
  • Like
Reactions: Psh
Back
Top