Noindex /learn
See original GitHub issueAs part of cleaning up our Google footprint, we want to de-index /learn. We don’t want people to arrive from Google to the middle of a challenge (because they most likely won’t be ready to sit down and code right then and there).
So we need to add this to all pages of /learn
<meta name="robots" content="noindex">
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Learn How to Noindex a Page Wisely - PSD2HTML Blog
This post is your ultimate guide to noindexing web pages. You will learn why you need to noindex a page, what nonindexing methods...
Read more >What Are NoIndex Tags & How Do They Affect SEO? - Botify
“No index” directives instruct search engines to exclude a page from the index, rendering it ineligible to appear in search results.
Read more >Block Search Indexing with 'noindex' - Google Developers
A noindex tag can block Google from indexing a page so that it won't appear in Search results. Learn how to implement noindex...
Read more >Using Noindex, Nofollow HTML Metatags: How to Tell Google ...
To learn how to create a robots.txt file, you'll want to read through this article that explains exactly how to do it.
Read more >Noindex Tag Basics – Everything You Need To Know - Onely
The noindex tag is used to prevent search engines from indexing a given page. You may think that all pages on your website...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Left some additional comments, this is mostly ready.
@hassaanp if you are interested in this here is a plugin that I intend to add to the client application:
https://github.com/itgalaxy/generate-robotstxt
Feel free to work on this. Thanks.