JsonLd set hiringOrganization as confidential but only shows the string confidential expected? #3169
Replies: 5 comments 2 replies
-
|
This looks like a Google issue not a Schema.org thing. the Schema.org definition doesn’t talk about “Confidential” as a special value for https://schema.org/hiringOrganization But in https://developers.google.com/search/docs/advanced/structured-data/job-posting
I will investigate at Google and report back. |
Beta Was this translation helpful? Give feedback.
-
|
I will.
…On Thu, 25 Aug 2022 at 13:43, Umut Tufanoglu ***@***.***> wrote:
Hi @danbri <https://github.com/danbri> thanks for the reply, are you
going update on this thread once you have more information.
—
Reply to this email directly, view it on GitHub
<#3169 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJSGJ3LYM2YBIR2UBVE5LV25TA5ANCNFSM57SY6PXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
@danbri @28development Any news on this? |
Beta Was this translation helpful? Give feedback.
-
|
@RichardWallis - can you take a look?
…On Wed, 18 Jan 2023 at 12:04, Tobias Battenberg ***@***.***> wrote:
@danbri <https://github.com/danbri> @28development
<https://github.com/28development> Any news on this?
—
Reply to this email directly, view it on GitHub
<#3169 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJSGN4RTHVKKX5U54GOB3WS7L5BANCNFSM57SY6PXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Echoing @danbri's comment: Looking at Googles writings on this there is some confusion and lack of clarity. Firstly they say this in documentation: Elsewhere there is this in a Google support conversation: Jobs or content that represent the employer in a way that is not accurate, realistic, or truthful. Also this markup contradicts Google: hiringOrganization Organization As a data consumer, some clarity from Google would be helpful. One option for Schema.org could be to to define a specific value in the vocabulary to represent this state of a confidential organization. However, this would then raise issues of where this would be applicable and which data consumers may adopt it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Not sure if this is the expected behavior so I am just asking here:
We added JsonLd to our site and it works good so far, but I think that the confidential property does not really work in our setup.
This is out setup:
This is how we set the confidential prop like it is described in the docs:
"hiringOrganization":"confidential",But currently the JSON-LD view shows as a company name "confidential" which is wrong I think, what are we missing here?
Kind regards.
Beta Was this translation helpful? Give feedback.
All reactions