Closed
Description
One common SEO concern for anyone syndicating their content is that their own site gets the credited for their articles (instead of Medium, Dev.to, etc)
The common pattern on those sites is to take this from the front matter. I.e., canonical_url: https://example.com/my-article
in the front matter will result in the following being in the head of the published article:
<link rel="canonical" href="https://example.com/my-article/" />
Metadata
Metadata
Assignees
Labels
No labels