kokholm
I read the faq and I think about if I/we make this code on our sites, and don't want show the link on the site, just for the searchmachines
<div id="freehost"> http://frihost.com/ </div>
In CSS
#freehost {
display: none;
}
My problem is will the searchmachines see it as chead or just there are 1 more there link to frihost.
I know from a mistake before, where I made a menu, and upload before I was finish, I just copy/pasta 16 of same link in same site., and the link site was banned by goggle after.
This is why I use "id" and not "class"
Pls. Delete all I write if the same will happend.
Tchau
<div id="freehost"> http://frihost.com/ </div>
In CSS
#freehost {
display: none;
}
My problem is will the searchmachines see it as chead or just there are 1 more there link to frihost.
I know from a mistake before, where I made a menu, and upload before I was finish, I just copy/pasta 16 of same link in same site., and the link site was banned by goggle after.
This is why I use "id" and not "class"
Pls. Delete all I write if the same will happend.
Tchau
