0
0
SEO Fundamentalsknowledge~10 mins

Title tag optimization in SEO Fundamentals - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to create a basic HTML title tag.

SEO Fundamentals
<title>[1]</title>
Drag options to blanks, or click blank then click option'
A<head>
BPage Title
Cmeta
Dbody
Attempts:
3 left
💡 Hint
Common Mistakes
Putting HTML tags inside the title tag instead of plain text.
Leaving the title tag empty.
4fill in blank
hard

Fill both blanks to create a title tag with a separator between two keywords.

SEO Fundamentals
<title>[1] [2] Best Tips</title>
Drag options to blanks, or click blank then click option'
ASEO
B-
C|
D&
Attempts:
3 left
💡 Hint
Common Mistakes
Using '&' which is not a typical separator in titles.
Leaving out the separator or keyword.
5fill in blank
hard

Fill all three blanks to create a title tag that includes a brand name, separator, and main keyword.

SEO Fundamentals
<title>[1] [2] [3]</title>
Drag options to blanks, or click blank then click option'
AMySite
B-
CTravel Guides
D|
Attempts:
3 left
💡 Hint
Common Mistakes
Using the wrong separator or missing the brand name.
Putting keywords in the wrong order.