FIX: Remove canonical links to try and fix Swiftype indexing.

Swiftype support have suggested that our canonical links might be
preventing correct indexing. As a trial of this, this patch disables
the canonical links.
This commit is contained in:
Sam Minnee 2018-07-04 10:35:36 +12:00
parent 7da399f958
commit 93d539c43a
1 changed files with 2 additions and 0 deletions

View File

@ -6,9 +6,11 @@
<% include DocumentationFavicons %>
<%-- disabled for Swiftype indexing
<% if $CanonicalUrl %>
<link rel="canonical" href="$CanonicalUrl" />
<% end_if %>
--%>
<link rel="stylesheet" href="$ThemeDir/css/ionicons.min.css" />
<link rel="stylesheet" href="$ThemeDir/css/styles.css" />
<script type="text/javascript" src="//use.typekit.net/emt4dhq.js"></script>