Permalink module should not add the canonical tag if nodewords is installed and enabled. Otherwise there will be multiple canonical tags.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1821890-fix_permalink_multiple_canonical_tag.patch | 1.04 KB | BalrajB |
Permalink module should not add the canonical tag if nodewords is installed and enabled. Otherwise there will be multiple canonical tags.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1821890-fix_permalink_multiple_canonical_tag.patch | 1.04 KB | BalrajB |
Comments
Comment #1
BalrajB commentedThere is a solution which we have done on our side, which is working very well.Would like to contribute to community. (Patch attached)
Comment #2
BalrajB commentedNeeds review.
Comment #3
BalrajB commentedComment #4
lolandese commentedThe Permalink Block module has recently been backported from D7 to D6.
The canonical link can there be disabled in the options as there are more contrib modules that add a canonical link (Global Redirect, Canonical URL, Nodewords). In D7 canonical links are provided by core.
Thanks.