h1 tag and SEO question

9 replies
  • SEO
  • |
Is there a way to have a h1 header on your website and not have it show up?

if add this line of code to the css file:
Code:
h1
{
display:  none;
}
Will it still be considered as a valid h1 tag to the Search Engines or will I get penalized because it is considered as hidden?
#question #seo #tag
  • Profile picture of the author deloriagod
    You'll find yourself in trouble for hidden text. Avoid blackhat techniques if you value having your site listed on Google.
    Signature
    {{ DiscussionBoard.errors[2780692].message }}
    • Profile picture of the author Rick Diculous
      Originally Posted by deloriagod View Post

      You'll find yourself in trouble for hidden text. Avoid BlueFart techniques if you value having your site listed on Google.
      What would be the best way for not having the h1 tag showing up on my site?

      I have a blog and I'm using a custom made header instead of the text title.
      {{ DiscussionBoard.errors[2780738].message }}
      • Profile picture of the author deloriagod
        Originally Posted by Rick Diculous View Post

        What would be the best way for not having the h1 tag showing up on my site?

        I have a blog and I'm using a custom made header instead of the text title.
        Do what Yukon said.
        Signature
        {{ DiscussionBoard.errors[2780749].message }}
  • Profile picture of the author yukon
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[2780731].message }}
    • Profile picture of the author Rick Diculous
      Originally Posted by yukon View Post

      Code:
       
      h1 { font-size: 10pt; font-weight:normal;}
      Just do something like this, & have the keyword on-page.

      Change font size to whatever you need.

      Add the keyword in the first sentence on-page, then wrap the keyword with the <h1> tag.
      Ok , found a good spot to put it. thanks for the advice
      {{ DiscussionBoard.errors[2780816].message }}
  • Profile picture of the author stekys
    yea you can put your header h1 as a picture, as mansion yukon but is always better to keep it as a text I belive, and style it with css
    {{ DiscussionBoard.errors[2843895].message }}

Trending Topics