0
0
SEO Fundamentalsknowledge~10 mins

Internal linking strategy 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 sentence to describe internal linking purpose.

SEO Fundamentals
Internal linking helps [1] users to other pages within the same website.
Drag options to blanks, or click blank then click option'
Aredirect
Bblock
Cguide
Dhide
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'redirect' because it sounds similar but it means sending users away.
Choosing 'block' or 'hide' which are opposite of what internal links do.
2fill in blank
medium

Complete the sentence to explain a benefit of internal linking for SEO.

SEO Fundamentals
Internal linking helps search engines [1] the structure and hierarchy of a website.
Drag options to blanks, or click blank then click option'
Ahide
Bignore
Cconfuse
Dunderstand
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'ignore' or 'hide' which would prevent search engines from indexing pages.
Choosing 'confuse' which is the opposite of the intended effect.
3fill in blank
hard

Fix the error in the sentence about anchor text use in internal linking.

SEO Fundamentals
Effective internal links use [1] anchor text that clearly describes the linked page.
Drag options to blanks, or click blank then click option'
Adescriptive
Birrelevant
Cgeneric
Drandom
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'random' or 'generic' anchor text which does not help clarity.
Using 'irrelevant' anchor text which confuses users and search engines.
4fill in blank
hard

Fill both blanks to complete the internal linking best practice.

SEO Fundamentals
Use [1] links to important pages and avoid [2] too many links on a single page.
Drag options to blanks, or click blank then click option'
Astrategic
Brandom
Cadding
Dremoving
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'random' links which do not help SEO or user navigation.
Choosing 'removing' too many links which is not the intended advice.
5fill in blank
hard

Fill all three blanks to create a dictionary comprehension for counting internal links per page.

SEO Fundamentals
link_counts = { [1]: [2].count([3]) for [1], [2] in pages.items()}
Drag options to blanks, or click blank then click option'
Apage
Blinks
C'internal'
Dpages
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'pages' as the key variable which conflicts with the dictionary name.
Counting a wrong string or using wrong variable names.