6. Debug Mode Has to Be Turned Off

There are a few debugging tools that have been built on WordPress. These tools help generate useful messages to developers. The most vital tool is WP_DEBUG in your WordPress install.

However, on a site that is online, the debug mode should not be turned on because it can expose a lot of information about your site to visitors, and it is, therefore, a security risk. That is why WordPress will ding your Site Health Score if your debug mode is still turned on.

The debug mode can be configured by finding this line in your wp-config.php file:

Define (‘WP_DEBUG’, true);

To switch it off, you can either change True to False, or you can delete the entire line.

7. Make Use of HTTPS and Install SSL Certificates

HTTPS or Secure HTTP is a form of encryption that secures the connection between your server and the app browser of anyone utilizing your website. It also gives you that trust-building green padlock in web browsers.

Also, all non-HTTPS pages will be marked as “not secure” by Google Chrome. To dodge this, and increase your Site Health Score, you will get an SSL certificate installed and your site has to be migrated to HTTPS.

Many hosts now give free SSL certificates through “Let’s Encrypt”, which allows you to install with only a few clicks, or you can discover other free and cheap SSL certificates.

8. REST API Must Be Left Enabled

The WP REST API assists your WordPress core in connecting with the different web, desktop, and mobile apps that are connected to the internet. This enables WordPress to work efficiently as a content management system, storing and serving up content that will be seen on the internet.

The WP REST API is enabled by default, but plugins like the security plugins, for example, would be disabled by developers.

However, to get a perfect WordPress Site Health Score, you’ll need to enable the WP REST API and leave it that way. Most plugins and tools that disable the REST API will also give you the option to leave it enabled.



Join the Discussion
Write something…
Recent messages
lesabre Premium
Thank you for the share Israel.

Michael
Reply
statius Premium Plus
Thanks so much Israel. Very helpful.
Reply
FKelso Premium Plus
A great guide -- I need to run a copy of your post in order to remember everything that needs checked. Thanks for posting.
Reply
42Louise Premium
Great post.

A bit confused about the version of WordPress stated as 5.2. Is the latest version 5.5.3? And if so, is your post title for WP 5.2 and any versions after that?

Plus, I have PHP - version 7.3.9 and it states I should be using the minimum recommended - version 7.4 of PHP. Do I put a ticket in with Site Support to take a look at that?

Thank you for posting this, Louise
Reply
Meenaf1 Premium Plus
Thank you Israel!

Would you please tell me what are the free and good Plug ins in Wordpress to capture leads and have a follow up email option?
Reply
Warren-W Premium
Why not just use Aweber, which has a good free membership
Reply
Meenaf1 Premium Plus
Thank you Warly!

I presently use MailMunch but they do not have the option of email follow up within the free package but paid. I am looking for a free one.
Reply
Warren-W Premium
Then Aweber should suits you
Reply
Meenaf1 Premium Plus
Thank you Israel.
Reply
Top