You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
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);
The text was updated successfully, but these errors were encountered: