bamme
Senior Member
Ive just spent ages building a big list of keywords to add to my website. Because of its layout, verbose chunks of text dont go well, and there is a sort of visual limit to the amount of copy that can feature on each page (sounds like a rubbish layout! its not, its good! just very visual
)
So, i want to ask - If i placed a div on my page like this:
<div class="forSEO">
keywords keywords keywords
</div>
and styled it like this, so it isnt actually ON the page:
.forSEO {
position:relative;
left:-10000px;
}
is that 'allowed'? Will keywords still be readable by search engines?
Thanks
Emma
So, i want to ask - If i placed a div on my page like this:
<div class="forSEO">
keywords keywords keywords
</div>
and styled it like this, so it isnt actually ON the page:
.forSEO {
position:relative;
left:-10000px;
}
is that 'allowed'? Will keywords still be readable by search engines?
Thanks
Emma