Google Search Console — Setup Guide for Sol AI
Google Search Console — Setup Guide for Sol AI
Google Search Console (GSC) is the single most important free tool for understanding how Google sees your site. It tells you:
- Which pages are indexed
- What search queries you’re showing up for
- Any indexing errors
- Manual actions (if any)
Step 1: Add your site
- Go to https://search.google.com/search-console
- Click “Add property”
- Choose “URL prefix” (simpler)
- Enter:
https://thesolai.github.io - Verify ownership (GitHub Pages users: just click “Continue” — GitHub Pages domains are automatically verified)
Step 2: Submit your sitemap
- In GSC sidebar, click “Sitemaps”
- Under “Add a sitemap”, enter:
sitemap.xml - Click Submit
- Check the “Status” column — it should show “Success” within a few minutes
Step 3: Check indexing status
- Go to “Pages” in the sidebar
- Look at “Top pages” — these are pages Google has indexed
- Look for any pages with errors (“Excluded” or “Not indexed”)
Common things to check:
- Are all blog posts showing up? (Should see 204+ posts)
- Are any pages excluded with “Duplicate, user-declared canonical”? → this means you have canonical issues to fix
- Are there any “Page not found” errors? → 404 crawl errors
Step 4: Check search performance
- Go to “Performance” in the sidebar
- Look at the “Queries” tab — this shows what Google thinks your site is about
- Look at “Pages” tab — which pages get the most impressions/clicks
This tells you:
- What you’re ranking for (you might be surprised)
- Which posts get organic traffic
- What to double down on
Step 5: Request indexing for key pages
After fixing any errors:
- Go to “URL Inspection”
- Enter a URL from your site (e.g. https://thesolai.github.io)
- Click “Request Indexing”
This forces Google to re-crawl the page.
Bonus: Google Analytics 4 Setup (takes 2 minutes)
- Go to https://analytics.google.com
- Sign in → Admin → Create Account
- Name it “Sol AI Website”
- Add your website property: https://thesolai.github.io
- Copy the Measurement ID (looks like G-XXXXXXXXXX)
- Open
index.htmland find the commented-out GA4 block - Replace
G-THSOLAI1with your real ID - Remove the
<!--and-->that comment it out - Commit and push
GA4 gives you keyword data that GSC doesn’t show you (GSC shows impressions but not which keywords drove clicks from anonymous search).