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

The copy text in the new robots.txt viewer needs some review #460

Closed Zodiac1978 closed 1 year ago

Zodiac1978 commented 1 year ago

Feature request/bug description

After reading my own copy again, I think it should be fixed/optimized a bit (I'm not a native speaker!).

Status quo:

The robots.txt file tells search engines which folders are allowed to crawl and which not. WordPress generates a virtual files if there is no physical file. If there is a non-virtual file, the content is shown here.

My suggested change:

The robots.txt file tells search engines which directories are allowed to be crawled and which not. WordPress generates a virtual file if there is no physical file. If there is a non-virtual file, the content will be displayed here.

I can make a PR for this change.