Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

canonical link - url scheme https is not respected #514

Open
DietmarBlue opened this issue Feb 9, 2018 · 1 comment
Open

canonical link - url scheme https is not respected #514

DietmarBlue opened this issue Feb 9, 2018 · 1 comment

Comments

@DietmarBlue
Copy link

DietmarBlue commented Feb 9, 2018

MetaSEO version: 2.1.0
TYPO3 version: 7.6.24
PHP version: 5.6.30

I have am multisite installation, canonical url is generated fine, except the URL scheme, which should be https and not http

This page
https://www.villa-postillion.at/de/service-infos/aktuelles-essen/

has a canonical TAG that uses http instead of https
<link rel="canonical" href="http://familienhotelpost.com/de/service-infos/aktuelles-essen/">

The link generation failes here:
\metaseo\Classes\Page\Part\MetatagPart.php Line 366
$ret = $this->cObj->typoLink_URL($conf);

@DietmarBlue DietmarBlue changed the title link is url scheme https is not respected canonical link - url scheme https is not respected Feb 9, 2018
@thomaszbz
Copy link
Member

Have you tried plugin.metaseo.metaTags.canonicalUrl.fallbackProtocol = https?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants