Secure and non-secure Schema.org Markup?
-
Is it possible to have schema.org itemtypes for both secure and insecure ports? I run a static-ish site made in Jekyll, and am implementing Schema.org on the individual pages. As a result, I'm trying to use the following:
This doesn't validate with Google's Rich Snippet Tool. It doesn't register the Items as existing. Is there a good way to implement Schema.org in a static page hosted on both SSL and non-SSL ports?
-
Hello RoxBrock,
I have verified markup on https sites/urls with that tool so I'm not sure that's the issue. If the code you put above is the entirety of your markup, it looks to me like you've left out a few things, such as:
The full URL to the Schema itemtype. You have //schema.org/organization but I would put http://schema.org/Organization.
YOUR CLIENT ORGANIZATION
Perhaps this could be the cause for your markup not validating with Google? Please try and let us know how it goes.
-
the http URL will not work on an https page. I have changed the URL to https and it works in http and https sites. Thank you.
