Imported from the byteflow.tools deep audit on 2026-06-22.
Problem: the All Tools page supports search and filters. If filter states create crawlable query URLs, the site can generate many thin or duplicate pages.
Affected URL patterns:
Reproduction steps:
- Open /en/all-tools.
- Use search, category, execution, input type, use-case, and tag filters.
- Check whether the URL changes to include query parameters.
- Open the generated URL in a fresh session.
- Inspect canonical and robots meta tags.
- Confirm whether parameter URLs appear in sitemap.
Expected behavior: only the clean /en/all-tools hub should be indexable. Filtered states should be noindex/follow or canonicalized to the clean URL unless a curated landing page exists.
Actual behavior: robots.txt only blocks handoff parameters, and there is no clear guard for all-tools filter/search parameters.
Impact: crawl budget waste, duplicate indexation, low-quality parameter pages, and weaker canonical signals.
Proposed fix:
- Add self-canonical to clean /en/all-tools.
- Add noindex,follow or canonical-to-clean behavior for query-parameter pages.
- Exclude parameter URLs from sitemap.
- Keep filters in client state where possible.
- Create only manually curated landing pages for high-value filters.
Acceptance criteria:
- /en/all-tools is indexable and canonical to itself.
- /en/all-tools?... pages are noindexed or canonicalized.
- Sitemap contains no filter/search parameter URLs.
- Search Console shows no parameter URL growth.
Imported from the byteflow.tools deep audit on 2026-06-22.
Problem: the All Tools page supports search and filters. If filter states create crawlable query URLs, the site can generate many thin or duplicate pages.
Affected URL patterns:
Reproduction steps:
Expected behavior: only the clean /en/all-tools hub should be indexable. Filtered states should be noindex/follow or canonicalized to the clean URL unless a curated landing page exists.
Actual behavior: robots.txt only blocks handoff parameters, and there is no clear guard for all-tools filter/search parameters.
Impact: crawl budget waste, duplicate indexation, low-quality parameter pages, and weaker canonical signals.
Proposed fix:
Acceptance criteria: