Whitespace Fixer for XML Sitemap

Description

Whitespace Fixer for XML Sitemap is a lightweight plugin that automatically removes unwanted spaces or blank lines before the XML declaration (<?xml version="1.0" ... ?>) in your WordPress output.

This small whitespace, often caused by themes or plugins, breaks XML feeds and causes browser or validator errors like:

XML declaration allowed only at the start of the document

With this plugin activated, the output buffer is cleaned before anything is sent to the browser—ensuring your sitemaps and RSS feeds are valid and readable by search engines like Google.

✅ Works with:
– Rank Math
– Yoast SEO
– Other Seo Tools
– All themes and plugins

No settings page. No configuration. Just activate and forget.

Features

  • Automatically removes leading whitespace from XML output
  • Fixes “XML declaration not at start” errors
  • Works with Rank Math, Yoast, and other sitemap plugins
  • Compatible with any WordPress theme or hosting
  • Runs silently in the background

License

Whitespace Fixer for XML Sitemap is licensed under the GNU General Public License v2 or later.

Screenshots

  • Browser error message without the plugin (before fix)

  • Browser error message without the plugin (before fix)

  • XML sitemap loads cleanly after plugin activation (no errors)

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory, or install it via the WordPress Plugin Installer.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. That’s it! Your sitemaps and feeds will now be clean and error-free.

FAQ

Does this plugin modify any content or database?

No. It only buffers and cleans output whitespace before it reaches the browser. It doesn’t store or alter data.

Will this conflict with my SEO plugin?

Not at all. It is compatible with Rank Math, Yoast SEO, All in One SEO, SEOPress, and others.

What if I still see the error after activation?

Ensure no theme or plugin is sending output (like echo, var_dump(), or spaces) before the plugin loads. Also, clear any caching and test again.

Does it have any settings page?

No. It’s designed to be automatic. Activate and you’re done.

Reviews

October 22, 2025
My sitemap had a strange whitespace problem that was breaking indexation. I installed this plugin, and it fixed everything instantly! Super simple and works like a charm — highly recommended for anyone facing sitemap issues.
Read all 2 reviews

Contributors & Developers

“Whitespace Fixer for XML Sitemap” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.2

  • Improved performance by reducing unnecessary output buffering.
  • Refactored core cleanup logic for cleaner and more reliable XML output.

1.0.1

  • Improved output sanitization to enhance overall security and prevent unwanted data leakage.
  • Added stricter header validation before applying whitespace cleanup for safer XML response handling.
  • Optimized output buffer handling to ensure better compatibility with caching and SEO plugins.
  • Improved performance and reduced risk of accidental whitespace removal in non-XML outputs.

1.0.0

  • Initial release
  • Automatically removes whitespace before XML declarations