no search engine crawl - Joomla! Forum - community, help and support
this question isn't joomla related %100, guys smart though ask here first
. using joomla office intranet, on remote web server. don't want site crawled and/or listed on search engines. accomplish robot.txt? best way. using htaccess block ip's except office, want people have access outside our walls. have logged in see menus, don't want people stumble accross when meant our public page.

have robots.txt following:
and/or add meta tag
this should block robot indexing!
code: select all
user-agent: *
disallow: /
and/or add meta tag
code: select all
<meta name="robots" content="noindex, nofollow">
this should block robot indexing!

Comments
Post a Comment