If I add text to the top of a page in the form of
Code:
<h1 class="blah">title with keywords</h1>
<p class="blah">description with keywords</p>
stylesheet
--------------------
.blah {
display: none;
}
then obviously the browser wont display it - but will Google and other search engines still index the text and use it for SEO?