Earlier quoted context omitted.
Pageviews only matter in, obviously, a pageview driven ad model. In other instances, like the author mentions with Buzzfeed, pure pageviews aren't the entire goal. If publishers can get advertisers more interested in unique visitors and (especially) length of time on the site, then pageviews could be less important, and terrible practices like Mashable-esque page-reload sliders and six page articles can start to go a…
It's less pageviews and more reader engagement. You want to provide your salespeople solid evidence to convince the advertisers to pay the premium rate. While perhaps the last part of the deal is measured in ad impressions, all the other facts and figures are important: time on site, pages per unique visitor, where the site's traffic is coming from, etc.
Stop Pagination Now
71–80 of 92 posts
Re: Stop Pagination Now
#72Earlier quoted context omitted.
The comment higher up says A/B testing is used, that may be true for publishers that make use of performance ads. If you're a well known entity then you try to only accept brand ads (CPM - pay per impression/view), and those brand ads come with lots of conditions. Advertisers want to appear near the top of the page or near the top of the content - that's why ad networks have rules about the placement of ads. Even Goo…
This is the same with paged content, the user is equally less likely to see the adverts because maybe they don't view that page/scroll down that far. I'm guessing the issue is that if you use paged content you know that the user has looked at that part of the article. If the adverts are all on the same page then an impression is not proof that a user has had that advert appear on the screen. Having said that if boots…
Typically, it makes for a horrific reading experience. And I believe it will become bad for business, too, if enough high-quality content sites emerge and offer a far more compelling experience to draw readers away.
There's a hurdle preventing that from happening, however, and the hurdle is that users seem fairly site-agnostic in their content preferences. They consume information without a great deal of thought as to where it came from. And it's easier than ever to receive content now, through social channels, and never even have an inkling as to its original source or site. This liquidity and disposability of content means that content farms still have a big advantage over sites that attempt to make themselves into interesting, repeat-visit destinations.
Now, savvier and more intelligent readers -- the kind who probably frequent this community -- tend to avoid content farms, and probably don't click on articles entitled "10 Totally Weird Diet Tricks That Will Burn Away 10 Lbs in One Day!!!," requiring a 10-page click through to read. But sadly, a lot of people do click those things. A lot.
Re: Stop Pagination Now
#73Re: Stop Pagination Now
#74BUT, from a web design perspective, there are actually some good reasons behind text pagination, the main three being:
1) It helps you keep your place -- you can bookmark one of the 15 pages to continue reading from later on, or forward to your friend ("check out the third paragraph" instead of "84th paragraph"). Obviously, you'd never show a 100,000-word article on one page (except for printing). At some point, pagination is necessary. Where to draw the line is obviously depends on a multitude of factors.
2) Feeling like you're "in" the site, not in no-man's land. From a web design perspective, you always want people to be able to navigate easily to other parts of the site -- you want stuff in the sidebar, never be too far away from header/footer, etc. You don't want people to be in a narrow column of text, with total white on both sides and nothing else. (Obviously users might often prefer this, like I do, hence Instapaper etc., but other users also like to be able to skip around to the rest of the site easily once they decide this particular article isn't for them, etc.) Of course, "floating" sidebars, headers, etc. can help alleviate this, but this requires the sidebars to be very small, which is not always possible.
3) "Chunking" large pieces of content is just a good thing. A huge wall of text is just no good from a usability or legibility standpoint. This, of course, is why articles are broken down into sentences, paragraphs, sections, parts, etc., so people "know where they are". Now I'll be the first to admit that paging is a particularly inelegant sledgehammer way of chunking, but when you're dealing with lots of articles of different lengths, formats, etc., it's a kind of lowest-common-denominator that is seen as better than nothing.
I don't think the current way most sites handle pagination is really that good, and it's a particularly bizarre combination to have pages that are longer than the viewing area, so you have to scroll and have to page. But given the way browsers are put together, it's a solution that basically works, given all the design constraints.
As a final note, I also think sites which don't provide any single-page or print option at all, also deserve a special place in hell. :)
Re: Stop Pagination Now
#75Re: Stop Pagination Now
#76As an Internet user, I generally find pagination just as annoying as everyone else here (and paginated slide shows deserve a special ring of hell just for them). BUT, from a web design perspective, there are actually some good reasons behind text pagination, the main three being: 1) It helps you keep your place -- you can bookmark one of the 15 pages to continue reading from later on, or forward to your friend ("chec…
Re: Stop Pagination Now
#77As soon as I hit a page with multiple pages I almost always lose interest and immediately leave. I can read down a single page. However when I see an article with 6 pages I am like ... ... sod that. Its not so much the reading. Its the slow page loading which gets me down. If people did pagination right with ajax preloading the next page then I would be happy. 99% of sites do not do this. Instead their sites are slow…
Re: Stop Pagination Now
#78Earlier quoted context omitted.
>there are copycats that don't do the testing, don't optimize for their niche of readers, and are probably losing both money and readers because of it. I think this is much more common than sophisticated A/B testing. At our publication, we were able to make the business case that the added pageviews from pagination didn't make much of an impact on the bottom-line. Because we generally run out of premium ad inventory…
Does this mean that your publication, you decided not to go for pagination?
Re: Stop Pagination Now
#79As an Internet user, I generally find pagination just as annoying as everyone else here (and paginated slide shows deserve a special ring of hell just for them). BUT, from a web design perspective, there are actually some good reasons behind text pagination, the main three being: 1) It helps you keep your place -- you can bookmark one of the 15 pages to continue reading from later on, or forward to your friend ("chec…
#1 can be solved with URL hash / fragments, which link to anchors within the page. If the user has JavaScript enabled you can even automatically update the fragment as they scroll.