Recall & Review
beginner
What is SEO-friendly HTML?
SEO-friendly HTML means writing web pages so search engines can easily understand and rank them. It uses clear structure, meaningful tags, and good content.
Click to reveal answer
beginner
Why use semantic HTML tags for SEO?
Semantic tags like <header>, <nav>, <main>, <article>, and <footer> tell search engines what each part of the page means, helping them understand content better.
Click to reveal answer
beginner
How does the <title> tag affect SEO?
The <title> tag sets the page title shown in search results and browser tabs. A clear, descriptive title helps search engines and users know what the page is about.
Click to reveal answer
beginner
What role do heading tags (<h1> to <h6>) play in SEO?
Heading tags organize content by importance. The <h1> is the main title, and others break content into sections. Search engines use headings to understand page structure.
Click to reveal answer
beginner
How can alt attributes on images improve SEO?
Alt text describes images for search engines and users who can't see them. It helps search engines index images and improves accessibility.
Click to reveal answer
Which HTML tag is best for the main content of a page?
✗ Incorrect
The tag specifically marks the main content, helping search engines understand the page structure.
What should the <title> tag contain for good SEO?
✗ Incorrect
A clear and descriptive title helps both users and search engines understand the page topic.
Why use heading tags like <h1> and <h2>?
✗ Incorrect
Headings organize content and help search engines understand the page structure.
What is the purpose of the alt attribute in <img> tags?
✗ Incorrect
Alt text describes images for users who can't see them and helps search engines index images.
Which tag is NOT semantic and less helpful for SEO?
✗ Incorrect
is a generic container without meaning, so it doesn't help search engines understand content.
Explain how semantic HTML tags improve SEO and give three examples.
Think about tags that describe page parts clearly.
You got /3 concepts.
Describe the importance of the tag and alt attributes for SEO.
Consider what users and search engines see.
You got /3 concepts.