I want to remove my GitHub profile and repos therein from being found via Google search. Researching how to do this, I see it comes down to three possible methods:
- Adding a robots.txt file
- Adding meta tag to prevent indexing
- Removing URL via Google Webmasters
To my understanding, methods 1 and 2 above won't work for a GitHub account, but only works if you own the root domain.
For method 3, first you have to verify ownership of the specified URL by one of the following means:
- HTML file
- HTML tag
- Google Analytics
- Google Tag Manager
- Domain name provider
With any of the verification methods mentioned above, I don't see how GitHub supports any of them.
Given these considerations, any ideas on how I can remove my GitHub profile and repos from Google search results?