Title: hard coded http://schema.org/ &#8211;&gt; SSL
Last modified: November 18, 2016

---

# hard coded http://schema.org/ –> SSL

 *  Resolved [nomaxch](https://wordpress.org/support/users/nomaxch/)
 * (@nomaxch)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hard-coded-httpschema-org-ssl/)
 * Hi
 * You hard coded the “**[http://schema.org/](http://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](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hard-coded-httpschema-org-ssl/#post-8453167)
 * Hi [@nomaxch](https://wordpress.org/support/users/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](http://stackoverflow.com/questions/27103063/how-to-implement-schema-org-on-https-pages).
 * However, an update to the Schema.org faq in late 2015 mentions that [they will be supporting `https`](https://schema.org/docs/faq.html#19)
   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](https://schema.org/LocalBusiness#eg-4),
   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](https://wordpress.org/support/users/nomaxch/)
 * (@nomaxch)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hard-coded-httpschema-org-ssl/#post-8453426)
 * Hi
 * Never mind. It was just a suggestion 🙂
 * Regards

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

The topic ‘hard coded http://schema.org/ –> SSL’ is closed to new replies.

 * ![](https://ps.w.org/business-profile/assets/icon-128x128.png?rev=2205555)
 * [Five Star Business Profile and Schema](https://wordpress.org/plugins/business-profile/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/business-profile/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/business-profile/)
 * [Active Topics](https://wordpress.org/support/plugin/business-profile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/business-profile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/business-profile/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [nomaxch](https://wordpress.org/support/users/nomaxch/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/hard-coded-httpschema-org-ssl/#post-8453426)
 * Status: resolved