rafgraph / spa-github-pages

Host single page apps with GitHub Pages
https://spa-github-pages.rafgraph.dev
MIT License
3.83k stars 565 forks source link

Static site generation for SEO #27

Closed baohouse closed 5 years ago

baohouse commented 6 years ago

In case you want your site to be SEO-friendly, the site might benefit from being generated into a static site. 🤔

I found https://github.com/phenomic/phenomic to be an interesting candidate, but it will take me some time to figure out the nuts and bolts of integration with spa-github-pages.

rafgraph commented 5 years ago

Static site generation is out of scope for this project. Gatsby is a great solution for generating static sites - see https://www.gatsbyjs.org/docs/how-gatsby-works-with-github-pages/