Answer
SEO-related metadata gives search engines page-level information they may use when crawling or presenting a result. • A unique `<title>` and useful meta description summarize the page. • Robots directives can control supported indexing and snippet behavior. • Metadata must match visible content and cannot replace useful page structure.
💡 Simple Example
<head><title>Beginner HTML Interview Questions</title><meta name="description" content="Practice accurate HTML interview answers with valid examples."><meta name="robots" content="index,follow"></head>
⚡ Quick Revision
Useful SEO metadata includes an accurate title, description, and intentional robots directives.