Skip to content

Commit

Permalink
Update search-engine-optimization-quiz.md (Ebazhanov#4628)
Browse files Browse the repository at this point in the history
Updates a question in the SEO quiz that was mentioned in one of the issues.
  • Loading branch information
Ashwinip343 authored Oct 8, 2022
1 parent f9bd932 commit e986ee7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions seo/search-engine-optimization-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,14 @@
- [ ] Syntax error in the request

`Explanation: The HyperText Transfer Protocol (HTTP) 301 Moved Permanently redirect status response code indicates that the requested resource has been definitively moved to the URL given by the Location headers. A browser redirects to the new URL and search engines update their links to the resource.`

#### Q75. What tag should you use to signal the main topic heading of a page?

- [x] `<h1>`
- [ ] `<h0>`
- [ ] `<strong>`
- [ ] `<em>`


[Reference](https://blog.hubspot.com/marketing/header-tags)

0 comments on commit e986ee7

Please sign in to comment.