OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 223 forks source link

Don't Index 404 page #1084

Closed mattbyrnes closed 5 years ago

mattbyrnes commented 5 years ago

I added a meta tag that tells search engines not to index this 404 page. While it's not in the header, Google support says it should still work.

Description of changes

Issue Resolved

Fixes #

kylemh commented 5 years ago

The new repo is server-side rendered.

This one isn't so your fix simply won't work as-is. Note: https://stackoverflow.com/questions/37734150/how-to-update-meta-tags-in-react-js

I'd much rather have your help over in https://github.com/OperationCode/front-end as I'm not looking to spend any time on PRs in this app (see top of README).