Home Articles Books Search About
日本語

Bulk-Editing 508 Zenn Articles with Playwright and Internal API for Migration Redirects

After migrating 900+ articles from Zenn to a self-hosted Hugo blog (tech.ldas.jp), the original content remaining on Zenn created a duplicate content issue for SEO. The Zenn-side articles needed to be replaced with redirect notices pointing to the new location. Editing Zenn Articles Programmatically Zenn does not appear to offer a public CRUD API for articles when GitHub integration is not used. This led to a Playwright-based browser automation approach. ...