From b80c886fe6245c402e84fb7a6de953e3364c9b62 Mon Sep 17 00:00:00 2001 From: xemlock <952555+xemlock@users.noreply.github.com> Date: Tue, 21 Apr 2020 00:05:09 +0200 Subject: [PATCH] Add README --- README.md | 12 ++++++++++++ readme.txt | 25 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 README.md create mode 100644 readme.txt 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