schema markup for multilingual website / subdomains
I just created a translation of my website:
- http://example.com (Original website)
- http://fr.example.com (Translated Version)
I need to know the best way to schema-markup the homepages. On Main Website (English Version), here is the markup I used:
Now my question is, on the french version homepage, I guess this what I should use:
But then,
- should I leave the publisher as "@id": "http://example.com/#organization"? OR
- should I copy the Organization Script tag into the french homepage also? OR
- should I just copy the organization details and paste into "publisher" on the french page?
I'm open to corrections if my method/approach is wrong.
Thank You.