Some article websites (I’m looking at msn.com right now, as an example) show the first page or so of article content and then have a “Continue Reading” button, which you must click to see the rest of the article. This seems so ridiculous, from a UX perspective–I know how to scroll down to continue reading, so why hide the text and make me click a button, then have me scroll? Why has this become a fairly common practice?

157 points

Web Manager here. Some good answers here. Let me add a few more.

Engagement. If you land on a page and don’t engage on the page and leave, Google doesn’t even count you as a User. The more things you do on the page, Google will rank you higher.

Data analysts: we are testing if the article is valuable or not. If nobody is clicking continue, we know that we might need to rework the article.

Page load: The biggest and I mean biggest reason someone leaves a page is page load speed. If you’re deep in researching some information, regardless of your internet speed or if the fault is on the user side and your page load is over 3 seconds, you will leave the site. Loading only 1/4 of the page helps with this along with other tricks like caching at the CDN and lazy loading.

There are tons more reasons, but we found that with the “Continue” button, it wasn’t detrimental to the site performance.

permalink
report
reply
63 points
*

regardless of your internet speed or if the fault is on the user side and your page load is over 3 seconds, you will leave the site

As both a developer and an end user, this drives me batshit.

Seemingly no one has figured out that if users are bouncing due to page load times, maybe the problem is actually because your page that was supposed to be, say, a recipe for a bologna sandwich doesn’t need to first load an embedded autoplaying video, an external jQuery library, a cookie notice, three time delayed popovers, an embedded tweet, and a sidebar that dynamically loads 20 irrelevant articles, and a 2600x4800 100vw headline image that will scroll up at half speed before the user can even get any of the content into the viewport. Just a thought. I don’t care what your dog-eared copy of Engagement For Dummies says. It is actually wrong.

I have made the business I work for quite successful online by taking all of the alleged “best practices” things that clearly annoy the shit out of everyone, and then just not doing those things.

permalink
report
parent
reply
14 points

I miss when browsers used to be fast. Almost every site has perceptible lag now.

permalink
report
parent
reply
5 points

I hate with a passion how when looking up recipes, you gotta go through like 5 pages of why they like it, a fluffed up but useless how it’s made, all sorts of other shit, and only then do you get the actual fucking ingredient list and cooking temperatures and the actual cooking instructions.

I HATE IT SO MUCH!

permalink
report
parent
reply
4 points

Don’t forget the long winded tales of how their distant relative they never met gave them the recipe from the “old country” or some shit.

Dude, I just needed to see what temperature to set the oven to.

permalink
report
parent
reply
4 points

It depends on the site. A recipes site is trying to get as many impressions as possible so they can either turn a profit or keep the lights on.

If your company doesn’t rely on ads to stay afloat, the site experience is better.

If you dislike the page, exit the page within 10ish seconds without clicking anything and you will hurt the page’s SEO ranking.

permalink
report
parent
reply
24 points

Page load: The biggest and I mean biggest reason someone leaves a page is page load speed. If you’re deep in researching some information, regardless of your internet speed or if the fault is on the user side and your page load is over 3 seconds, you will leave the site. Loading only 1/4 of the page helps with this along with other tricks like caching at the CDN and lazy loading.

The thing that always bothers me about this is that I’ve been using the internet since 90s dial-up, and even 90s dial-up never had a “page load speed” problem when loading text-based articles. An extremely conservative estimate is that modern broadband speeds are 1000x what they were then so “page load speed” is entirely about the design of the website, and it seems that mostly the excuse is “we want to spy on people”. Am I wrong? Otherwise why not write an HTML page that would be just as compatible with Geocities as it would now?

permalink
report
parent
reply
12 points

You can still write plain html websites, and they would be super fast! But that’s not how we do things damnit! I need to implement feature x. Do I spend all day rolling my own lean version? Fuck no. I download a 5-ton JavaScript library that already has that feature, and I fuck off the rest of the day.

You are correct on one thing. The math does not add up at all.

The root cause is the current meta of software development. It’s bloat. Software is so ungodly bloated today because we’ve been taught since as long as I can remember that hardware is so fast nowadays that we don’t need to care about performance. Because of this mindset, many of the best practices that we were taught work directly against performance (OOP was a mistake. Fight me).

There might be overhead on the ad tracking bullshit… Sure. But, if developers cared about performance, that ad tracking can be fast, too ;]

How long should it really take to render a webpage? That should be near instant. If modern games can render a full 3D landscape over 100 times a second, surely a wall of text and some images can be done in under 1 second, right?

