Bird
0
0

Given this XML sitemap snippet:

medium📝 Analysis Q13 of 15
SEO Fundamentals - Technical SEO Basics
Given this XML sitemap snippet:
<urlset>
  <url>
    <loc>https://example.com/page1</loc>
    <lastmod>2024-06-01</lastmod>
  </url>
  <url>
    <loc>https://example.com/page2</loc>
  </url>
</urlset>

How many URLs are listed in this sitemap?
A1
B2
C3
D0
Step-by-Step Solution
Solution:
  1. Step 1: Count the elements

    The snippet shows two blocks, each representing one URL.
  2. Step 2: Confirm URLs inside each block

    Each contains a tag with a URL, so total URLs listed are two.
  3. Final Answer:

    2 -> Option B
  4. Quick Check:

    Count tags = 2 [OK]
Quick Trick: Count tags to find URLs listed [OK]
Common Mistakes:
  • Counting tags incorrectly
  • Confusing as URL
  • Ignoring second block

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SEO Fundamentals Quizzes