
Originally Posted by
ronanmagee
Exactly - the more 'spam' you have in your header the lower your total score, as the body / head = Final total score
This logic is totally flawed.
Site A:
Number of times word "Widget" appears in "head" : 10.
Number of times word "Widget" appears in "body" : 20.
Final Score (body / head ) = 2.
Site B:
Number of times word "Widget" appears in "head" : 20.
Number of times word "Widget" appears in "body" : 10.
Final Score (body/head) = .5
Uhhh....
How bout this example
HTML Code:
<body>
<h1>FOOTBALL</h1>
<h2>FOOTBALL</h2>
<h3>FOOTBALL</h3>
<h4>FOOTBALL</h4>
<p>FOOTBALL</p>
<p>FOOTBALL</p>
<p>FOOTBALL</p>
<p>FOOTBALL</p>
<p>FOOTBALL</p>
<p>FOOTBALL</p>
</body>
Is that more meaningful than...
HTML Code:
<body>
<h1>Football</h1>
<p>Football is a sport played with a small pigskin ball. Unless of course you're not from the United States in which case the game is totally different and played with a round ball that is kicked around rather than thrown around.
</p>
</body>
Bookmarks