Welcome to part-22 of the series. We will start by adding some Gatsby plugins to my newly created personal blog site. I have found a great article Emeruche Cole on the same.
I am also doing it as per my other site creation. The instructions are in this blog.
I will be adding two SEO plugins first.
So, let’s head over to the plugin page. As the name suggest it creates a robots.txt file for our gatsby site. It’s good for SEO as it tells google bots on how to crawl your site.
Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.
The book can be purchased from Apress site here
Let’s push the code to github for deployment in netlify. It is now showing correctly in https://thewebdev.tech/ also.
favicons
This completes part-22 of the series.
You can find the code for the same in this github repo.
Also, the site is live at thewebdev