Hello guys, I have a question regarding backlink,
My friend was askin me a favor to put his site link on my website for one week only.. our website are both web design.. but his site is about "porn web designer".
I want to link my friend on my site, but I want to hide his link from my site visitors.
Do you think if i am goin to hide his link using CSS (visibility, etc.), google bot will STILL follow his link? is it safe and allowed? Do you think its a form of blackhat? thanks.
__________________ Please login or register to view this content. Registration is FREE
thanks, but one more question,
If hiding the content is bad, what about sites that using DHTML menus, rollovers, etc.. that hides the menu content..
do you think there is a possibility that search engine will punish these kind of sites?
__________________ Please login or register to view this content. Registration is FREE
I doubt they would punnish them, because the point of DHTML menus isn't to hide content from users and show it to search engines.
but then DHTML menus are usually in the source somewhere anyway, So everyone can still see it, It only looks like a DHTML menu when rendered in a browser.
How could Google possibly find out unless they actually have somebody look at his site? All he would have to do is put this in his style sheet:
.link {display:none}
and then put the link as:
<a href="porno.site" class="link">keyphrase</a>
It's entirely innocuous and it seems unlikely that Google would actually pay people to browse every site they list to make sure they aren't cheating the system.
How could Google possibly find out unless they actually have somebody look at his site? All he would have to do is put this in his style sheet:
.link {display:none}
and then put the link as:
<a href="porno.site" class="link">keyphrase</a>
It's entirely innocuous and it seems unlikely that Google would actually pay people to browse every site they list to make sure they aren't cheating the system.
Why would google have to pay anyone to do anything? It's right there in the source, a bot can read that. Besides, It's not beyond the realms of possibility that someone will file a spam report against his site for hiding links.
If you don't want to link to a site then don't link to it. trying to hide things makes you look unprofessional and does carry a risk of google finding out.