diff --git a/docs/1.0.md b/docs/1.0.md index 870c68c..7edf2ff 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -172,4 +172,31 @@ Please do not exceed `128 characters` for the node value or attribute values, or `Becky Smith` -

\ No newline at end of file +

+ + +## Location +`` +This tag is intended to describe the location of editorial focus for a podcast's content (i.e. "what place is this podcast about?"). The tag has many use cases and is one of the more complex ones. You are **highly encouraged** to read the full [implementation document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/location/location.md) before starting to code for it. + +#### Parent +`` or `` + +#### Count +Single + +#### Node Value +This is a free-form string meant to be a human readable location. It may conform to conventional location verbiage (i.e. "Austin, TX"), but it shouldn't be depended on to be parseable in any specific way. This value cannot be blank.Designer + +#### Attributes + - **geo:** (recommended) This is a latitude and longitude given in "geo" notation (i.e. "geoURI:30.2672,97.7431"). + - **osm:** (recommended) The Open Street Map identifier of this place, given using the OSM notation (i.e. "R113314") + +Please do not exceed `128 characters` for the node value or it may be truncated by aggregators. + +#### Examples +`Austin, TX` + +`Birmingham Civil Rights Museum` + +Please see the [implementation document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/location/location.md) and the [example feed](https://github.com/Podcastindex-org/podcast-namespace/blob/main/example.xml) for more examples. \ No newline at end of file