As ad revenue shrinks (and it is all the time), the only option is to scale up engagement or traffic, preferably both. It also helps to operate in a niche you can dominate by being either unique or better than the rest. In any scenario, it will be content/branding that entices the visitor. Once on site content and ease of use will keep them there.
True. In my field I have a near 100% penetration, but the concern with mobile is that engagement is a LOT less. For example, the message boards are active, often with long and detailed discussions. But the average reply from a desktop user is 3 paragraphs, while a mobile user is 2 lines.
They also look at fewer pages per session, but I've mentioned that before; mobile users tend to look, find what they want, and leave, where desktop users hang around for awhile.
I can't really get more users, and I really don't know how to get mobile users to post more (that's out of my control... mobile keyboards just aren't that usable). So I can't help but worry that the increase in mobile usage is directly proportionate to a decrease in people posting ideas and thoughts online.
Do have to ask, @cssdude55, do you have multiple page layouts (desktop) that is creating the delay in transitioning? Might be time to consider different layouts. Once the decision is make to code small screen (responsive) the only other consider should be how to "degrade" THAT experience to a larger viewport.
My site is all hand-rolled, and the last
major rebuild was 2013. I have a layout that looks like:
*******************************************************
LOGO widget widget
*******************************************************
Navigation
*******************************************************
|
Column A, 625px wide | Column B,
| 320px wide
|
*******************************************************
Footer
*******************************************************
Column B shows up on screen width >= 975px, and mainly contains banner ads and promos for other features of the site. On lower screen widths, it disappears and Column A centers on the screen.
When I built it, mobile traffic was non-existent. Resolutions were getting higher and higher, so low-res 800x600 screens were a minor afterthought, representing maybe 5% of my traffic... I was more concerned about people with super-high resolutions, which was where the trend was headed.
I also kept CSS usage to a minimum to allow for old browsers, and relied mainly on tables for formatting.
So it's time for a rebuild, anyway, and that's why I'm going over everything with a fine toothed comb to add new features, streamline it with a better focus on CSS (and jQuery, since I have to use it for some other features) and eliminating tables for formatting, and now with a focus on mobile.
I have around 30 different features, and each feature has a few different layouts of pages; eg, a classifieds section with a list of categories, then the list of items per category, a "view" page, a "post" page, customer reviews, and where relevant, maps. I literally JUST finished rebuilding that one section, and it took 5 months! After that, there are news article layouts, message boards, event calendars, weather, personals, business services... the list goes on and on.