Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Apr 20, 2020
1 parent 03f1991 commit b80c886
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
25 changes: 25 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b80c886

Please sign in to comment.