Post #1584733
2026-04-23 16:03 UTC
Replies (3)
-
@jsstaedtler@mastodon.art 2026-04-23 16:09
I'm not fundamentally opposed to web crawlers, I would actually love it if my work is more discoverable. But this is such an obnoxious situation that I'm forced to accomodate or protect against. I'm starting to think I need to test for mutually exclusive tags, and if two or more are selected, the resulting page will have no links at all except one to go back. That will deny the bots any more links to dive into. But maybe there are better options? I'd wager this is not a novel issue... 🧵7/7
-
@snuggle_slime@catgirl.works 2026-04-23 19:54
@jsstaedtler@mastodon.art another thing you can add is to exclude mutually exclusive tags when generating links. This will also prevent users from doing the same thing and getting confused when they see nothing Edit: derp, I didn't see your followup in the chain saying exactly this until after I posted
-
@hylianwest@mastodon.art 2026-04-24 03:44
@jsstaedtler@mastodon.art Can you detect this behavior and block the client IP address in response?