Day 13: Get rid of those 301 redirects

Wed, June 26, 2024 - 1 min read

(This post was originally shared on X)

I am sharing every day a lesson I learned while building my last products.

When writing blog articles, often the outgoing links get updated and leads to a 301 redirect. While it is not a big deal for Google to crawl them, it signals your blog might not be frequently updated.

I fixed this problem with a simple Python script, and published it for everyone.

Tomorrow let’s talk about getting the metatags right!