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:
parent
2af19c96f2
commit
c3fb820473
|
@ -31,14 +31,6 @@
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="translucent">
|
<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 -->
|
<!-- Google Analytics -->
|
||||||
<script>
|
<script>
|
||||||
// Note this is a customised version of the GA tracking snippet
|
// Note this is a customised version of the GA tracking snippet
|
||||||
|
|
Loading…
Reference in New Issue