Add "canonical" link to every html page
[stouyapi.git] / data / templates / game.tpl.php
index ee41ebe67010a5d78c81243a1faa11b324348167..04b6317c6f8a56df3cc7724dd63f8630176278ab 100644 (file)
@@ -7,6 +7,7 @@
   <meta name="author" content="<?= htmlspecialchars($json->developer->name) ?>"/>
   <link rel="stylesheet" type="text/css" href="../ouya-game.css"/>
   <link rel="icon" href="../favicon.ico"/>
+  <link rel="canonical" href="<?= htmlspecialchars($canonicalUrl) ?>"/>
   <meta name="twitter:card" content="summary_large_image"/>
   <meta property="og:title" content="<?= htmlspecialchars($json->title); ?>" />
   <meta property="og:description" content="<?= htmlspecialchars(substr(strtok($json->description, '.!'), 0, 200)); ?>." />