my website is not visible on search engine #183458
Replies: 4 comments
-
|
. Check if your site blocks Google indexing In your GitHub Pages repo, open the root folder and look for a file named robots.txt. Make sure it doesn’t contain this line: Disallow: / If it does, delete that line or replace it with: User-agent: *
Open your website and view the page source (Ctrl + U). Search for: If you see that, remove it — it tells Google not to list your site.
Go to your repo settings → General → scroll to Danger Zone. Confirm the repository is set to Public, not Private.
Go to https://search.google.com/search-console Add your site (for example, https://username.github.io). Check if there are any coverage errors, blocked URLs, or manual actions.
Create a simple sitemap at https://www.xml-sitemaps.com/ Submit it in Google Search Console → Indexing → Sitemaps. ✅ In short: |
Beta Was this translation helpful? Give feedback.
-
|
This usually happens due to indexing or SEO-related changes, not because GitHub Pages itself stopped working. Since your site still appears on Bing, the issue is almost certainly Google-specific. Here are the most common changes that could cause this and how to check them: 1️⃣ robots.txt blocking Google 2️⃣ noindex meta tag added 3️⃣ Jekyll / theme change on GitHub Pages 4️⃣ Site not verified in Google Search Console 5️⃣ Canonical URL or domain mismatch 6️⃣ Content quality or inactivity ✅ Why Bing still shows it ✅ Recommended Fix Order Final reassurance |
Beta Was this translation helpful? Give feedback.
-
|
A few things you can check when a GitHub Pages site disappears from Google but still shows up on Bing:
If you share your GitHub Pages URL and whether you’re using a custom domain or not, people here can help you check robots.txt, meta tags, and basic SEO settings. |
Beta Was this translation helpful? Give feedback.
-
This usually isn’t caused by GitHub Pages itself but by indexing or visibility changes on Google’s side, often triggered by small configuration updates. Based on my experience here are the most common things that could cause a GitHub Pages site to disappear from Google but still show on Bing:
Recommended next steps:
In most cases, once the indexing issue is resolved, Google listings return |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I created my website on GitHub Pages a year ago. Initially, it was visible on Google and Bing search results. However, it is now available only on Bing and not on Google. Perhaps I made some changes in the settings. Could you please assist me in identifying what changes I might have made?
Beta Was this translation helpful? Give feedback.
All reactions