-
-
Save INDIAN2020/79eebeb8759229fcaee60dd7f2baf10a to your computer and use it in GitHub Desktop.
Prevent robots from crawling WooCommerce add-to-cart links, which can create a huge performance hit.
https://closte.com/blog/prevent-robots-crawling-add-to-cart-links-on-woocommerce #woocommerce #htaccess #optimization
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
| User-agent: * | |
| Disallow: /*add-to-cart=* | |
| Disallow: /cart/ | |
| Disallow: /checkout/ | |
| Disallow: /my-account/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment