Re: block google indexer

2010-03-25 Thread creecode
Hello Vishnu, You might find Django Robots < http://bitbucket.org/jezdez/django-robots/overview/ > of use. On Mar 25, 6:18 am, "vishnu.kumar" wrote: > I need to block google indexer from indexing my site. > > If it was a static site, i would put a htaccess or robots.txt, but > django is differ

Re: block google indexer

2010-03-25 Thread Masklinn
On 25 Mar 2010, at 14:18 , vishnu.kumar wrote: > > Hi, > > I need to block google indexer from indexing my site. > > If it was a static site, i would put a htaccess or robots.txt, but > django is different right. > I cant put robot meta tag also, cause there are many pages in my site. > > How d