bobdenotter / seo

Bolt SEO extension
https://bobdenotter.github.io/seo/
MIT License
48 stars 34 forks source link

Canonical Link Override non-functional #57

Closed jcellak closed 6 years ago

jcellak commented 6 years ago

Note: disabled all other Extensions before confirming this issue. Using the latest build of Bolt (v3.3.6), and the latest build of the SEO Extension (v1.0.5)

The Canonical override variable appears to be non-functional in the majority of cases I attempted to get it working.

Screencap of variable used to override/test (and expected output): canonicaltest

Actual output:

<head>
    <title>Title Override</title>
    <meta name="description" content="Description Override">
    <meta property="og:locale" content="en_US">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Title Override">
    <meta property="og:description" content="Description Override">
    <meta property="og:url" content="http://192.168.184.143/courses/test-course-slug">
    <meta name="robots" content="noindex, follow">
    <meta name="generator" content="Bolt">
    <link rel="canonical" href="http://192.168.184.143/courses/test-course-slug">
</head>