=== Remove Yoast SEO comments ===
Contributors: lowest, tazotodua
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VYPRGME8QELC
Tags: yoast seo, yoast, seo, remove comments, remove html, remove ads, remove debug code, lightweight
Requires at least: 1.2.0
Stable tag: 1.2.0
Tested up to: 4.7

Removes the Yoast SEO advertisement HTML comments from your front-end source code.

== Description ==

A light-weight plugin which will remove the advertisement HTML comments coming from the Yoast SEO plugin, such as:

`<!-- This site is optimized with the Yoast SEO plugin -->`

RYSC also removes the HTML comments from XML pages generated by Yoast SEO.

This is a must-have plugin if you have Yoast SEO installed.

= Note: =
This plugin requires [Yoast SEO](http://wordpress.org/plugins/wordpress-seo/).

= Like this plugin? =
If you like this plugin, make sure to rate it 5 stars. Also check out [Remove Google Analytics comments](https://wordpress.org/plugins/remove-google-analytics-comments/)!

== Installation ==

1. Upload the 'remove-yoast-seo-comments' folder to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. All done! The HTML comments are now removed from your front-end source code.

== Frequently Asked Questions ==

= When Yoast SEO updates their plugin, will the HTML comments stay removed? =

Yes, they will stay removed as long as Yoast SEO doesn't change its coding layout. If they do decide to change their coding layout for any reason, the RYSC backup solution will kick in and keep the comments removed.

= Does this plugin add any configuration options? =

No, activate the plugin and you are done! The Yoast SEO have now been removed from your source code.

= Will this plugin modify any of my Yoast SEO plugin files? =

No, this plugin will not modify any of your Yoast SEO plugin files.

= My RYSC version is incompatible with Yoast SEO. What happened? =

In most cases happens when Yoast SEO changes their coding layout. Please be patient while we make RYSC compatible again.

== Changelog ==

= 2.0.4 =
* Fixes an issue regarding XML pages buffering

= 2.0.3 =
* Removes Yoast SEO comments from XML pages generated by Yoast SEO.

= 2.0.2 =
* Added support for Yoast SEO 4.3 and earlier (this includes custom Yoast SEO versions which cannot be updated).
* Plan B functions added for when Yoast SEO decides to change their coding layout.

= 2.0.1 =
* Yoast SEO update caused a bug in this plugin, this update fixes it.

= 2.0 =
* Introducing more modern, better and faster functions
* RYSC can now be activated without Yoast SEO being activated

= 1.0.5 =
* Fixed an security vulnerability regarding `target="_blank"` ([read more](https://core.trac.wordpress.org/ticket/36809))
* Added support for WordPress 4.7

= 1.0.4 =
* Removed debugging code

= 1.0.3 =
* Removed anonymous functions: RYSC is now more light-weight than ever

= 1.0.2 =
* Minor changes to all files
* Removed a unnecessary file

= 1.0.1 =
* Added support for Yoast SEO Premium

= 1.0 =
* Initial release