Skip to content

Commit

Permalink
chore: set canonical url
Browse files Browse the repository at this point in the history
Without it, the new domain won't be indexed by Google (Duplicate without
user-selected canonical).
  • Loading branch information
derlin committed Sep 22, 2024
1 parent fd85878 commit d2ea26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta name="robots" content="index, follow">
<meta name="title" content="Add a Table of Contents (TOC) to your Markdown Online">
<meta name="description" content="A universal Markdown TOC generator with presets for GitHub, BitBucket Server, Gitlab, dev.to, and more! Open-source, free, no trackers.">
<link rel="canonical" href="https://bitdowntoc.derlin.ch/" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
Expand Down

0 comments on commit d2ea26e

Please sign in to comment.