Description
Right now 404 pages are returning 200 status code. They should return a 404.
User Stories
As a search engine
I want to get a 404 status code when the page doesn’t exist
so that I know I don’t have to index that page
Possible solution
We have to expose the response somehow on Frontity and wp-source
should change the status if it detects a 404.