# Filter URL Crawling Issue (Mitigation Applied)

**Known Issue:**

Automated bots have been crawling filter URLs, especially where **multi-select filters** are in use. This has resulted in an excessive number of requests and unnecessary server load.

**What we’ve done:**

We’ve replaced the href attributes on filter \<a> tags with a custom data-filter attribute.

* A jQuery event now listens for user interaction and manually redirects to the selected filter.
* This approach reduces the exposure of filter URLs to basic web scrapers and mitigates request overload.

**Note:**

This does not prevent **advanced bots** that simulate a browser and interact with the page (e.g. headless browsers), but it significantly reduces the impact of standard link crawlers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/may-2025-enhancements/filter-url-crawling-issue-mitigation-applied.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
