Schema link breaks SSL

Posted in: Newspaper
Post count: 43

I get connection not secure error due to the http link of schema. How do I make the schema link to https?

<script type=”application/ld+json”>
{
“@context”: “http://schema.org&#8221;,
“@type”: “BreadcrumbList”,
“itemListElement”: [{
“@type”: “ListItem”,
“position”: 1,
“item”: {
“@type”: “WebSite”,
“@id”: “https://www.techshout.com/&#8221;,
“name”: “Home”

Post count: 20688

Hi,

From what I can find online both http and https are possible when using default schema mark-up
https://schema.org/docs/faq.html#19
https://webmasters.stackexchange.com/questions/68709/secure-and-non-secure-schema-org-markup
I can’t seem to find more information about json schema however, maybe you can find more about it online.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.