Hello
The URLs with query parameters for filters, shop view, products per page, and sorting are generated by WooCommerce itself, not the WoodMart theme. Our theme uses the standard WooCommerce functionality for these features, so this behavior is common across WooCommerce shops regardless of the theme.
To address the SEO concerns with duplicate URLs, you can try the following approaches:
1. Test with the default WordPress theme (e.g., Storefront) to confirm that the URLs are similarly generated by WooCommerce.
2. Use SEO plugins like YOAST SEO to control how these URLs are handled by search engines. YOAST can help you add noindex tags or canonical URLs to prevent indexing of filtered or parameterized pages.
3. Refer to WooCommerce and SEO plugin documentation for best practices on managing crawl budget and duplicate content caused by faceted filters.
4. Consider adding rules to your robots.txt file or using the URL Parameters tool in Google Search Console to instruct crawlers on which parameters to ignore.
Unfortunately, the WoodMart theme does not provide built-in options to disable these URLs entirely, as this is managed by WooCommerce core functionality.
Kind Regards