intermediate / July 2026

Technical SEO Site Checks Intermediate Quiz

Technical SEO problems rarely have one-size-fits-all fixes. Work through canonicals, redirects, JavaScript rendering, crawl budget, status codes, structured data, and validation checks for real site reviews.

Before you start

Start a 10-question practice round.

Sign in before starting if you want a leaderboard score.

New

Sign in to get ranked
Questions
10
Time limit
7 min
Scoring
First signed-in attempt counts
Edition
July 2026

What this quiz checks

Work through technical SEO calls that need judgment

CanonicalsRedirectsJavaScript SEOCrawl budgetStructured data
  • Canonical and redirect signalsCanonicalization is about choosing the URL that should represent duplicate or very similar content. Redirects and canonical annotations are stronger signals than sitemap inclusion, but they need to agree.
  • JavaScript rendering checksJavaScript can change what Google sees. Important SEO signals should be present clearly, and rendered pages should still expose useful content, links, titles, and descriptions.
  • Crawl efficiency and status codesCrawl diagnostics are practical when a site has many URLs, duplicate paths, faceted navigation, or unstable responses. The goal is to help crawlers spend time on useful URLs.

Study first

Review the ideas behind the questions

These notes cover the technical decisions that come after setup basics, especially when duplicate URLs, rendering, crawl efficiency, or validation are involved.

Canonical and redirect signals

Canonicalization is about choosing the URL that should represent duplicate or very similar content. Redirects and canonical annotations are stronger signals than sitemap inclusion, but they need to agree.

  • Use a permanent redirect when a duplicate URL should no longer be used.
  • Use rel=canonical when duplicate URLs need to remain accessible.
  • Avoid sending conflicting canonical signals for the same page.
  • Link internally to the canonical URL rather than to duplicate variants.

JavaScript rendering checks

JavaScript can change what Google sees. Important SEO signals should be present clearly, and rendered pages should still expose useful content, links, titles, and descriptions.

  • Unique titles and meta descriptions should describe the rendered page.
  • Links that matter for discovery should be crawlable.
  • Avoid relying on fragile client-side changes for canonical clarity.
  • Test rendered output when traffic-critical pages depend on JavaScript.

Crawl efficiency and status codes

Crawl diagnostics are practical when a site has many URLs, duplicate paths, faceted navigation, or unstable responses. The goal is to help crawlers spend time on useful URLs.

  • Do not waste crawl time on duplicate or low-value URL patterns.
  • Use stable success, redirect, not found, or temporary unavailable responses intentionally.
  • A 404 or 410 is appropriate for a page that is truly gone.
  • Use temporary server-error signals carefully when downtime is short-lived.

Structured data and validation

Structured data can help Google understand a page and enable rich results when the page qualifies, but it must match visible page content and follow feature guidelines.

  • Use structured data on the page it describes.
  • Do not add markup for content users cannot see.
  • Validate structured data during development and after deployment.
  • Structured data eligibility does not guarantee a rich result.

Question quality

Reviewed before publishing

Reviewed by
Aniruddh Sharma
Last checked
August 22, 2026

Based on Google Search Central and Google crawling infrastructure documentation, with questions focused on practical intermediate technical SEO decisions.

The source pages for this edition were checked as part of the same review. Official product docs are linked where available.

Sources

Sources used for this quiz

These pages support the quiz content and study notes.