WordPress / health-check

Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
GNU General Public License v2.0
174 stars 51 forks source link

Add check for robots.txt file #456

Closed Zodiac1978 closed 1 year ago

Zodiac1978 commented 1 year ago

Short introduction

(Partly) solving issue #454 and ticket core#56595

A static robots.txt file is better for performance, but it is easily missed that now WordPress' virtual /generated robots.txt file is not used anymore.

Description of what the PR accomplishes

This PR adds a tool which checks if the virtual file is used or a physical one. If there is a static file, the content is shown.

Bildschirmfoto 2023-08-04 um 15 27 03