Add ISO_3166 2 beside of addressCountry
mhf-ir opened this issue · 1 comments
mhf-ir commented
"address": {
"@type": "PostalAddress",
"addressCountry": "IR",
...
"address": {
"@type": "PostalAddress",
"addressCountry": "IR",
"subdivisionISO": "IR-07",
...
https://en.wikipedia.org/wiki/ISO_3166-2
For example Tehran in IR (Iran) is IR-07
https://en.wikipedia.org/wiki/ISO_3166-2:IR#Current_codes
Key name suggest
- subdivision
- subdivisionISO
- addressSubdivision
- addressSubdivisionISO
- addressCountrySubdivisionISO
- addressCountrySubdivision
- countrySubdivisionISO
- countrySubdivision
danbri commented
See issue #7 for the context of the move from the main Schema.org issue tracker to this repository.