Re: H1 headings and Meta tags | |
If you aren't doing them visibly, do NOT do them - that is trying to fool the se's and will hurt you, maybe even get you banned.
Iframes can also hurt with se's - but not always. And you can put the headers into the text that's within the iframe - as long as you can write the text in html.
A basic h1 would be written like this:
<h1><font face="verdana" size="4">your headline here</font></h1>
If you want to center the text, thatopening code should be BEFORE the first <h1> and the closing after the </h1>
You can use any text, size, color, etc - by putting that into the font area.
|