=== WP Local SEO === Contributors: digitaleheimat,wansinn Donate link: http://www.digitaleheimat.de/ Tags: seo, geo, location, opening hours, custom meta fields, sitemap, digitaleheimat Requires at least: 3.5.1 Tested up to: 3.5.1 Stable tag: 1.21 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Local SEO improves your visibility by adding location information in Schema.org format to your posts and creates a sitemap with geo information. == Description == WP Local SEO improves your search engine visibility by adding location information and google map data to you wordpress posts, pages and custom post types via a custom field set. It shows the information in a template that is Schema.org valid and also creates a sitemap with geodata which supported by Google and can submitted ie. via Google Wembasters. It comes with a set of options to make it as flexible to use as possible: = Post type settings = **"Location" as post type** The plugin comes with a built in post type that only shows the location information. Useful, if you have a list of locations with now further information necessary. **Enable plugin for each avaiable post type** You can enable the location information individually for each post type you have installed in your Wordpress blog. Useful, if you want to add location information to existing post types (ie. a contact page, blog posts about locations or events) = Enable additional fields = The plugin supports, next to the default address fields, additional SEO relevant fields. All these fields can be activates * **Phone** * **Fax** * **Email address** * **Website** * **Description** * **Opening hours** (a dynamic fieldset to enter various opening hours) = Template options = The plugin comes with a default template for the location information and it offers the possibility to override the template in your theme folder. You can append the template to your theme: * automatically via **Wordpress filter** * manually via a **funciton call** * directly to a post via **shortcode** = Multilingual support = The plugin is fully translatable and comes with following default languages: * **English** * **German** * Send us your translation into another language to make it avaiable for others WP Local Seo is developed by [digitaleheimat GmbH](http://www.digitaleheimat.de) == Installation == The plugin installation works like most of the Wordpress plugins: 1. Upload the folder `wp-local-seo` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Visit `Setting > WP Local SEO` to configure the plugin == Frequently Asked Questions == Please use Support section for further support. FAQ will be added soon. == Screenshots == 1. The template doesn't look too special - the magic lies in the source code that implements the *Schema.org* notation 2. The settings page gives you quite a view options to adjust the plugin to your needs == Changelog == = 1.21 = * no updates = 1.20 = * added optional post id to function call and shortcode to extend possibility to show geo location field of a post inside another post * changed variable $post->ID to $wpl_id in location-template.php = 1.11 = * **Bugfix:** wp-local-seo.jsm wp-local-seo.js included wrong (wp-localseo.js, wp-localseo.css) * **Bugfix:** elements in wp-local-seo.js, wp-local-seo.css named wrong (#dhl) * **Bugfix:** PO-files named wrong = 1.1 = * renaming the Plugin to WP Local SEO * adding upgrading compatibility = 1.0 = * First version