|
@@ -87,8 +87,9 @@
|
|
|
changeLoadingMsg();
|
|
|
window.loadingMsgsInt = setInterval(changeLoadingMsg, (Math.random() * 2000) + 1500);
|
|
|
</script>
|
|
|
- <% if (!htmlWebpackPlugin.options.inline) { %>
|
|
|
+ <% if (htmlWebpackPlugin.options.inline) { %>
|
|
|
<meta name="robots" content="noindex" />
|
|
|
+ <% } else { %>
|
|
|
<script type="application/ld+json">
|
|
|
<% print(JSON.stringify(require("../static/structuredData.json"))); %>
|
|
|
</script>
|