Hacker News new | ask | show | jobs
by bttger 1592 days ago
In my opinion this is even worse when searching for GitHub issues on Google. I prefer searching for issues on Google but since last year there are so many results of websites that show nothing else than crawled GitHub issues. No idea why they are higher ranked than the original GitHub issues. These results don't link to the original issue on GitHub, are often outdated, have bad UX (e.g. the code snippets), and don't allow participating in the discussion.
2 comments

No idea why they are higher ranked than the original GitHub issues.

Not to be too cynical about it, but who serves the ads on those sites?

If it's Google Ads, then I think you have your answer as to why they are higher ranked.

My theory is github is getting down ranked due to performance. When you view an issue on github the page gets built from mysql queries and can be slow for large issues. gitmemory and the others just serve the content they scraped, so they load much faster.
Seems like they would ignore that "performance" parameter for major information sites like github/reddit/stack/etc
Genuinely curious to know now..
Or it could be because Google dislikes MS owning so much developer mindspace.
You can use site: or inurl: (or a combination) to constrain the search to GitHub.
Often just putting the site name (e.g. "github.com") at the end of the query is enough to do that for me.