Chapter 20 — Quiz
Twenty-four self-check questions: sixteen multiple choice, then eight short answer. Answer them before you open the key at the bottom. This quiz tests the "do you need it?" judgment, the URL-structure trade-offs, the return-tag rule, and the failure modes that make
hreflangbreak silently.
Part 1 — Multiple choice
Q1. International SEO addresses two independent axes. They are: - A. Speed and stability - B. Language and country - C. Links and content - D. Crawling and indexing
Q2. Which URL structure gives the strongest geographic signal but splits your authority across
separate domains?
- A. Subdirectory (example.com/fr/)
- B. Subdomain (fr.example.com)
- C. ccTLD (example.fr)
- D. URL parameter (example.com?lang=fr)
Q3. Which structure consolidates authority on one domain but relies on hreflang for its geographic
signal?
- A. ccTLD
- B. Subdomain
- C. Subdirectory
- D. Separate domain per language
Q4. hreflang is best described as:
- A. A ranking booster that lifts you into new markets
- B. A routing signal that shows the right existing version to the right searcher
- C. A way to avoid a duplicate-content penalty
- D. A Google Search Console setting
Q5. The return-tag rule says:
- A. Every page must link back to the homepage
- B. If page A references page B via hreflang, page B must reference A — and every page references itself
- C. You must return to Search Console monthly to renew hreflang
- D. Only the x-default page needs reciprocal tags
Q6. In hreflang="en-gb", gb is:
- A. A language code
- B. The region code (ISO 3166-1) for the United Kingdom
- C. An invalid value — it should be uk
- D. A currency code
Q7. The common error en-uk is wrong because:
- A. en is not a valid language code
- B. The region code for the United Kingdom is GB, not UK
- C. You cannot combine a language and a region
- D. It should use an underscore: en_uk
Q8. x-default marks:
- A. The default language of the whole internet
- B. The fallback page shown when no language/region version is a good match
- C. The page Google ranks first
- D. A page that should not be indexed
Q9. The deadliest hreflang failure — the one that can remove a locale from the index entirely — is:
- A. A missing x-default
- B. Using HTML tags instead of a sitemap
- C. A canonical tag pointing to a different language version
- D. Listing versions in the wrong order
Q10. In a correct hreflang set, each version's canonical tag should point to:
- A. The main/English version
- B. The x-default page
- C. Itself (self-referential)
- D. The homepage
Q11. Localization differs from translation in that it also adapts: - A. Only the grammar - B. Currency, units, examples, local search terms, and cultural context — not just the words - C. Nothing; they are synonyms - D. Only the page title
Q12. Publishing raw, unreviewed machine-translated pages is discouraged mainly because: - A. It is illegal - B. It produces low-quality content that misses local search terms and undermines trust - C. Google cannot read translated text - D. It always triggers a manual action
Q13. How do you now set a target country for a generic (.com) site in Google Search Console?
- A. In the International Targeting report
- B. In the Sitemaps report
- C. You can't — that setting was retired; Google infers country from other signals
- D. In the URL Inspection tool
Q14. Which is no longer a meaningful geotargeting signal, according to the chapter?
- A. ccTLD
- B. hreflang region annotations
- C. Server / IP location
- D. Local currency and address on the page
Q15. Two different languages (e.g., German and French versions) of the same page are, to Google: - A. Duplicate content that risks a penalty - B. Entirely different content — not a duplicate-content issue at all - C. Automatically merged into one - D. Ignored unless you disavow one
Q16. For same-language regional variants (US/UK/AU English) with near-identical text, the correct approach
is to:
- A. Canonicalize them all to one master page
- B. Delete all but one
- C. Use hreflang + self-referential canonicals, and genuinely localize each
- D. Block the duplicates in robots.txt
Part 2 — Short answer
Q17. Give the honest test from §20.1 for whether a site needs international SEO at all. Name the two conditions that both have to be true.
Q18. State what hreflang can do and what it cannot do, in one sentence each.
Q19. Explain the return-tag rule and why it makes hreflang an "all-or-nothing set" rather than a
per-page tweak.
Q20. A team translated its site into Spanish, added correct hreflang, and got almost no Spanish traffic.
Give two reasons rooted in localization (not hreflang) that could explain it.
Q21. Explain the canonical conflict: what two signals contradict each other, which one usually wins, and what happens to the page as a result.
Q22. Why is "just host your site on a server in the target country to rank there" outdated advice?
Q23. State the myth this chapter is required to bust about duplicate content across locales, and give the one place the concern has a grain of truth.
Q24. Rivertown serves one metro and must reach every customer by truck. In two sentences, explain why international SEO does not apply — and name the one narrow exception and how you would handle it.