0
0
SEO Fundamentalsknowledge~10 mins

HTTPS and security 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 specify the secure protocol used for websites.

SEO Fundamentals
<a href="[1]://example.com">Visit our secure site</a>
Drag options to blanks, or click blank then click option'
Ahttps
Bfile
Cftp
Dhttp
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'http' instead of 'https' which is not secure.
Confusing FTP or file protocols with web protocols.
2fill in blank
medium

Complete the sentence to explain what HTTPS protects against.

SEO Fundamentals
HTTPS protects your data from being intercepted by [1] during transmission.
Drag options to blanks, or click blank then click option'
Awebsites
Battackers
Cbrowsers
Dservers
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'websites' which are usually trusted.
Choosing 'browsers' or 'servers' which are part of the communication.
3fill in blank
hard

Fix the error in the statement about HTTPS certificates.

SEO Fundamentals
A valid HTTPS connection requires a [1] to verify the website's identity.
Drag options to blanks, or click blank then click option'
Apassword
Busername
Ccertificate
Dcookie
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing certificates with passwords or usernames.
Thinking cookies are related to security certificates.
4fill in blank
hard

Fill both blanks to complete the HTTPS security feature explanation.

SEO Fundamentals
HTTPS uses [1] to encrypt data and [2] to verify the server's identity.
Drag options to blanks, or click blank then click option'
Aencryption
Bpassword
Ccertificates
Dfirewalls
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up certificates with passwords or firewalls.
Thinking firewalls encrypt data.
5fill in blank
hard

Fill all three blanks to complete the HTTPS security process.

SEO Fundamentals
When you visit a site, your browser checks the [1] to ensure it is [2] by a trusted authority, then establishes an [3] connection.
Drag options to blanks, or click blank then click option'
Acertificate
Bverified
Cencrypted
Dpassword
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'password' instead of 'certificate' for the first blank.
Confusing 'verified' with 'encrypted' in the wrong place.