Blog RSS auto-backlinks on a GitHub repo
A tricky hack for adding backlinks to a GitHub repo.
Links to a site in a GitHub URL count as “nofollow” backlinks.
They aren’t the most effective, but if you can implement them, they might still be helpful1.
I’ve implemented a solution to link blog posts in a GitHub repo automatically using an RSS feed, as part of my domain ranking experiment for this site.
This GitHub Actions workflow can parse an RSS feed, and output a Markdown README.md file with a list of blog posts:
See kristianfreeman/blog-posts for how this looks in practice. Right now, it will only show however many blog posts your RSS feed returns. Caching or a better lookup could be implemented.
Footnotes
-
See this ahrefs article on nofollow links. The gist is that although they may not necessarily help page ranking, they can still have some benefits. ↩