Closed petehalverson closed 4 years ago
Fix for honoring the CMS link policy:
Set currentUrl to path (plugins/renatio/seomanager/components/SeoTags.php)
$this->page['currentUrl'] = request()->path();
Use twig app filter in component markup (plugins/renatio/seomanager/components/seotags/default.htm):
<link rel="canonical" href="{{ seoTag.canonical_url ?: currentUrl|app }}"> ... <meta property="og:url" content="{{ currentUrl|app }}">
Thanks! It will fixed in next build.
Fix for honoring the CMS link policy:
Set currentUrl to path (plugins/renatio/seomanager/components/SeoTags.php)
Use twig app filter in component markup (plugins/renatio/seomanager/components/seotags/default.htm):