⚙️ Module 5 of 9

Module 5: Technical SEO Essentials

Technical SEO ensures Google can find, crawl, understand, and index your pages. Poor technical foundations silently kill rankings regardless of content quality.

⚡ Key Takeaways — Read These First
  • Core Web Vitals are confirmed ranking signals — poor scores suppress rankings even with excellent content.
  • LCP under 2.5s, INP under 200ms, CLS under 0.1 — these are your performance targets.
  • FAQ schema improves AI Overview citation rates by 30-40%. Schema is now both an SEO and GEO tool.
  • Block Googlebot in robots.txt = no indexing. Block GPTBot = no AI citations. Check both.
  • Broken internal links (404s) waste crawl budget and lose ranking authority — audit monthly.
🎥 Watch — Technical SEO Best Practices for Beginners

Recommended companion video by Ahrefs (opens via YouTube). A helpful visual walkthrough to complement this module.

⏱ 9 min read  ·  Lesson 1 of 3

Core Web Vitals: Google's UX Ranking Signals

LCP — Largest Contentful Paint

Target: Under 2.5 seconds
Fixes: Compress images to WebP, use CDN, optimise server response, preload key resources

INP — Interaction to Next Paint

Target: Under 200 milliseconds
Fixes: Reduce JavaScript execution, split large tasks, defer non-critical scripts

CLS — Cumulative Layout Shift

Target: Under 0.1
Fixes: Set explicit dimensions on images/videos, avoid inserting content above existing content

✅ Core Web Vitals Audit
  1. GSC → Core Web Vitals report → check mobile AND desktop
  2. Note all "Poor" or "Needs Improvement" URLs
  3. Test each at pagespeed.web.dev
  4. Fix top 3 Diagnostics items for maximum impact

Quick Speed Wins

  • Compress all images to WebP under 100KB
  • Enable browser caching via .htaccess
  • Use Cloudflare free CDN
  • Defer non-critical JavaScript
⏱ 10 min read  ·  Lesson 2 of 3

Schema Markup: Your SEO and GEO Multiplier

Schema markup tells Google exactly what your content is about — and in 2026 it's also your most powerful GEO tool for appearing in AI-generated answers.

Priority Schema Types

1. FAQPage Schema — Highest Impact

Add to any page with Q&A content. Unlocks FAQ dropdowns in search results and boosts AI citation rates 30-40%. Add 4-7 questions with 2-4 sentence answers.

2. Article Schema

Add to all blog posts with datePublished and dateModified. Signals freshness to Google and AI systems.

3. BreadcrumbList Schema

Shows navigation path in results (Home > Blog > Article). Improves CTR and site structure understanding.

4. LocalBusiness Schema

Essential for businesses with a physical location or service area.

✅ Schema Implementation
  1. Use our AI SEO Prompt Generator to create FAQ schema
  2. Paste JSON-LD into a <script type="application/ld+json"> tag in page head
  3. Validate at search.google.com/test/rich-results
  4. Submit URL in GSC for re-crawling
⏱ 8 min read  ·  Lesson 3 of 3

Crawlability & Indexing

robots.txt for 2026

✅ Must-Have robots.txt Rules

User-agent: Googlebot / Allow: /
User-agent: GPTBot / Allow: / (ChatGPT)
User-agent: ClaudeBot / Allow: / (Anthropic)
User-agent: PerplexityBot / Allow: /
Sitemap: https://yourdomain.com/sitemap.xml

Blocking AI crawlers = your site cannot be cited in AI answers.

Common Issues to Fix

  • 404 errors — GSC → Coverage → Not Found. Fix or redirect.
  • Redirect chains — A → B → C should be A → C directly.
  • Duplicate content — Fix with canonical tags.
  • Orphan pages — Pages with no internal links. Add links from related content.
✅ Weekly Technical Check (5 minutes)
  1. GSC → Coverage — any new errors?
  2. GSC → Core Web Vitals — any new poor URLs?
  3. GSC → Performance — any traffic drops?
  4. Submit new pages via URL Inspection for faster indexing
🤖 AI Prompt — Diagnose a Technical SEO Problem
You are a technical SEO engineer. I am seeing this issue on my site [YOUR URL]:
[DESCRIBE THE SYMPTOM]

Walk me through:
1. The 5 most likely causes, ranked by probability
2. Exactly how to diagnose each one (which tool, which report, what to look for)
3. The fix for each cause, with any code or config changes needed
4. How to verify the fix worked

Assume I have access to Google Search Console and my site files. Be specific and practical.

Describe the symptom you are seeing (e.g. pages not indexing, slow load).

✅ Module 5: Technical SEO Checklist
Core Web Vitals checked in GSC — no Poor URLs
Site tested in PageSpeed Insights
All images compressed to WebP under 100KB
HTTPS enabled site-wide
robots.txt allows Googlebot, GPTBot, ClaudeBot, PerplexityBot
Sitemap.xml submitted in GSC
FAQPage schema added to at least 3 informational pages
Article schema with dateModified on all blog posts
Schema validated at search.google.com/test/rich-results
Coverage report clean — no critical indexing errors
All 404 broken links fixed or redirected
No redirect chains — all redirects go direct (A→C)

Click each item to mark complete — progress is saved.

🎯 Knowledge Check — Module 5
Answer all 5 questions to complete the module. Correct answers shown after submission.
Question 1 of 5
What is the LCP target for a good Core Web Vitals score?
Under 1 second
Under 2.5 seconds
Under 5 seconds
Under 10 seconds
Question 2 of 5
By how much does FAQ schema improve AI Overview citation rates?
5-10%
15-20%
30-40%
60-70%
Question 3 of 5
If you block GPTBot in robots.txt, what happens?
Site loads faster
ChatGPT cannot crawl or cite your content
Google ignores your site
Rankings improve
Question 4 of 5
What does CLS measure?
How quickly the page loads
Page responsiveness to clicks
Unexpected layout shifts during loading
Number of render-blocking resources
Question 5 of 5
Which schema type has highest impact on both SEO and GEO?
LocalBusiness
Product
FAQPage
BreadcrumbList