• Resolved jefferisp7

    (@jefferisp7)


    I have installed SSL on this new site and it seems that Gutenberg’s Tiled Image gallery is creating a problem. There are a lot of interior links that say https://schema.org/ImageGallery {itemscope itemtype=”https://schema.org/ImageGallery”} for the image source and even though I have set the website in general settings to https, the gallery is not updating to show the secure links. I have Jetpack installed but I believe the gallery is from WP. I created the page and the post in the WP.com management area.

    Any ideas? Or what else might be blocking the lock?

    • This topic was modified 6 years, 1 month ago by jefferisp7.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Dion Hulse

    (@dd32)

    Meta Developer

    Outputting the schema links as http is actually correct, as that’s the canonical url for them (if you view https://schema.org/ImageGallery).

    The URL listed is simply a unique identifier for the type, which is consistent between all sites, it doesn’t need to be SSL and shouldn’t negatively impact upon your sites SSL ability/score/etc as it shouldn’t be considered an insecure resource being embedded.

    Can you elaborate on the actual problem you’re seeing? Have you just noticed these links being http, or is a tool or browser throwing a warning about it?

    That all being said, I believe you’ll find the schema.org references are coming from Jetpacks Tiled Gallery option rather than from Gutenbergs gallery functionalities: https://github.com/Automattic/jetpack/blob/master/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php#L17

    Thread Starter jefferisp7

    (@jefferisp7)

    thank you for your reply. It is the browser throwing warnings about the page not being completely SSL secure. When I look at the raw page source, those are the only links that are http: vs https.

    So I am confused then what may be causing the failure.

    Moderator Marius L. J.

    (@clorith)

    Hiya,

    The mixed content warning is coming from the image used in your header, it appears to be set by a tool for customizing CSS in your sites theme, specifically the following:

    
    .header-classic #headerwrap, #headerwrap {
        background-image: url(https://wimberleyartsfest.com/wp-content/uploads/2018/11/Sun-Ripened-Pears-with-copy.jpg);
    }
    
    Thread Starter jefferisp7

    (@jefferisp7)

    THANK YOU. Searched for an hour and couldn’t find that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Schema.org is preventing SSL’ is closed to new replies.