Changes between Version 2 and Version 3 of Ticket #6763
- Timestamp:
- 02/17/2023 04:11:32 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6763 – Description
v2 v3 8 8 - Tweak the 'search' disallow rule to add a trailing slash 9 9 - Moving sitemap references to the end 10 - Disallow `/ */wp-json/` (which is crawled by Google upwards of 40k times per day!)10 - Disallow `/plugins/wp-json/plugins/v1/locale-banner` (which is crawled by Google upwards of 40k times per day!) 11 11 - Disallow subfolder variations of some rules so that they catch subsites (e.g., `/*/wp-admin/`) 12 12 - Disallow 'non-pretty' variations (e.g., `?rest_route=`) … … 22 22 Disallow: /wp-admin/ 23 23 Disallow: /*/wp-admin/ 24 Disallow: /wp-json/25 Disallow: /*/wp-json/26 24 Disallow: /?rest_route= 27 25 Disallow: /xmlrpc.php 26 27 # Prevent crawling of leaky theme endpoints 28 # -------------------------------- 29 User-agent: * 30 Disallow: /plugins/wp-json/plugins/v1/locale-banner 28 31 29 32 # Prevent crawling of search URLs