This is a problem in all software. For a simple example, I remember Microsoft word from 20 years ago being quite snappy on the desktops of the time. And by comparison, we are running supercomputers today. A cheap android phone would blow that desktop out of the water. Yet, somehow, word is a dog now…

permalink
report
parent
reply
12 points

The biggest reason I leave a page is paywalls and ads.

permalink
report
parent
reply
3 points

Some of my clients do not have the budget to give you free content without ads. Even a (usable)shared hosting server costs around 25 bucks a month. Add in dev time and design, small mom and pop sites can’t afford to be ad free.

Only the big dogs do paywalls.

permalink
report
parent
reply
11 points

That’s funny, I always thought ‘continue reading’ was a paywall button going to a subscription page and just back right out

permalink
report
parent
reply
2 points

Then the article isn’t strong enough and will be rewritten. The more relevant it is in your search, the higher chance you will continue reading.

permalink
report
parent
reply
4 points

I’m not sure you understand me. I assumed that the continue reading button would ask me to pay and since I am not going to pay I never continued reading.

permalink
report
parent
reply
9 points

Also, a lot of websites are built on CMS that has [Read More]… baked in. eg wordpress is designed around the concept of an excerpt of each page/post as it was built 30 years ago. Although as others have pointed out, the time/data savings are minimal - that mattered when wordpress was invented and is a vestigial part of the system.

permalink
report
parent
reply
9 points

Why do ads (videos with loud sound) always load before any meaningful parts of the page?

permalink
report
parent
reply
8 points

Because many are served by a 3rd party CDN that’s more robust than the original article.

Also might be part of the coding.

permalink
report
parent
reply
4 points

As I mentioned, small mom and pop shops can’t afford to give you free content without ads. So they prioritize the ad so they can get paid for the impression.

Unfortunately the content is not free to create and maintain.

permalink
report
parent
reply
1 point

All those big newspaper websites are small mom and pop shops? TIL…

permalink
report
parent
reply
7 points

As a person who knows nothing about web development, can you not load the pages in smaller chunks, so that the first screen or two worth of stuff loads fast and the rest could load while you are looking at it. That way, to the user, it appears to load quickly enough to keep them from leaving?

permalink
report
parent
reply
10 points

It’s a bullshit excuse - a couple pages of text loads in a second or two in even poor connections. Their optimizing for ads and tracking

Let me correct my other comment here: I miss when a 9600 baud modem was fast but holy crap has the internet gone downhill. Now get off my lawn

permalink
report
parent
reply
4 points

You lose backwards compatibility with web browsers if you do that.

It also doesn’t help reader apps or plugins, SEO or various other things to have the site stream the text instead of just loading it.

Basically it moves you from standard thing everything understands to non-standard thing which might break. It’s just not worth it.

permalink
report
parent
reply
4 points

You can, but you would have to do it through scripting which would rely on whatever methodology you’re using not breaking with browser updates and standards changes, whether or not the user has scripting enabled to begin with, whether not their adblockers or other plugins mess it up, etc. And then you can wind up just deferring the issue. Let’s say the user intends to quickly skim through your page to see if it actually appears to contain what they’re looking for or whether it’s just SEO bullshit, so they scroll down right after the first chunk loads and hit the point where the next chunk should load, and unexpectedly find that it didn’t do so instantly (because it probably won’t) and it appears your content cut off mid-page. They’ll assume your site is just broken and you’ve never seen another user hit that back button so fast.

So the answer is “yes, but,” and may not be worth the trouble.

Clicking a “continue reading” button is not an ideal solution either, but at least the user will (should) realize that they’ve performed an action that will load more content, as opposed to having it happen behind their backs in a manner that they weren’t initially aware.

permalink
report
parent
reply
4 points

Yeah this shit annoys the hell out of me with certain websites where I’m trying to ctrl-f information. It hasn’t loaded the whole page until I scroll down, so my search ends up being worthless.

permalink
report
parent
reply
3 points

What you’re talking about is called lazy loading. It loads text first and CSS and then images after.

Most modern sites now do this along with needing to load it at all until you hit the continue button. That not only reduces your browser load, it also reduces server load as well.

There are many other reasons to have the continue button, but the positives outweigh the negative. It’s not considered a dark pattern and helps the content team improve on their content.

permalink
report
parent
reply
3 points

Interesting, is it tough to keep up with Google’s SEO? I’ve seen some weird blogs ranking extremely high for basic searches.

permalink
report
parent
reply
4 points

I started my career in SEO and moved into web Manager because it was just too tiring keeping up with Google. I think my last update that I could remember was called “Panda”. This is when they named their updates.

My current SEO strategy is super simple. Have the content you’re writing for relate as much as possible to the user intent. Give the user what they are looking for FAST and then crosslink, cross sell after. You will have a good page.

