With this setting, you can specify a list of URLs you would not like to be optimized.
Important Note: NitroPack automatically excludes URLs with session-related data such as cart and checkout pages.
How to exclude individual pages
- Go to General Settings.
- Locate the box Excluded URLs.
- Enable the option (click the toggle on the right).
- Enter the URL of the page you wish to exclude.
- For multiple pages, enter each page on a new line:
https://your_site.com/page/privacy
https://your_site.com/page/terms
https://your_site.com/page/refunds
6. Click Save on the top right.
Using wildcards
With wildcards, you can exclude a group of pages with a single line.
You could use the following:
*.html
The above would exclude all the pages with .html
extension in the URL, for example:
https://your_site.com/page/privacy.html
You can also use wildcards to exclude all URLs containing a specific word. For example, to exclude all category URLs (assuming they all have “category” in their name), you can write:
*category*
Comments
0 comments
Please sign in to leave a comment.