It might not be malicious, but whilst looking at the Toyota website today I noticed that they may well be breaking the webmaster guidelines (albeit not as blatantly as BMW did).
Their homepage re-directs using javascript (presumably for tracking purposes) but looking at the source, just under the javascript you may notice the following:
<body bgcolor=”#ffffff” >
<br>
<a href=http://www.keithbond.co.uk/”sitemap.html”
<a href=”fleet_sitemap.html”
For any of you not fluent in HTML, this means that they have put a link to their sitemap, but in the same colour as the background - which essentially makes it invisible.
Google clearly states the following in their guidelines:
“Avoid hidden text or hidd...