Please concider changing [line 92 of UrlService.php](https://github.com/b13/t3ext-seo_basics/blob/97fbe8fe822b56ab1c54a658f1880cf2c601469a/Classes/Service/UrlService.php#L92) to ``` $scheme=GeneralUtility::getIndpEnv('TYPO3_SSL') ? 'https' : 'http'; ``` As this will use the same scheme as the currently used domain.
Please concider changing line 92 of UrlService.php to
As this will use the same scheme as the currently used domain.