Remove the canonical links until I can make them work.

main
Zed A. Shaw 11 months ago
parent 8af16cafad
commit a736fbc31c
  1. 3
      client/components/SEOTricks.svelte

@ -69,9 +69,6 @@
{#each Object.keys(twitter) as key}
<meta name="twitter:{key}" content={ twitter[key] }/>
{/each}
<link rel="alternate" hreflang={ language } href={ og.url } />
<link rel="canonical" href={ og.url }/>
</svelte:head>
<!-- SCHEMA.org spec -->

Loading…
Cancel
Save