fix(aio): don't set noindex metatag in the static index.html (#21816)

This seems to be causing crawling issues for google.

Ref #21665

PR Close #21816
This commit is contained in:
Igor Minar 2018-01-26 15:12:14 -08:00 committed by Jason Aden
parent 2af19c96f2
commit c3fb820473
1 changed files with 0 additions and 8 deletions

View File

@ -31,14 +31,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
<!--
Initially tell the Google crawler not to index this page.
If the page loads correctly will remove this tag (in the DocViewer).
Subsequent navigations will update the tag dynamically (i.e. soft 404).
Don't do the same for `robots` in general here, since they might not be able to handle the tag changing dynamically.
-->
<meta name="googlebot" content="noindex">
<!-- Google Analytics -->
<script>
// Note this is a customised version of the GA tracking snippet