- This topic is empty.
-
AuthorPosts
-
March 6, 2006 at 10:19 pm #685501
Anonymous
Inactivein normal html you can use your best keywords in h1 or h2 at te top of the page
that works greatin css you can define how big the characters will be, but i dont know how searchbots look at this
March 6, 2006 at 10:37 pm #685505Anonymous
InactiveIn your CSS, add this:
H1 {
font-size:10px;
}If you want the font to be 10px. You could also use something like: .8em.
If you want to adjust the H1 tag in a div id:
#dividname H1{
font-size: .7em;
}You can also assign a “class” to a specific H1 tag if you rather do it individually.
To reduce the huge gap between header text and the next line, add something like this:
padding-bottom:-10px;
There’s no doubt that in time, a search engine like Google will start piecing everything together. However, just because you change your attributes on heading tags does not mean you are trying to fool the SE bots.
March 6, 2006 at 10:47 pm #685507Anonymous
InactiveAlthough I am very selective in what I use for html for reasons I don’t care to mention. The followers of this techinque use h1-h6 at the beginnig of the page for example:Syntax:
Keyword in the Heading
, < H3>Keyword in the Heading, etc.
Apparently if you follow the crowd on this, search engines consider this to be crucial that your keyword appears in one of these headings. It will enhance your keyword weight.
Bare in mind, be cautious test it out on a dump page first, a page that is currentlty doing nothing. I have one page strictly for testing out these theories. Do not risk taking this advice on your index page until you are sure it works. There is alot of seo advice out there that just doesn’t work, this could be one of them. Plus all SE’s operate differently so attainning a perfect balance between all is the crucial part. greek39
-
AuthorPosts