zeon-studio / nextplate

Nextplate is a free starter template built with Next.js and TailwindCSS. It provides you with almost everything you need to jump-start your Next.js project. Try Nextplate and save yourself hours of work.
https://zeon.studio/preview?project=nextplate
MIT License
397 stars 251 forks source link

Suggestion: SEO improvements and tracking #25

Open JosefAl1 opened 7 months ago

JosefAl1 commented 7 months ago

I have some suggestions that I believe could improve Nextplate's SEO.

Enhancing the SEO of Nextplate could be achieved by incorporating schemas and canonical tags for the pages. Additionally, it would be beneficial to add support for Google Analytics/Google Tag Manager and other tracking tools, along with a cookie/acceptance banner.

Regarding the sitemap, all the blog posts have "Changefreq" set to daily, with the same priority levels and "lastmod" date. Could it also be possibility to maybe remove the "next-sitemap" package and replace it with Next.js 14's native SEO solutions like robots.txt and a sitemap generator?

Thank you for considering these changes!