0
0
SEO Fundamentalsknowledge~10 mins

Meta description best practices 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 write a meta description tag with the correct attribute.

SEO Fundamentals
<meta name=[1] content="This is a great page about SEO." />
Drag options to blanks, or click blank then click option'
A"keywords"
B"description"
C"title"
D"author"
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'keywords' instead of 'description' for the meta description tag.
2fill in blank
medium

Complete the sentence: The ideal length of a meta description is about {{BLANK_1}} characters.

SEO Fundamentals
The ideal length of a meta description is about [1] characters.
Drag options to blanks, or click blank then click option'
A200-250
B50-70
C300-350
D150-160
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing too short or too long character lengths for meta descriptions.
3fill in blank
hard

Fix the error in this meta description tag: .

SEO Fundamentals
<meta name="description" content=[1]>
Drag options to blanks, or click blank then click option'
A"Best SEO tips"
B'Best SEO tips'
CBest SEO tips
D"Best SEO tips" />
Attempts:
3 left
💡 Hint
Common Mistakes
Omitting quotes around the content value causes invalid HTML.
4fill in blank
hard

Fill both blanks to create a meta description that encourages clicks and includes a keyword.

SEO Fundamentals
<meta name=[1] content="[2] to improve your website ranking." />
Drag options to blanks, or click blank then click option'
A"description"
B"keywords"
CLearn SEO tips
DBuy cheap products
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'keywords' instead of 'description' for the meta tag name.
Writing content that is not relevant or appealing.
5fill in blank
hard

Fill all three blanks to create a meta description tag that is valid, concise, and includes a call to action.

SEO Fundamentals
<meta [1]=[2] content="[3] your SEO with our expert guide." />
Drag options to blanks, or click blank then click option'
Aname
B"description"
CBoost
Dcharset
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'charset' instead of 'name' for the attribute.
Not including a clear call to action in the content.