Creating beta link for Web Site

kanjimanji

Vanilla Face
Jul 9, 2013
55
1
0
Sofia
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.
 


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.