Welcome to HTML Meta Tags & SEO! 🚀

Understanding Meta Tags and SEO

Meta tags are snippets of text that describe a web page's content. They're placed in the <head> section of your HTML. While meta tags don't directly affect how a page is displayed, they provide information to search engines, improving SEO (Search Engine Optimization).

Try It Yourself

Below is an example of some meta tags used in the <head> section:

HTML Meta Tags & SEO Quiz 🎯

1. Which tag is used to specify the character encoding for a webpage?

<meta charset="UTF-8">
<meta name="description">
<meta name="author">

2. What is the purpose of the <meta name="description"> tag?

Provides a title for the page
Provides a brief description used by search engines
Specifies the author of the page

3. Which meta tag is used to control search engine indexing?

<meta name="robots">
<meta name="description">
<meta name="author">

4. What does the <meta name="keywords"> tag do?

Specifies a list of keywords related to the page
Provides a description of the page
Specifies the author of the page

5. Which meta tag is used by social media platforms like Facebook?

<meta name="robots">
<meta property="og:title">
<meta name="description">