Forked from tjkelly/tjkelly-screaming-frog-exclude-wordpress.txt
Created
January 26, 2023 19:54
-
-
Save NorthTexasCreative/4a2b52af33bb2db91fff9533495895e3 to your computer and use it in GitHub Desktop.
WordPress URL Exclude List for Screaming Frog Spider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* WordPress URL Exclude List for Screaming Frog Spider | |
* @author TJ Kelly - https://tjkelly.com | |
* @desc Full article — https://tjkelly.com/blog/screaming-frog-exclude-wordpress/ | |
* @date 2021-07-08 | |
*/ | |
https://example.com/wp-content/.* | |
https://example.com/wp-content/mu-plugins/.* | |
https://example.com/wp-content/plugins/.* | |
https://example.com/wp-content/themes/.* | |
https://example.com/wp-content/upgrade/.* | |
https://example.com/wp-content/uploads/.* | |
https://example.com/wp-includes/.* | |
https://example.com/wp-admin/.* | |
https://example.com/index.php | |
https://example.com/license.txt | |
https://example.com/readme.html | |
https://example.com/wp-activate.php | |
https://example.com/wp-blog-header.php | |
https://example.com/wp-comments-post.php | |
https://example.com/wp-config.php | |
https://example.com/wp-config-sample.php | |
https://example.com/wp-cron.php | |
https://example.com/wp-links-opml.php | |
https://example.com/wp-load.php | |
https://example.com/wp-login.php | |
https://example.com/wp-mail.php | |
https://example.com/wp-settings.php | |
https://example.com/wp-signup.php | |
https://example.com/wp-trackback.php | |
https://example.com/xmlrpc.php | |
https://example.com/author/.* | |
https://example.com/category/.* | |
https://example.com/tag/.* | |
https://example.com/page/2/.* | |
https://example.com/page/3/.* — etc. | |
https://example.com/bin/.* | |
https://example.com/boot/.* | |
https://example.com/cdn-cgi/.* | |
https://example.com/cgi-bin/.* | |
https://example.com/dev/.* | |
https://example.com/etc/.* | |
https://example.com/home/.* | |
https://example.com/lib/.* | |
https://example.com/media/.* | |
https://example.com/mnt/.* | |
https://example.com/opt/.* | |
https://example.com/run/.* | |
https://example.com/sbin/.* | |
https://example.com/srv/.* | |
https://example.com/tmp/.* | |
https://example.com/usr/.* | |
https://example.com/var/.* | |
https://example.com/en/.* | |
https://example.com/es/.* | |
https://example.com/fr/.* | |
https://en.example.com/.* | |
https://es.example.com/.* | |
https://fr.example.com/.* | |
https://blog.example.com/.* | |
https://forum.example.com/.* | |
https://info.example.com/.* | |
https://shop.example.com/.* | |
https://store.example.com/.* | |
https://clickfunnels.example.com/.* | |
https://eloqua.example.com/.* | |
https://hubspot.example.com/.* | |
https://instapage.example.com/.* | |
https://kajabi.example.com/.* | |
https://leadpages.example.com/.* | |
https://marketo.example.com/.* | |
https://unbounce.example.com/.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment