Issue Type: Bug
When you search for "inurl:visualstudio.com/join/" on Google, it returns results. Here is a link to the query:
https://www.google.com/search?q=inurl:visualstudio.com/join/&filter=0&biw=1680&bih=976
robots.txt (https://insiders.liveshare.vsengsaas.visualstudio.com/robots.txt) should look like the following to prevent it happening:
User-agent: *
Disallow:
Disallow: /join/
and the page itself should have the following meta tag:
<meta name="robots" content="noindex">
Extension version: 0.3.114
VS Code version: Code 1.23.1 (d0182c3417d225529c6d5ad24b7572815d0de9ac, 2018-05-10T16:03:31.083Z)
OS version: Darwin x64 17.5.0
@tarikozket Thanks for reporting this! You're right, we should definitely make this change, and we'll use this issue to track it. Thanks!
@tarikozket This has now been resolved and deployed! Thanks again for the feedback 馃憤