Working with Gatsby


Over the past year, I have been working with people in my robotics team to improve the team website in a myriad of ways. The old website was using Weebly and was horribly slow to load.

The obvious solution to this that I could see would be to build a brand new site from the ground up using GatsbyJS which is known to be one of the fastest platforms out there. Among the speed there were several other advantages:

  • Speed (Already Mentioned)

  • SEO (Able to automatically use templates to populate page metadata)

  • Ease-of-use (Anyone is able to write a markdown file and insert images)

  • Plugins (Endless library of plugins for a wide variety of situations)

Using these plugins I was able to make a convenient system where users only have to drag and drop files into the desired directory and the components will automatically populate using GraphQL queries. Another advantage of using markdown files is that the front matter can be easily read and then used to populate the SEO data without having to write an inordinate amount of meta tags. My favourite feature by far is the SEO that I have implemented into every page on the site. Using JSON+LD I can provide Google with Rich Search Data to make the site more visible and more easily navigable straight from Google search.