Beyond Web-Centricity in Content Management

By Deane Barker 6 min read
Author Description

As content moves “beyond the web page,” we need to start handling it in such a way that it lends itself better to multi-channel publishing.

AI Summary

This post explores the limitations of web-centric content management, advocating for a more holistic approach that encompasses diverse content types and platforms. The author emphasizes the need for flexibility and adaptability in content strategies to meet the evolving demands of users and technology.

Here’s the problem with Web content management: sometimes we (as Web developers) get too caught up in the “Web” part. Sometimes we get very Web-centric about our content, when we really should be looking at content from a completely presentation-free perspective.

(Fair warning: if you’ve working in ECM – enterprise content management – to much of any degree, this post is going to be a review.)

Consider an intranet. A company decides it needs a centralized “announcements” system – a communication vehicle to get information to various people in the company.

So, they grab some Web content management system and start adding “announcement” pages. In doing this, they need to specify things like menus and META tags and other Web-centric things. It is, after all, a Web content management system. We’re Web developers, and this makes sense to us – we view “the page above all.”

But, is this is the right way to do it? It strikes me that an “announcement” in the context of the enterprise doesn’t necessarily correlate to a Web page. It’s really a pure…nugget of information, uncorrupted by presentation. It has properties like a title, a body, an author, etc. that are universal. They transcend presentation.

So, what do you call a piece of information, unencumbered by concerns about its final destination(s)?

I think you call this – gasp! – content.

Dealing with our announcement in its most pure form, we can isolate the properties of it that are about it, rather than its presentation:

  1. Title

  2. Body

  3. Publish Date

  4. Expire Date

  5. Effective Date

  6. Author

  7. Intended Audiences

  8. Subject (a taxonomy assignment, perhaps)

  9. Tags

These are all properties of the content that have nothing to do with how the content should appear in any particular medium. They are universal properties.

Now, I know what you’re thinking – isn’t this just the classic concept of separating content from presentation? Well, yes. But as Web developers who spend most of their time in WCM, we’re always viewing presentation through a Web-centric lens.

Why do we want to separate content from presentation? So we can make different content appear in different places on the site. Or so we can re-arrange a template without having to change any content. Or so we can have our designers work on HTML-ish markup while we devise a method to drop the content into to it.

But what if a page on some Web site isn’t the primary method of presentation? What if the content isn’t destined for a Web page at all? What if it will be consumed by end users in a half-dozen different formats, none of which involve a URL-addressable bit of HTML?

Back to our announcement, let’s consider for a minute all the things that could happen with that content. Assume, for this discussion, that this piece of content is about the north parking lot being closed on Friday for re-surfacing.

It could…

  1. appear on the intranet.

  2. be emailed to an internal mailing list.

  3. be syndicated in an RSS feed.

  4. be emailed to a third-party (the contractor, perhaps?)

  5. be posted to an internal calendar.

  6. be published in a department’s print newsletter.

  7. appear on various LCD TVs around the building.

  8. appear in other system – an interstitial login window (“Important Announcements!”) when customer services reps sign in, for instance.

  9. be transmitted to other parties via a Web service or other method (press releases go to PRNewswire or something)

  10. be sent to mobile devices via SMS.

Of all those options, only the first one has anything to do with a Web page.

In this case, what you want to see is the “announcement” be handled as pure content, then editors can add “presentations.” These presentations represent appearances of that content in various places and various media.

Each presentation has type-specific information that needs to be collected – information that’s not specific to the content itself, but specific to the medium in which you want the content to appear.

For example, if we have our pure announcement about the parking lot resurfacing, we can then choose to expose it to various presentation layers

In this sense, we’ve created our pure bit of content, then we’ve linked it to several presentation mediums. Each presentation requires specific information about how to present the content – for instance, the intranet page needed META keywords, whereas the mailing list required priority.

Admittedly, all of this is a little specific to the enterprise. In a larger company, there are a lot more opportunities for presentation. There are mailing lists, and print newsletters, and the flat-panel TVs, and such.

For a public Web site, we obviously have HTML and RSS, and often email as well, but that’s about it.

However, here’s the story about how I came to write this post which will demonstrate why this is somewhat important for Web developers –

I was contemplating a new Web site for my son’s soccer team. In discussions with the parents and coaches, however, I discovered that very few of them would actually use it. They were used to getting information pushed to them over email – the coach would send these emails to about 40 people with all the details about the next game or practice.

It struck me that I could build a greatest Web site ever, and it would still be a huge step backwards. No one would check the Web site, and the coach would still be sending emails to people. It turned out that, contrary to my first Web-centric instinct, email was the primary presentation for the content, not a Web page.

Along these lines, I got the idea that the coach wasn’t sending emails or creating Web pages – he was creating “announcements.” This was a pure form of content, unencumbered by the actual presentation media it would end up it (and it would likely end up in more than one – email and Web for sure). In this case, it needed to be presented in email first, then perhaps archived in some searchable HTML format second.

For most Web sites, is this level of abstraction practical? Probably not. Gadgetopia has only two presentation methods: HTML and RSS.

But, especially in the enterprise, content has much greater reach and can appear in so many other forms that dealing with the content on a purely informational level can really help put it in perspective.

Links to this – The Slippery Definition of a Digital Channel January 13, 2012
Working in web content management, we tend to place an inordinate amount of emphasis on a single channel: the web, and naturally the website that pushes information into it. But, more and more, I’ve been beating the drum of multi-channel content delivery, as it relates to content management. The...
Links to this – Is there a distinct type of CMS for "news"? May 13, 2011
What is a (news) CMS? : Interesting comments about how news organizations need a CMS specifically wired for news. This involves, among other things, abstracting your repository from the presentation layer. News organizations should instead be “content-first,” and use tools that promote content...
Links to this – WCM Vendors: It's Time to Abstract Your Repository September 5, 2010
Over the last decade, content management has become increasingly focused on the web. However, in this world of true multi-channel publishing, the web is just one of many channels, and its time CMS vendors made their repositories less web-specific.
Links to this – Enter the Content Developer August 21, 2010
With all the channel options available for content publishers, the "web developer" may be giving way to a more general "content developer."