back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 24

by Nabendu Biswas / March 15th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-24 of the series. We have one thing left to do with the previous SEO plugin and it is to add twitter and facebook cards.

We will first add Twitter Card to our project in SEO.js file. With the twitter card added, when we share our project on twitter, it will show a nice image with description.

SEO.jsSEO.js

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

After that we can click on the Verify button in the Search console screen and if everything is successful, we will get this below screen.

SuccessSuccess

This completes part-24 of the series.

You can find the code for the same in this github repo.

Also, the site is live at https://thewebdev.tech/

Nabendu Biswas