Forum Moderators: Robert Charlton & goodroi
I want to get higher up the results page(dont we all), I think postition #2 would be the best I could expect do against the widget manufacturer. #3 wouldn't be all that bad either.
So far, I have concentrated on refining the static content & KW optimisation using free kw & meta tag analyser tools.
What else could I do to improve my position?
TIA
- is your title too long?
- are you using <h> tags for your headings? You don't need to be using an H1 but <h> tags would be helpful.
Note: Do not use CSS to resize the <h> tag.
- start a couple of your content paragraphs with your keywords (don't overdo it). People say this doesn't help, but It does have a minor effect, and at this point in the game you need all the edge you can get.
- from the home page link off to a subpage with the exact keyword which you are trying to rank for.
- make sure that the secondary page being linked to has a title that starts with the same exact keyword.
- make sure your keyword is in the description of your page.
Hope this helps
If the intent is to discourage someone from using <H> tags within <P> tags or <LI> tags, then I'd agree.
[edited by: Storyman at 4:48 am (utc) on Mar. 10, 2006]
-Michael
PS top 10 sites are much more likely to come under the attention of competitors in this way than sites further down.
At this point, I've been close to hundreds and hundreds of sites and analyzed many more. I am convinced (and never really doubted) this -- there is no problem with using CSS to style <h1>. CSS plus HTML is the most basic technology of the web page. A restriction like that would mean Google wants to reward the ugliest and most primitive sites possible. (That's not intended to be a trolling comment, btw.)
Of course, it's not a good idea to use CSS to create invisible <h1> tags (or permanenty invisible anything). Just use the <h1> element as it was intended to be used when the W3C included it in the spec -- it is the principle heading for the content that follows. And then use CSS to make them look good with the rest of the page.
If you are going to use an H1 but make is a 14px font using CSS then why not just use a 14px font?
Because a 14px font is not a heading -- semantically, it's just text. By using an H1 tag you are embedding extra information in the html that says "this is the topic that follows". And that's why H1 tags help search engines determine what your page is relevant for.
Same reason that a <cite> tag is better than <emphasis> if you are naming a book title -- html tags are a kind of informational mark-up.
Please trust me on this -- you have been misled. Help fight crazy seo rumors.
Some points raised by Kufu are interesting...
Tag length, what is the rule of thumb?
Do Title, description, keyword tags have different max length are are they the same?
Keyword to content ratio, I've seen different tools recommend different %ages, some just give the %age with no guide. What is a "generally" accepted ratio?
What are your opinions on topic appreciated.
Tag length
Title: 65 characters (spaces count)...note the number of characters in the titles of the search results before you start seeing the ellipses.
Keyword Tags: practically useless, but the number that I've seen most is 400 characters.
Description Tag: Note quite sure, haven't actually counted the number of characters in the descriptions that show up on Google, but maybe someone will do that and tell me too. :)
Rule of thumb: you probably don't want an essay in there; a sentense or two will do just fine.
Keyword / Content ration: Don't waste time on this, because you can find sites with very high and very low ratios and both rank equally well. No magic number.
but you can simply use a smaller H tag, why a resized H1?
There are six levels of headings in HTML with H1 as the most important and H6 as the least.
It is from:
[w3.org ]
Kufu, it isn't size, but importance. Think of when you made outlines for a term paper in high school. <H1> is the topic or root. Each level down is equivalent to the next lower <H> size. Also, it isn't logical to jump from <H1> to <H4>...I can't prove it but have read papers that SE spiders look for that kind of thing and take points off because of it.
You won't get penalized for resizing an H tag, but you just wont get the benefit of an H tag if you are using CSS to make it smaller.
How is it you know this speicifically? I have lots of sites ranking high for their main keywords, and most of them have styled h tags that are tagged smaller. You are teling me that Google will not give someone the benefit of *better* design instead of using the horrible looking standard H tag, at the expense of issues in ranking?
Highly unlikely.
The H1 is important becasue of its size
Like I said I don’t know how much weight/importance, about content, SEs put on headings. However more importantly what are headings, and what is the importance of headings?
Is it just to accentuate font size, or there is more to it? If it just font size then the discussion is mute.
If there are other attributes associated with headings, like structural organization (and hence importance about content), or something else, then there might be something to it.
For discussion sake, think about headings in more traditional document terms:
TITLE
1.0SUBTITLE
…
1.1 sub-subtitle
….
1.1.1.1.1 subsubsubsubtitle
If you looked at the paper/document organized like this, and want to derive what content it contains, would you think that more accurate representation would be at looking at 1.0 Subtitle or 1.1.1.1.1 subsubsubsubtilte ; one can argue similar comparison to H1 and H5 tags here.