Seth Bergman

Results 23 comments of Seth Bergman

You can also use prism.js for syntax highlighting. http://prismjs.com/

Do we have a testing framework in mind? Mocha maybe? I know jest is in there by default. I would like to use a good testing library that is easy...

I wasn't able to push to the other repo you created. https://github.com/OperationCode/job-portal

It's been pushed to the requested repo, https://github.com/OperationCode/jobs.git and can be viewed here: ### Demo: => [Jobs Portal](https://sethbergman.engineer)

@jjhampton wrote earlier: > We can also submit requests to Google to stop indexing the page, as @sethbergman has explained for other issues elsewhere. This is the way to go...

It would still be a good idea to use Google Webmaster Tools to remove the 404 page from search results. Last I checked it was still showing up on search...

I think we need to add a disallow rule on a `robots.txt` file. Either that or add `` to the 404 component. Maybe both; what do you think? - https://developers.google.com/search/reference/robots_meta_tag#handling-combined-indexing-and-serving-directives...

I'll put in an issue and PR today. SEO is it's own beast. You're still a badass software developer @kylemh

Cool! We still need to add the following to the 404 component so that it doesn't get indexed. ``` ``` As for the other links, is there an easier way...

Linking this here: https://github.com/OperationCode/operationcode_frontend/issues/481