Closed Victor-Salomon closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
turtle-app | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2024 3:03pm |
turtle-site | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2024 3:03pm |
Crazy I have never seen most of the settings before 😅 But I trust your research. But I always thought nextjs already handles SEO mostly for you no?
And the app/public/android-chrome-512x512.png is 2.14MB large. Can we get it smaller?
I was aware of some parts of this but I was impressed about "all" that needed to be added. Next JS optimises many SEO things for us yes. These are more like Browsers crawling 'requirements'.
Let me check this large image. I've compressed everything so I'm surprised this one is still that heavy.
I was aware of some parts of this but I was impressed about "all" that needed to be added. Next JS optimises many SEO things for us yes. These are more like Browsers crawling 'requirements'.
Let me check this large image. I've compressed everything so I'm surprised this one is still that heavy.
@Victor-Salomon tinypng is a really nice site to compress png shall you need one :)
Add all the missing SEO files, images, manifests.
It's the first time I'm implementing this and I'm not an expert in these SEO files/tag. I have based this PR on the official Next Js documentation & some articles I've read.
Open to discussion