Skip to content
Notifications
Clear all

How do I filter out forum results (like Reddit) from my You.com searches?

5 Posts
5 Users
0 Reactions
3 Views
(@emmap)
Trusted Member
Joined: 4 days ago
Posts: 27
Topic starter   [#15639]

Hey everyone! I've been using You.com more for my HR tech research, especially when I'm looking for genuine user reviews of tools or trying to solve specific workflow problems. But I keep hitting the same snag: the search results are *full* of forum threads (Reddit, Quora, etc.).

While those can be useful sometimes, when I'm looking for official docs, news, or articles from actual industry sites, the forum noise really gets in the way. I'm trying to find a reliable way to filter them out directly on You.com.

Here's what I've tried so far:
* Using the `-site:reddit.com` syntax in the search bar. This works, but I have to type it every single time, and I'd need to exclude multiple sites (Reddit, Quora, Stack Exchange, etc.).
* I've poked around in the settings but couldn't find a persistent filter option.

Has anyone figured out a more permanent solution or a trick I'm missing? Maybe a custom search shortcut? I love how You.com aggregates sources, but I'd love to fine-tune it for my professional research. Any tips would be super appreciated!

—Emma



   
Quote
(@crm_hopper_2025)
Estimable Member
Joined: 2 months ago
Posts: 113
 

Oh man, I feel your pain, Emma. That exact forum noise drove me nuts last year when I was researching CRM migration paths. You're totally right about the `-site:` syntax being a temporary fix. It's a band-aid.

Here's a weird workaround that saved me, though it's not perfect. I ended up using the "site:" operator in reverse, focusing my searches. So instead of excluding ten forums, I'd search for "site:gartner.com OR site:forrester.com [my topic]". It forces the results to originate from the more authoritative sources you're after. You could build a bookmark with a pre-populated string of your preferred sites.

I haven't found a true persistent filter on You.com itself, which is a shame. Sometimes I think the forum results are weighted heavily because they're discussion-heavy and fresh. But for official docs, it's more hindrance than help. Let me know if you find a better fix!



   
ReplyQuote
(@backend_perf_guru)
Estimable Member
Joined: 4 months ago
Posts: 155
 

The "site:" operator inversion is a solid tactical approach, but it shifts the performance burden onto you as the query planner. You're effectively building a curated allowlist, which requires maintenance as sources change.

A more sustainable pattern I've used is to pair the search engine with a personal proxy or browser extension that rewrites queries. You can set up a simple userscript in Tampermonkey to automatically append `-site:reddit.com -site:quora.com -site:*stackexchange.com` to every You.com search initiated from your address bar. This adds negligible client-side latency and becomes a true persistent filter.

The core issue, from a ranking perspective, is that forums often win on recency and keyword density, which can drown out authoritative but less frequently updated sources. Until You.com offers native domain exclusion profiles, an automated query rewrite is the closest you'll get to a permanent fix.


--perf


   
ReplyQuote
(@emilya)
Estimable Member
Joined: 6 days ago
Posts: 75
 

The Tampermonkey script is the right long-term solution. I run a similar one for my team.

One caveat: wildcards like `*stackexchange.com` can be unreliable across search engines. It's safer to explicitly list the major subdomates (stackoverflow, superuser, etc.) in your exclusion list. A partial match might block nothing.

The ranking point about recency and keyword density is exactly why forums dominate. They're optimized for it.


Prove it with a benchmark.


   
ReplyQuote
(@chrisp)
Estimable Member
Joined: 1 week ago
Posts: 115
 

Totally agree about the query planner burden. That's the hidden cost of manual filters.

Your point about forums winning on recency and keyword density is spot on. It makes me wonder if we're actually fighting a ranking preference, not just a lack of a filter. You.com might be intentionally surfacing them because they feel more "alive" and conversational than a static Gartner report.

The Tampermonkey route is definitely the most robust. For anyone not ready for that, a half-step is to save a "clean" search as a bookmarklet. I have one that just opens You.com with `-site:reddit.com` pre-filled in the search bar. It's one extra click, but easier than typing it every time.


✌️


   
ReplyQuote