=== Clonable === Contributors: clonable Tags: Clonable, Language Tags, SEO, hreflang Requires at least: 5.0 Tested up to: 6.0 Requires PHP: 7.0 Stable tag: 1.2.2 License: GPL v2 or later Official plugin for improving your clones made with Clonable. Adds language tags for your clone to your site to improve SEO rankings. == Description == This is the official Wordpress plugin for [Clonable](https://www.clonable.net), a service used to create translated "clones" of your site. Altough you will be able to use this plugin if you are not a user of Clonable, it is mainly meant for our users. This plugin adds language tags to the head tag of all your pages, so your clones and original site are properly linked for SEO. This works for both translate and non-translate clones and supports clones of subfolders as well. == Installation == After installing the plugin you can enter the data needed for the plugin in the plugin settings, which can be found under Settings -> Clonable in the Wordpress admin interface. Here you can enter a JSON string containing all the necessary information. You can find this JSON for your clones in the Clonable control panel. An example is shown below. More information on this data format can be found in our [Knowledge base](https://kb.clonable.net). ` { "version":1, "data":{ "original":{ "domain":"example.nl", "langcode":"nl-nl" }, "clones":[ { "domain":"example.de", "langcode":"de-de", "original_subfolder": "/nl/", "clone_subfolder": "/de/" }, { "domain":"example.fr", "langcode":"fr-fr", "original_subfolder": "/", "clone_subfolder": "/" } ] } } ` == Changelog == v1.2.2: Fix crash on some installations when trying to detect whether woocommerce is installed or not. v1.2.1: Add compatibility with Mollie Payment Gateway. v1.2.0: Add integration with Woocommerce for easier conversion tracking on cloned sites. v1.1.2: Improved cache hit rate and tweaked backoff algorithm. v1.1.1: Fix a crash when saving the settings v1.1.0: Use translated versions of url's in language tags v1.0.2: Fix compatibility with Wordpress 6.0 Fix incorrect language tags in some cases v1.0.1: Fix compatibility with Wordpress < 5.9 v1.0.0: Initial release