https://www.gatsbyjs.org/docs/adding-tags-and-categories-to-blog-posts/ My blog has a good example of this: * [gatsby-node.js](https://github.com/KyleAMathews/blog/blob/be8827367d983ef0ec9670b34d6b9b681135dc0c/gatsby-node.js#L67) * [Tag page component](https://github.com/KyleAMathews/blog/blob/be8827367d983ef0ec9670b34d6b9b681135dc0c/src/templates/tag-page.js#L49)