In reply to:
1. "No favicon"? Wrong, there is one, and its presence is reinforced by the appropriate meta tag so the page declares it, so why didn't you spot it? And yes, it is a true icon, it was created with real icon software, not some online service.
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Your declaration of the favicon is strange, most don't use the type attribute, not too sure which way to go on that.
In reply to:
2. "Page contains javascript or vbscipt"? Wrong. I never use vbscript as it is too dangerous so many have it disabled. I also don't use javascript on this particular mini site either, just pure clean HTML.
<script src="http://www.virgin.net/js/random_ad.js" language="javascript"></script>
What's that then?
In reply to:
3. "H1 Tag is not used or not in 'clean' format (ie < H1 >). It is very important to do so". Wrong. The page is set using a style sheet, so such tags are not necessary if the job is done right.
At last, a valid point, nobody cares what tags you use, use H1 or don't, it doesn't matter either way.