Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #978923

    Hi,

    To be honest I am unsure if this is in the Enfold theme or not, but I am guessing it is. There is a link here to http://schema.org/ImageObject

    Without https. Considering the enforcment/rankings etc. of https to websites in July (by google) I am naturally trying to convert all http to https. So how do I achieve it for that part?

    <footer class="entry-footer"></footer><div class='post_delimiter'></div></div><div class='post_author_timeline'></div><span class='hidden'>
    			<span class='av-structured-data'  itemprop="ImageObject" itemscope="itemscope" itemtype="https://schema.org/ImageObject"  itemprop='image'>
    					   <span itemprop='url' >https://someImageUrl</span>
    					   <span itemprop='height' >630</span>
    					   <span itemprop='width' >1246</span>
    				  </span><span class='av-structured-data'  itemprop="publisher" itemtype="https://schema.org/Organization" itemscope="itemscope" >
    				<span itemprop='name'>Joe Schmoe</span>
    				<span itemprop='logo' itemscope itemtype='http://schema.org/ImageObject'>
    				   <span itemprop='url'>https://someLogoUrl.png</span>
    				 </span>
    			  </span><span class='av-structured-data'  itemprop="author" itemscope="itemscope" itemtype="https://schema.org/Person" ><span itemprop='name'>Joe Schmoe</span></span><span class='av-structured-data'  itemprop="datePublished" datetime="2017-08-01T09:31:38+00:00" >2017-08-01 09:31:38</span><span class='av-structured-data'  itemprop="dateModified" itemtype="https://schema.org/dateModified" >2017-06-28 15:03:39</span><span class='av-structured-data'  itemprop="mainEntityOfPage" itemtype="https://schema.org/mainEntityOfPage" ><span itemprop='name'>Cool Stuffs</span></span></span></article><div class='single-small'></div>
    				<!--end content-->
    				</main>
    #978965

    Hey Siniz,

    Please go to enfold/includes/helper-markup.php in Appearance > Editor and search ” http: ” and change it to https. We have reported it to our devs.

    Best regards,
    Yigit

    #979049

    Yigit, if I wait a while I assume your devs will push out a new version where it is changed to https? If so that is enough for me.

    Remember that Google is doing the shift in July in Chrome 68, so it is not that far of. However, this particular piece of code has no affect on that. I’ve successfully converted my website to show as https. But I strive to make every external http call into https and this is one of the last pieces missing.

    #979051

    Hi,

    I reported it to our devs already and it will be included in upcoming update however we do not have an ETA yet.
    I will check with our devs.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.