permalink
report
parent
reply
1 point

They’re constantly tweaking it, partly to stay ahead of the blogspam farms who make thousands of low quality or total bullshit pages just trying to get clicks for ads.

permalink
report
parent
reply
2 points

page load

It would be fine if they only loaded a partial page so that it will render in my browser quicker.

However, what usually happens is that the entire page loads, then an overlay pops up to get me to register or pay, or whatever.

Being a web developer, it’s not hard for me to inspect the page and remove the overlay so I can read everything, but it is an annoyance.

permalink
report
parent
reply
2 points

How does Google know if you interacted with something on the page?

permalink
report
parent
reply
2 points
*

Google offers an analytics package that a huge amount of sites embed. Many other companies like Facebook have software available as well. Mostly people have these to track performance of Google-published ads, but it gathers a LOT more data than that. You also don’t need to use their ad system to put it on your site.

Anyway, it runs JavaScript to gather information about everything that a visitor does on the site and sends it to Google. You can “opt out” by using a browser extension like NoScript. I assume ad blockers could work too.

For people developing or running a site, it really gives you a ton of useful information - where your visitors are from, what pages people viewed, how they got to your site (search terms, ads, referrers), how long they spend on your site, even a “heat map” that shows what parts of the page people hovered on with their mouse pointer. The tradeoff is that Google gets all of this information too.

permalink
report
parent
reply
1 point

Chrome. You’re likely using their product. They know everything.

permalink
report
parent
reply
1 point

I am not using Chrome.

permalink
report
parent
reply
130 points

It’s two fold:

  1. it’s good proof of “user interaction with site” to sell to advertisers

  2. they can use that to load more ads or refresh current ones after it loads more text, and you’re already bought in on the story so you’re likely going to keep going.

I suspect a third reason is to try adding other news stories at the end in case the current one didn’t grab your attention, but that doesn’t seem to be as consistent amongst sites that I’ve seen do this. I run ad blockers though, so I don’t really see the sites the way they expect me to.

permalink
report
reply
8 points
Deleted by creator
permalink
report
parent
reply
44 points

Nah that’s not it. The text content is an infinitesimal portion of a modern Web page.

Many webpages are > 1mb, that’s a million letters if you will.

permalink
report
parent
reply
3 points

Articles usually have images and possibly embedded videos. So it’s not just text.

Even so, a decent webserver wouldn’t really care.

Maybe it loads faster for mobile users though if you only load text and a single image at first.

permalink
report
parent
reply
-9 points

You’ve got that the wrong way. It’s <1mb. Just read the less than symbol out loud.

permalink
report
parent
reply
13 points

Nowadays, this is a mute point.

permalink
report
parent
reply
25 points

*moot

permalink
report
parent
reply
9 points

Moo point

permalink
report
parent
reply
6 points

Thanks for the laugh, guys! :D I’ll leave it as is

permalink
report
parent
reply
5 points

Moot 😊

permalink
report
parent
reply
12 points

The cost of making a new request for the rest of the news is higher than just returning the full news. The only use case where this makes sense is where news are behind a paywall and you just want to show a teaser to Anonymous readers.

permalink
report
parent
reply
1 point

The only use case where this makes sense is where news are behind a paywall

It can be particularly good in soft-paywall situations, where you want to give people a certain number of clicks per month before they have to start paying.

I don’t think I’ve ever actually seen these “keep reading” buttons used in that way, though.

permalink
report
parent
reply
6 points

You mean you can save a couple of kilobytes after having loaded 2MB of java script libraries and trackers?

permalink
report
parent
reply
52 points

Enshittification

permalink
report
reply
49 points

Because fuck you, that’s why.

permalink
report
reply
44 points

My guess is that this gives them data they can analyze on how many people actually read the page that far.

permalink
report
reply
25 points

It also generated clicks so they can charge advertisers more for views.

permalink
report
parent
reply
1 point

That’s… not how that works

permalink
report
parent
reply
8 points

That’s exactly how that works.

Increased traffic to your website increases the value of ad space on that website and they pay you more for it; the “read more” button is one tool to demonstrate MSN or whoever actually has traffic.

It’s far from the only tool, but it is one tool, and is part of the analytics they’re running. It also shows some amount of engagement, that people are actually readin the article rather than clicking on it and forgetting about.

permalink
report
parent
reply

No Stupid Questions

!nostupidquestions@lemmy.world

Create post

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others’ questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That’s it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it’s in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.

Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.

Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

Community stats

  • 9.5K

    Monthly active users

  • 3K

    Posts

  • 120K

    Comments