-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |