Hi all, I’ve taken over a website but have no access to the hosting for another few weeks. The website was built in 2009 so you can imagine the fun I’m having using Cloudflare to add a CMP, GA4, caching and to move it from HTTP to HTTPS.
The latter is causing me some issues. I’ve enabled “Always Use HTTPS” and “Automatic HTTPS Rewrites” but some elements won’t change and I’m running in Development Mode. Some examples:
Main code:
<meta property=“og:url” content="http://www.
<meta property=“og:image” content="http://www.
Site Map:
http://www.etc…
http://www.etc……
I just wondered if anyone had any workarounds. I’ve searched to no avail. If I was able to replace matching code that would be a start…