Bird
0
0

Which HTML tag is best used to indicate the last update date of a webpage for SEO?

easy📝 Factual Q3 of 15
SEO Fundamentals - Content Strategy for SEO
Which HTML tag is best used to indicate the last update date of a webpage for SEO?
A<time datetime='2024-06-01'>
B<header>
C<footer>
D
Step-by-Step Solution
Solution:
  1. Step 1: Understand semantic HTML for dates

    The <time> tag with a datetime attribute is used to mark dates and times in HTML.
  2. Step 2: Match the tag to last update date usage

    Using <time datetime='YYYY-MM-DD'> clearly signals the date to search engines.
  3. Final Answer:

    <time datetime='2024-06-01'> -> Option A
  4. Quick Check:

    Use <time> for dates [OK]
Quick Trick: Use
Common Mistakes:
  • Using
    or
    for dates
  • Not using semantic tags for dates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SEO Fundamentals Quizzes