velocitylabs-org / turtle

https://app.turtle.cool
MIT License
3 stars 2 forks source link

feat: seo improvements #98

Closed Victor-Salomon closed 1 month ago

Victor-Salomon commented 1 month ago

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

vercel[bot] commented 1 month 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
noahjoeris commented 1 month ago

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?

noahjoeris commented 1 month ago

And the app/public/android-chrome-512x512.png is 2.14MB large. Can we get it smaller?

Victor-Salomon commented 1 month ago

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.

NunoAlexandre commented 1 month ago

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 :)