| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Markas
Joined: 04 Oct 2007 Posts: 17
|
Posted: Tue Jan 01, 2008 12:39 pm Post subject: search engines do not see signatures |
|
|
| Code: | | <!-- IF S_USER_LOGGED_IN --><!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF --><!-- ENDIF --> |
I already have such line which means that guests do not see signatures, how to make signatures not visible for search engines too? because when I click on results "Cached", I can see that search engines find those signatures.
Thanks for the help and I hope you understand  |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
Posted: Tue Jan 01, 2008 1:47 pm Post subject: Re: search engines do not see signatures |
|
|
It's because bots are logged in users.
Use :
| Code: | | <!-- IF S_REGISTERED_USER -->...<!-- ENDIF --> |
If you want both bots and guest not to see something and :
| Code: | | <!-- IF not S_IS_BOT -->...<!-- ENDIF --> |
if you only want to hide something to bots, but be careful, this is going close to cloaking where the first solution is not. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
notrick
Joined: 27 Dec 2007 Posts: 5
|
Posted: Mon Jan 14, 2008 8:30 am Post subject: So that means |
|
|
| so that means If their are certain forums which i don't want google to see In fact I dont want any one but my registered member to see, It will be counted as cloaking by google and other search engine? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |