Under the hood · Module 4 of 10

Technical SEO

Technical SEO makes sure Google can crawl, understand, and trust the site. Content wins rankings, but technical mistakes can quietly block a great page from ever showing up.

~5 min read 5 quiz questions 75% to pass
$

Why this matters for an insurance agent

For the agent, this is insurance against wasted work. A single technical mistake, a stray noindex or a slow mobile page, can hide their whole site and cost them every lead it should have produced. Getting this right means the pages we build actually get seen, so the agent's investment turns into ranked pages and inbound calls.

Crawl controls

robots.txt and the noindex tag

Two controls decide whether a page can be crawled and indexed. Getting them wrong is one of the most damaging mistakes in SEO.

!

The number one launch disaster

Never ship a staging noindex or Disallow: / to production. It tells Google to ignore the whole site. Staging noindex is fine, but it must be removed at launch. Always check this before and after go-live.

Telling Google what exists

Sitemaps and canonicals

These two help Google find every page and avoid duplicate confusion.

sitemap.xml

The list of pages

An XML file listing the pages we want ranked: home, service and money pages, location pages, hubs. Keep utility pages (privacy, terms, thank-you, login) out of it so it stays focused. Submit it in Google Search Console.

canonical

The one true URL

A self-referencing rel="canonical" tag on each page points to its own final production URL. This prevents duplicate-content confusion when the same page is reachable by multiple URLs.

Experience signals

Mobile and page speed

Google indexes the mobile version of a site first, and it measures real-world load experience.

i

Technical SEO is mostly about not shooting ourselves in the foot. A fast, crawlable, correctly-indexed site is the floor. Content and authority build the rest.

* Key takeaways

  • robots.txt controls what bots may crawl. A stray Disallow: / blocks the whole site.
  • Use index,follow on pages we want ranked and noindex only for staging or utility pages.
  • Never let a staging noindex or Disallow: / reach production. Verify before and after launch.
  • Give Google a focused sitemap.xml (money and ranking pages only) and a self-referencing canonical on each page.
  • The site must be mobile-first and pass Core Web Vitals. Check PageSpeed Insights and Search Console.
Check yourself

Module 4 quiz

Score 75% or higher to complete this module and unlock the next one.

5 questions

Not completed
  1. What does Disallow: / in robots.txt do?

  2. Which pages belong in sitemap.xml?

  3. What is the single most damaging launch mistake in technical SEO?

  4. A self-referencing canonical tag exists to:

  5. Google primarily indexes which version of a site?