- 1.
Build a sitemap
- 2.
Add pagination for our blog entries
- 3.
Add CSS styling
- 4.
Add syntax highlighting for code blocks
Build a Sitemap
A sitemap isn’t a hard requirement for a website, but it is a good idea to have one. A sitemap is a URL endpoint, usually living at /sitemap.xml, that is available through a GET request and that lists all of the other URL endpoints on the website. A sitemap helps search engines find all of the pages in the website more easily compared to doing a full website crawl. For a ...