CodeIgniter Forums
noindex? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: noindex? (/showthread.php?tid=69516)



noindex? - babybaby312 - 12-07-2017

Any special thoughts on why not let search engines index the site? Or just a simple misstake?


RE: noindex? - kentran - 12-22-2017

This depends on the purpose of the website administrator. As I personally, when the new website builds I usually leave the noindex attribute to complete the website content.


RE: noindex? - phpscots - 02-01-2018

(12-07-2017, 04:15 AM)babybaby312 Wrote: Any special thoughts on why not let search engines index the site? Or just a simple misstake?

Add noindex meta in your Html
Code:
<meta name="robots" content="noindex">



RE: noindex? - ritz.stine - 02-01-2018

I will take some time for a search engine to index a certain website.


RE: noindex? - garymoveout - 03-06-2018

You may even set the password to lock particular websites.


RE: noindex? - Tom_12 - 04-15-2018

Yeah if you are talking about not indexing whole site you are curently building, you should use noindex in meta robots or even blocking all webside in robots.txt There is no other need for that. If you don't want to index specific web pages, that's a whole different story..