Google Search Console Setup Guide

Why Google Search Console is Critical

Google Search Console (GSC) is essential for becoming the #1 blog because it:

  • Shows which keywords drive traffic
  • Identifies indexing issues
  • Monitors site performance in search results
  • Provides critical SEO insights
  • Enables rich result features

Setup Steps

1. Sign Up for Google Search Console

  • Go to: https://search.google.com/search-console
  • Sign in with your Google account
  • Click “Add Property”
  • Select “URL prefix” and enter: https://www.positivelifes.com

2. Verify Ownership

Google will provide a verification meta tag that looks like:

<meta name="google-site-verification" content="YOUR_VERIFICATION_CODE_HERE" />

3. Add Verification Code to Site

Option A: Using _config.yml (Recommended)

  1. Copy just the verification code (not the full tag)
  2. Open _config.yml
  3. Find line 32: google_site_verification:
  4. Add your code: google_site_verification: YOUR_CODE_HERE
  5. The jekyll-seo-tag plugin will automatically add the meta tag

Option B: Manual addition to default.html

  1. Open _layouts/default.html
  2. Add the full meta tag in the <head> section (around line 42)

4. Submit Sitemap

Once verified, submit your sitemap:

  • In GSC, go to “Sitemaps”
  • Submit: https://www.positivelifes.com/sitemap.xml

5. Monitor Performance

Key metrics to track:

  • Total clicks
  • Total impressions
  • Average CTR
  • Average position
  • Coverage issues
  • Mobile usability

Post-Verification Actions

  1. Request Indexing for all 243 posts
  2. Fix any coverage errors immediately
  3. Monitor Core Web Vitals
  4. Track top performing content
  5. Identify keyword opportunities

Expected Timeline

  • Verification: 5 minutes
  • Data population: 2-3 days
  • Full historical data: 7-14 days

Status: Awaiting verification code from site owner