Archived topic
Switched to HTTPS, URL in template still in HTTP
3 replies · Started by Moelholt on March 13, 2017
Hi
I have switched to HTTPS but in the template there are still HTTP references in the theme generated output. This makes my site not 'true' secure.
In the header:
<link rel="profile" href="http://gmpg.org/xfn/11">
In the body
itemtype='http://schema.org/WebPage'
itemtype="http://schema.org/WPHeader"
Can i change these settings somewhere ?
Best regards
John
Those URLs don't need to be HTTPS, as they're not clickable. They simply tell search engines what kind of element it is using schema.org standards.
OK got it.
My browser just complained, but detected at HTTP:// (not HTTPS) URL to a image. Fixed that and no more "not secure" message in the browser.
Thanks for the info.
/John
No problem :)