webdevops / TYPO3-metaseo

TYPO3 MetaSEO Extension
https://typo3.org/extensions/repository/view/metaseo
GNU General Public License v3.0
38 stars 24 forks source link

Sitemap loc from HTTP to HTTPS #525

Open jochenwichmann opened 6 years ago

jochenwichmann commented 6 years ago

MetaSEO version: 3.0.0

TYPO3 version: 8.7.8

PHP version: 7.1.8

Hello,

is it somehow possible to change the loc entries in the generated sitemap from HTTP to HTTPS (or to force a regenerations using HTTPS only)? In this case there is a website where SSL was recently installed/used, after running several weeks over HTTP only.

Thank you!

thomaszbz commented 6 years ago

@jochenwichmann After applying a https-only strategy (by 301 redirecting http requests to their https counterpart), I'd recommend to completely not only clean up metaseo but also realurl:

https://www.slicewise.net/php/realurl-datenbereinigung/

Please also make sure that the sitemap gets requested via https (by 301-redirecting http requests).