From f48bb86d2ed98f1040241c5e5603ffc696c80ed4 Mon Sep 17 00:00:00 2001 From: Arsen Dovlatyan Date: Thu, 20 Jun 2019 19:41:47 +0400 Subject: [PATCH] add canonical URL distributing caveat Related to https://github.com/10up/distributor/issues/321 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e353564fe..c94df3f62 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ __Distributing Authors__ - By default, distributed stories reference the origina __Distributing Post Date__ - By default, the "post date" on distributed stories is the date its published on the remote site, not the date published on the origin site. This can be overridden by extending Distributor with custom code to make it preserve the post date. +__Distributing Canonical URL__ - By default, canonical URL of distributed post will point to original content, which corresponds to SEO best practices. This can be overridden by extending Distributor with custom code and removing Distributor's default front end canonical URL filtering (look for `'get_canonical_url'` and `'wpseo_canonical'`). + __Drafts as preferred Status__ - By default, drafts are the preferred status and can't be changed at the source site. ## Changelog