- Developer
- WPShop
Clearfy Pro NULLED is a Powerful WordPress Plugin
+57 points for improving your site, SEO preparation of the site, removing duplicate pages, cleaning code from garbage, correct redirects, additional protection and more...
Removes JSON REST API
WP from version 4.4 creates technical pages /wp-json/ that are successfully indexed by search engines, and junk pages get into the index. The screenshot shows an example of a site from Yandex Webmaster, which has 34,000 technical pages included in the index.
Disables emoji support
Since version 4.2, WP has added support for Emoji emoticons in the source code for older browsers. An external library from Twitter is used. In 90% of cases, this only creates extra code and requests to external resources.
Removes unnecessary links from the <head> section
By default, WP outputs links to RSD, WLW Manifest, short link /?p=1, previous and next entries.
Removes .recentcomments styles
The default WP for the "recent comments" widget prescribes styles in the code that are almost impossible to change, because. !important is applied to them.
Removes dns-prefetch
Since version 4.6.1, WordPress has new links in the <head> section of the form: <link rel='dns-prefetch' href='//s.w.org'>
Removes jquery-migrate.min.js
The jquery-migrate.min.js file is required for older jQuery scripts prior to version 1.9.x. Now there is practically no need to use this file.