You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lecture-introduction-to-javascript-libraries-and-frameworks/6734e867bbf41cc5b11648c4.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,35 +106,35 @@ Consider how dynamic content updates might affect users relying on screen reader
106
106
107
107
## --text--
108
108
109
-
What challenge do SPAs face regarding browser history and navigation?
109
+
Why can SPAs sometimes be challenging for Search Engine Optimization (SEO)?
110
110
111
111
## --answers--
112
112
113
-
They can't use the browser's back button.
113
+
They use too many HTML tags for search engines to parse.
114
114
115
115
### --feedback--
116
116
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.
118
118
119
119
---
120
120
121
-
They always require page reloads for navigation.
121
+
They are blocked by default by all search engine crawlers.
122
122
123
123
### --feedback--
124
124
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.
126
126
127
127
---
128
128
129
-
They need to manually manage URL changes and history states.
129
+
Search engines may struggle to index dynamically loaded content.
130
130
131
131
---
132
132
133
-
They can only navigate between a limited number of views.
133
+
Their server response times are always too slow for crawlers.
134
134
135
135
### --feedback--
136
136
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.
0 commit comments