When Next Means Previous and Forward is Back

Ever notice that the buttons at the bottom of so many web pages, news feeds, and blog posts are fundamentally meaningless? I’m referring to those link pairs used for navigating published content, including next / previousforward / back and first / last. Because it is unclear whether these terms are meant to describe content according to recency of posting or sequence of posts—and because different users interpret this differently—all of these are actually ambiguous in the context of a page that employs reverse chronology, like a blog.

Thus, we find sites where “back” or “previous” takes us toward more recent entries (which makes sense because we are scrolling “back” through the posted pages), as well as sites where “back” or “previous” are used to denote older posts (which can also be said to make sense because we are moving backwards in time).

Sure, no great harm comes from having to negotiate the resulting confusion (maybe just a few clicks back on your browser—oh dear), but why include a murky step in your user experience when you can deploy an elegant, functional one instead? Opting for older / newer is one clear solution that is both necessary and sufficient for unambiguous navigation. Variations on this include the slightly more formal older entries / newer entries and the like.

Imagine the satisfaction it gives me to be able to say I actually modified the code of this site in order to change the default Squarespace Wells template setting of prev / next  to my preferred newer / older. And then imagine my surprise that an intuitive, efficiency-driven CMS like Squarespace would even foster such poor ergonomics at all.