HTML Meta Tags for SEO — exercises and bug fixes
5 hands-on exercises and 5 find-the-bug challenges for the HTML Meta Tags for SEO lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Exercises(5)
- 1
Add a description
easy10 minAdd a meta description for search results.
- 2
Allow indexing
easy10 minAdd a robots meta allowing index and follow.
- 3
Add an Open Graph title
easy10 minAdd og:title for link previews.
- 4
Add an Open Graph image
easy10 minAdd og:image for social sharing.
- 5
Build a complete SEO head
medium10 minCombine title, description and canonical.
Find the bug(5)
- 1
Fix the description as a keyword list
easy8 minDescriptions should read as a sentence, not keywords.
- 2
Fix the accidental noindex
easy8 minThis tells search engines to skip the page.
- 3
Fix name used for Open Graph
easy8 minOpen Graph tags use property, not name.
- 4
Fix the missing content
easy8 minA meta tag with no content says nothing.
- 5
Fix the obsolete keywords tag
easy8 minSearch engines ignore meta keywords; use a description.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspace