Thread: display: none
View Single Post
Old 13-09-2005, 05:40   #1 (permalink)
stealthcow
knocking heads
 
stealthcow's Avatar
 
Join Date: Jul 2003
Location: London, UK
Posts: 1,914
display: none

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?
  Reply With Quote