Jump to content

Change http://www.schema.org to https://www.schema.org


LDDG

Recommended Posts

Hello all,

I just noticed that my Firefox browser is saying that some content on my website is not secured. When I did a view page source, I noticed 3 links that are not HTTPS:

<script type='application/ld+json'>
{
    "@context": "http://www.schema.org",
    "@type": "WebSite",
    "name": "Los Duros Del G\u00e9nero\u00ae",
    "url": "https://www.losdurosdelgenero.com/",
    "potentialAction": {
        "type": "SearchAction",
        "query-input": "required name=query",
        "target": "https://www.losdurosdelgenero.com/search/?q={query}"
    },
    "inLanguage": [
        {
            "@type": "Language",
            "name": "English (US)",
            "alternateName": "en-US"
        }
    ]
}	
</script>
<script type='application/ld+json'>
{
    "@context": "http://www.schema.org",
    "@type": "Organization",
    "name": "Los Duros Del G\u00e9nero\u00ae",
    "url": "https://www.losdurosdelgenero.com/",
    "logo": "https://files.losdurosdelgenero.com/theme_resources/monthly_2018_06/logo-lddg-oficial.png.41a72cc526506f988c3d88bd19e47f0a.png",
    "sameAs": [
        "https://www.facebook.com/losdurosdelgenero",
        "https://www.instagram.com/losdurosdelgenero",
        "https://www.youtube.com/losdurosdelgenerotv",
        "https://www.twitter.com/somoslosduros"
    ],
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "",
        "addressLocality": null,
        "addressRegion": null,
        "postalCode": null,
        "addressCountry": null
    }
}	
</script>
<script type='application/ld+json'>
{
    "@context": "http://schema.org",
    "@type": "ContactPage",
    "url": "https://www.losdurosdelgenero.com/contact/"
}	
</script>

 

How can I change http://www.schema.org to https://www.schema.org?

I checked all templates but I just can't figure out where this is. I know the above is being generated by the includeJS template but it does not show this URL.

Thanks in advance!

Link to comment
Share on other sites

Going to assume you've changed the URL in conf_global.php to have the https yes ? Otherwise not many of the links will be correct.

If so now go to the Admin Panel and the Support tool, run this choosing "Something is not working properly..." , just until it says that it has cleared out temporary cached data etc, no need ot go further with this tool at this stage.

Try your site again, don't forget to hard refresh the page to ensure you get a real 'full' copy not a browser cached one.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...