diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb4e456 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Fix for Yoast SEO Sitemap error + +This WordPress plugin fixes Yoast SEO sitemap error: [XML declaration allowed only at the start of the document](https://yoast.com/help/xml-sitemap-error/). + +## Installation + +1. Upload the plugin files to the `/wp-content/plugins/wordpress-seo-sitemap-fix` directory +2. Activate the plugin through the 'Plugins' screen in WordPress + +## License + +GPLv3 diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..89a0530 --- /dev/null +++ b/readme.txt @@ -0,0 +1,25 @@ +=== Fix for Yoast SEO Sitemap error === +Contributors: xemlock +Tags: SEO, XML sitemap +Requires at least: +Tested up to: +Stable tag: +Requires PHP: 5.3.0 +License: GPLv3 +License URI: http://www.gnu.org/licenses/gpl.html + +Fixes Yoast SEO sitemap error: XML declaration allowed only at the start of the document. + +== Description == + +Fixes Yoast SEO sitemap error: [XML declaration allowed only at the start of the document](https://yoast.com/help/xml-sitemap-error/). + +== Installation == + +1. Upload the plugin files to the `/wp-content/plugins/wordpress-seo-sitemap-fix` directory +2. Activate the plugin through the 'Plugins' screen in WordPress + +== Changelog == + += 0.1.0 = +* Initial implementation