cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Add additional parameters for Template Tag location_info #834

Open Phu2 opened 5 years ago

Phu2 commented 5 years ago

In order to output metadata compliant to the schema.org vocabulary for SEO purposes it would be useful to have these addtional parameters

available for the location_info() Template Tag, similar to https://developers.google.com/maps/documentation/geocoding/intro#GeocodingResponses

According to https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Tag-Reference#location-info these parameters are not available yet.

The desired output would look like the examples shown here https://schema.org/address

cyberhobo commented 5 years ago

I'd caution that this may require extensive changes to implement, but I am open to contributions that follow the development guidelines.