back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 22

by Nabendu Biswas / March 13th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

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.

gatsby-plugin-robots-txt

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

Foundation Gatsby Projects

Let’s push the code to github for deployment in netlify. It is now showing correctly in https://thewebdev.tech/ also.

faviconsfavicons

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

Nabendu Biswas