-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoShape and GeoCoordinates should allow a postalCode [edit: + country] for rough positioning. #810
Comments
Does postalCode make sense without a country? |
You're right. It would make more sense with a Country. The most obvious options seem to be:
In passing I note that Country says "You can also provide the two-letter ISO 3166-1 alpha-2 country code." but doesn't say which property of a Country would carry such a code (e.g. alternateName? should we add something?) [edit: rather - we don't say how the property would use the codes. We ALSO don't say how these codes would show up via the Country type, see #815). |
Hi, Just as suggestion, some time ago I came across with a ISO standard for Addresses via UPU ( Universal Postal Union - upu.net ) . |
Thanks @radusi - I was also wondering in this direction, e.g. URI schemes, but I think both approaches are relatively obscure (even if the idea is very sensible). |
We allow addressCountry on GeoShape and GeoCoordinates, and more explicitly anticipate textual country code values.
I've committed some changes - see http://sdo-phobos.appspot.com/addressCountry
I believe these are both pretty sensible given the options... |
Fixed in http://schema.org/docs/releases.html#v2.2 - thanks all |
Sub-issue of #113.
This is non-essential in that we can use GeoShape --address-- PostalAddress -- postalCode-- xyz.
But that is needlessly heavy, so let's pick out the most useful piece of PostalAddress for this purpose, postalCode. This fits well with the approach implemented in #808 which allows these to have a simple textual 'address' too.
The text was updated successfully, but these errors were encountered: