hey devs! found a neat solution for spa seo issues that i wanted to share. the problem: i was using this basic express setup to serve my vite spa: app.get('*', (req, res) => { ...
作者分享了一种简单的中间件,解决单页应用(spa)的seo问题,通过解析html动态注入元标签,添加旅行指南的标题、描述和结构化数据,简化了next.js的使用,提升了seo和社交分享效果。