javiercasares / WPsustainable

WordPress plugin. Check the sustainability from your hosting company and the CO2 generated by your IP address.
https://wordpress.org/plugins/wpsustainable/
GNU General Public License v3.0
5 stars 3 forks source link

Provide more information around non-green results #7

Closed fershad closed 1 year ago

fershad commented 1 year ago

When the greencheck test comes back as false (not a known green web host), it would help to link out to additional information about why this might be the case.

The Green Web Foundation have an FAQ that explains why greencheck results might return false. Linking to this could help head off a lot of questions from folks who think their site should be returning a green result. https://www.thegreenwebfoundation.org/support/why-does-my-website-show-up-as-grey-in-the-green-web-checker/

Proposed wording: https://github.com/javiercasares/WPsustainable/blob/e8276469764ed2708c521e0d2099a7cfc74e99cf/includes/class-health.php#L101

_( 'is not using green energy for your site. <a href="https://www.thegreenwebfoundation.org/support/why-does-my-website-show-up-as-grey-in-the-green-web-checker/">Why am I seeing this result?</a>', 'wpsustainable' )
jamieblomerus commented 1 year ago

I have opened pull request #13 for this issue.