Skip to content

Commit 1c5c086

Browse files
authored
chore(curriculum): update third question in react fundamentals quiz (freeCodeCamp#61279)
1 parent 6bc8a5a commit 1c5c086

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • curriculum/challenges/english/25-front-end-development/lecture-introduction-to-javascript-libraries-and-frameworks

curriculum/challenges/english/25-front-end-development/lecture-introduction-to-javascript-libraries-and-frameworks/6734e867bbf41cc5b11648c4.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,35 +106,35 @@ Consider how dynamic content updates might affect users relying on screen reader
106106

107107
## --text--
108108

109-
What challenge do SPAs face regarding browser history and navigation?
109+
Why can SPAs sometimes be challenging for Search Engine Optimization (SEO)?
110110

111111
## --answers--
112112

113-
They can't use the browser's back button.
113+
They use too many HTML tags for search engines to parse.
114114

115115
### --feedback--
116116

117-
Consider how SPAs need to handle navigation without traditional page loads.
117+
Consider how search engines interact with content that isn't in the initial HTML.
118118

119119
---
120120

121-
They always require page reloads for navigation.
121+
They are blocked by default by all search engine crawlers.
122122

123123
### --feedback--
124124

125-
Consider how SPAs need to handle navigation without traditional page loads.
125+
Consider how search engines interact with content that isn't in the initial HTML.
126126

127127
---
128128

129-
They need to manually manage URL changes and history states.
129+
Search engines may struggle to index dynamically loaded content.
130130

131131
---
132132

133-
They can only navigate between a limited number of views.
133+
Their server response times are always too slow for crawlers.
134134

135135
### --feedback--
136136

137-
Consider how SPAs need to handle navigation without traditional page loads.
137+
Consider how search engines interact with content that isn't in the initial HTML.
138138

139139
## --video-solution--
140140

0 commit comments

Comments
 (0)