• Resolved nomaxch

    (@nomaxch)


    Hi

    You hard coded the “https://schema.org/” in the business-profile-templates/contact-card.php. It makes no sense for SSL pages/domains.

    I suggest you update your code to the follwing without http nor https:

    <address class=”bp-contact-card” itemscope itemtype=”//schema.org/<?php echo bpfwp_setting( ‘schema-type’, bpfwp_get_display( ‘location’ ) ); ?>”>

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • NateWr

    (@natewr)

    Hi @nomaxch,

    This is a little bit complicated. A good overview of why https protocols can be bad to use for vocabulary URIs can be found in this StackOverflow answer.

    However, an update to the Schema.org faq in late 2015 mentions that they will be supporting https soon.

    It doesn’t say precisely when, though. It does say that code examples will be updated, and when I look at the examples for the LocalBusiness, it’s still using the http protocol.

    I suspect they’re right when they say that either protocol is ok to use for now. But I’m going to leave http in place until I see the relevant code examples updated to reflect the change.

    Thread Starter nomaxch

    (@nomaxch)

    Hi

    Never mind. It was just a suggestion ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hard coded https://schema.org/ –> SSL’ is closed to new replies.