Bird
0
0

Identify the error in this internal link HTML: <a href='http://example.com/about'>About Us</a> when used for linking within the same website.

medium📝 Analysis Q6 of 15
SEO Fundamentals - Link Building
Identify the error in this internal link HTML: <a href='http://example.com/about'>About Us</a> when used for linking within the same website.
AUsing absolute URL instead of relative URL
BMissing closing tag for <a>
CIncorrect link text
DUsing single quotes instead of double quotes
Step-by-Step Solution
Solution:
  1. Step 1: Check link format for internal links

    Internal links usually use relative URLs like '/about' to avoid hardcoding domain.
  2. Step 2: Identify issue with absolute URL

    Using full URL can cause issues if domain changes or for portability.
  3. Final Answer:

    Using absolute URL instead of relative URL -> Option A
  4. Quick Check:

    Internal links should use relative URLs [OK]
Quick Trick: Use relative URLs for internal links [OK]
Common Mistakes:
  • Thinking single vs double quotes cause errors
  • Ignoring importance of relative URLs
  • Assuming link text affects link correctness

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SEO Fundamentals Quizzes