Add sameAs to organization schema

Good evening Florian,

How are you doing?

Let me rethank you for the amazing plugin and I was wondering about to to add sameAs to my organization schema which is like this:

 {
 ? ? "id": "snip-global-organization",
 ? ? "context": "http://schema.org",
 ? ? "type": "Organization",
 ? ? "url-prop-599be6521135e": {
 ? ? ? ? "0": "blog_url",
 ? ? ? ? "1": null,
 ? ? ? ? "overridable": false,
 ? ? ? ? "overridable_multiple": false
 ? ? },
 ? ? "name-prop-599be652113e9": {
 ? ? ? ? "0": "blog_title",
 ? ? ? ? "1": null,
 ? ? ? ? "overridable": false,
 ? ? ? ? "overridable_multiple": false
 ? ? },
 ? ? "logo-prop-599be65211453": {
 ? ? ? ? "0": "http://schema.org/ImageObject",
 ? ? ? ? "1": {
 ? ? ? ? ? ? "id": "snip-599be6401df71",
 ? ? ? ? ? ? "context": "http://schema.org",
 ? ? ? ? ? ? "type": "ImageObject",
 ? ? ? ? ? ? "url-prop-599be652112f6": {
 ? ? ? ? ? ? ? ? "0": "site_icon_url",
 ? ? ? ? ? ? ? ? "1": null,
 ? ? ? ? ? ? ? ? "overridable": false,
 ? ? ? ? ? ? ? ? "overridable_multiple": false
 ? ? ? ? ? ? },
 ? ? ? ? ? ? "width-prop-599be65211337": {
 ? ? ? ? ? ? ? ? "0": "site_icon_width",
 ? ? ? ? ? ? ? ? "1": null,
 ? ? ? ? ? ? ? ? "overridable": false,
 ? ? ? ? ? ? ? ? "overridable_multiple": false
 ? ? ? ? ? ? }
 ? ? ? ? },
 ? ? ? ? "overridable": false,
 ? ? ? ? "overridable_multiple": false
 ? ? },
 ? ? "email-prop-5e9fc44ad65e2": {
 ? ? ? ? "0": "textfield",
 ? ? ? ? "1": "info@egypttaxitransfer.com",
 ? ? ? ? "overridable": false,
 ? ? ? ? "overridable_multiple": false
 ? ? },
 ? ? "location-prop-5e9fc494bf658": {
 ? ? ? ? "0": "textfield",
 ? ? ? ? "1": "Cairo, Egypt",
 ? ? ? ? "overridable": false,
 ? ? ? ? "overridable_multiple": false
 ? ? },
 ? ? "telephone-prop-5e9fc4db74fb3": {
 ? ? ? ? "0": "textfield",
 ? ? ? ? "1": "+201001070925",
 ? ? ? ? "overridable": false,
 ? ? ? ? "overridable_multiple": false
 ? ? },
 ? ? "_is_export": true,
 ? ? "@ruleset": [
 ? ? ? ? [
 ? ? ? ? ? ? {
 ? ? ? ? ? ? ? ? "param": "page_type",
 ? ? ? ? ? ? ? ? "operator": "==",
 ? ? ? ? ? ? ? ? "value": "all"
 ? ? ? ? ? ? },
 ? ? ? ? ? ? {
 ? ? ? ? ? ? ? ? "param": "post_type",
 ? ? ? ? ? ? ? ? "operator": "!=",
 ? ? ? ? ? ? ? ? "value": "product"
 ? ? ? ? ? ? },
 ? ? ? ? ? ? {
 ? ? ? ? ? ? ? ? "param": "post_type",
 ? ? ? ? ? ? ? ? "operator": "==",
 ? ? ? ? ? ? ? ? "value": "ufaq"
 ? ? ? ? ? ? },
 ? ? ? ? ? ? {
 ? ? ? ? ? ? ? ? "param": "post_type",
 ? ? ? ? ? ? ? ? "operator": "==",
 ? ? ? ? ? ? ? ? "value": "page"
 ? ? ? ? ? ? },
 ? ? ? ? ? ? {
 ? ? ? ? ? ? ? ? "param": "post_type",
 ? ? ? ? ? ? ? ? "operator": "==",
 ? ? ? ? ? ? ? ? "value": "post"
 ? ? ? ? ? ? }
 ? ? ? ? ]
 ? ? ]
 } 

and I want to add? “sameAs” :

{
 ? ?"https://twitter.com/egypt_taxi",
 ? ?"https://www.facebook.com/egypttaxitransfers",
 ? ?"https://www.instagram.com/egypt.taxi.transfer/"
 ? ?"https://g.page/egypt-taxi-transfer?gm"
},?

But can’t figure out how to add and when I tried to add it in the code, it gave me an error

Thanks

AHmed

One thought on “Add sameAs to organization schema

Leave a Reply