Forum Moderators: open
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
<meta name="keywords" content=""/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="robots" content="Index, Follow"/>
<meta name="GOOGLEBOT" content="Index, Follow"/>
<link href="/css/default.css" rel="stylesheet" type="text/css"/>
<style type="text/css"> ton of css here
</style><script type="text/javascript"</script>
</head>
<body>
<div id="popBox" class="popBox"><p> HUGE amount of keyword-rich text which isn't visible on the homepage here
<a class="popBox_close" href="#"></a></div>
Usual content here
</script>
</body>
</html>
Searching for it returns no results either, so it's not the white on white trick.
CSS on the index page isn't exactly the norm, right?
Incidentally, as a user it drives me up the wall when I search for something, find a promising page in g### -- and then the searched-for text is nowhere to be found, not even in the page source. Sometimes it shows up in an archived copy. But it hardly ever leads me to say "Well, as long as I'm here..."
It does seem that more and more sites are attempting to add text with no visibility to their pages. Sadly, it seems to be working very well for those that choose these methods.
Look at the selector name . . .
<div id="popBox" class="popBox">
which is supplemented by the following line,
<a class="popBox_close" href="#"></a></div>
It appears it's a pop up help
.popBox{background-color:#000;border:1px solid #92217d;}
.popBox, .dialogBox{display:none;position:fixed;z-index:990000;overflow:auto;top:100px;left:50%;width:760px;height:500px;margin-left:-400px;padding:20px;background-position:0 0;color:#fff;text-align:center;border:1px solid #fff;}
.popBox_close{position:absolute;top:5px;right:5px;width:80px;height:10px;z-index:20001;display:block;background:url(http://cdn1.example.co.uk/interface/popClose.gif) top left no-repeat;}
[edited by: eelixduppy at 12:56 am (utc) on Nov 4, 2011]
[edit reason] exemplified [/edit]