@keyul It builds a static blog with NuxtJS so that itself improves a lot. Moreover, all the practices for SEO are added like meta tags and all other related tags.
Also, tags are automatically fetched based on the post and if the post has a cover image, a description etc.
You can check the demo site here: https://emanates-demo.netlify.app
Since GitHub launched GitHub Actions, this idea came to my mind to automate a blog without the need of an API. The API is GitHub's and the blog builds on top of it. That's how Emanates happened.
Quick Code