kanjimanji Vanilla Face Jul 9, 2013 55 1 0 Sofia Sep 16, 2013 #1 I need to create a test URL for my new website, but I don't want Google to index my pages yet. What's the correct approach here. Thanks guys.
I need to create a test URL for my new website, but I don't want Google to index my pages yet. What's the correct approach here. Thanks guys.
Smeems Bapes Rabies Jun 27, 2013 195 1 0 Sep 16, 2013 #2 Either add the URL into your robots.txt file before publishing. Or, better yet, add this bit of code into the <head> tag before setting it live: <meta name="robots" content="noindex,follow" /> Think that's what you're after.
Either add the URL into your robots.txt file before publishing. Or, better yet, add this bit of code into the <head> tag before setting it live: <meta name="robots" content="noindex,follow" /> Think that's what you're after.