[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Demo of Sputnik with LuaUsers content
- From: Petite Abeille <petite_abeille@...>
- Date: Fri, 22 Feb 2008 00:48:08 +0100
On Feb 21, 2008, at 9:11 PM, Yuri Takhteyev wrote:
To avoid getting those pages indexed by google, there is a .htaccess
login, so login as "lua" with password "wiki".
Alternatively, one could use 'noindex':
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=61050
This is what the Nanoki demo of lua-users.org/wiki does:
<meta http-equiv='robots' content='noindex,nofollow'/>
http://nanoki.luaquiz.com:1080/main
Cheers,
PA.