Currently, personalized results can only affect domains or subdomains. For me, it would be extremely useful to be able to apply it to less than that.
In my case, I often look up Conan documentation. Kagi frequently includes documentation for Conan 1 in the search results. Conan is on version 2 though, so any time I search up something for Conan, I type "conan", see documentation for Conan 1 and then change the "conan" in my search query to "conan2".
It would be a lot easier, if I could just block https://docs.conan.io/1/ and https://docs.conan.io/en/1/ from my search results, to only get https://docs.conan.io/2/ and similar.
I tried using regex as an alternative. E.g.:
^https://docs.conan.io/(1.?.?)/(.*)|https://docs.conan.io/2/$2
^https://docs.conan.io/en/(1.?.?)/(.*)|https://docs.conan.io/2/$2
but the problem with that is that the documentation doesn't have the same structure. E.g. https://docs.conan.io/en/1.7/howtos/manage_cpp_standard.html has no equivalent page on the Conan 2 documentation.
This might be an SEO problem on Conan's site, but it would still be great to be able to influence search results like that.
The website ranking thing could have a little edit button, to make this function more accessible.
