I am probably *extremely* tired from my day job over the past few days, which is making me refuse to see the logic in the question.
This is the lowdown: a lot of concepts are abused from an SEO perspective, and this is definitely one of them. Here is a simple test: search for "suffusion" on Google. You will see the home page for Suffusion come up at the top (with an almighty PageRank of 8). This is a site that has the term "suffusion" at the top in hidden text ("The Home of Suffusion"). If you search for "the home of suffusion" you will get the announcements page as the first result, which is again correct. So basically, all these are very minor details that don't necessarily impact you in any way. There is only one mantra to good SEO juice: Write great content. The other stuff takes care of things automatically.
Now, to address your question, what if I hid the element for you without really hiding it? If you want to treat Google's list as things to avoid, here is 1 thing that Google doesn't say: use a negative margin. If you set your header to be visible, then attach a custom style to it that says:
- Code: Select all
.blogtitle { margin-left: -20000px;}
Unless your user is viewing your site on a gigantic screen at a high resolution you are not going to see the header.
But again, this could be considered deceptive behaviour.