Created
March 15, 2022 14:41
-
-
Save CapWebSolutions/e07c414dbb8229190f16096691e41af3 to your computer and use it in GitHub Desktop.
Starting list of URLs to exclude when creating Screaming Frog config file for WordPress site.
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 Matt Ryan - https://capwebsolutions.com | |
* @date 2022-03-15 | |
*/ | |
// Nav: Configuration | Exclude | |
// Gets rid of: | |
// wp-content plugins, themes, mu-plugins, uploads, etc. | |
// all the WP core folders & contents | |
// any query parms. | |
// | |
/wp-content/.* | |
/wp-admin/.* | |
/wp-includes/.* | |
/\?.* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment