How Long Should Your Single Page Website Really Be?

It is not usually considered good web design for a page to be extremely long when its content could otherwise be split into separately digestible pages. The main issue that would arise is that larger web pages cause browsers parsing and displaying them to require more computing power from the client. Furthermore, extremely long pages are less likely to get the most relevant portions of their content across to users if they would have to sift through long stretches of less relevant content to find them.

SEO and user retention are better served when a website sorts through its overall wealth of knowledge and presents it as sets of concisely categorized pages about specific subjects closely related to one overarching topic. Internal links should make it easy for users to reach a desired page from any other page covering a branch of the same topic.

Some websites technically cannot avoid maintaining individual pages that burgeon to extreme lengths over time, however. This mainly applies to blog features that are continuously updated by authors using them as regular news feeds. It is usually not advisable to delete old posts that may have historical value as content for both search engine crawlers and audiences, so these pages often implement code that only forces the most recent posts to be displayed at first. Unless the website lets the user click numbered links to reach separate pages worth of older blog posts, it will often wait until the user's window scrolls low enough before automatically loading additional posts underneath what is already being displayed.

Much like collections of historical posts on social media websites like Twitter, websites that take this linear approach to collecting their posts often make visitors feel like they are endlessly extending a page downward to allow more historical content to display. This can steadily tax the browser's processing power, so some sites effectively "discard" the content at the top as other content gets newly loaded at the bottom. On the other hand, this would prevent users from efficiently using the "find" keyboard shortcut on all of the content at once. For more information click here https://www.reddit.com/r/webdesign/comments/lr90uu/infinitescrollofdeath/.