vote up 40 vote down star
17

What are the usability considerations that should be taken into account by anyone who decided to build a good adult web site?

Disclaimer: I know the question is going to cause some controversy, but please let’s stay professional, stop giggling and see if tasks that audience of such sites tries to achieve make usability considerations any different from Flickr. It is even more interesting issue since complete usability testing of this kind of web site is nearly impossible to arrange.

As Stackoverflow is frequently used by those who work in soulless corporations that perform proxy and internet filtering, please avoid explicit words, phrases, or linking to explicit sites so we don't trigger said filters and end up on an annoying blacklist.

flag
1  
I think it's a reasonable question too. – Mark Biek Oct 17 '08 at 16:35
2  
Really? The acknowledgment of the existence of adult web sites causes a morality issue? It sounds more like a reality issue to me, friend. – MojoFilter Oct 17 '08 at 17:25
3  
@MojoFilter That should say "How to programmatically convince..." otherwise it's going to get closed :) – Mark Biek Oct 17 '08 at 17:33
1  
I find it funny that people would freak out over even the mention of an adult site. Would I get the same negative reaction if I asked about building an ultra-violent game? In your mine, what is worse? – Kibbee Oct 17 '08 at 18:19
1  
Reasonable question, just like usability for preschooler's sites or elderly people sites. But the people that closed, and those that voted so much on the question have some problems IMHO. – Robert Gould Mar 28 at 14:17
show 25 more comments

31 Answers

1 2 next
vote up 76 vote down check

You might giggle but hands-free navigation would seem to be an important feature. Slideshows of favorite pics. Auto-scrolling on long pages.

link|flag
2  
you beat me to it, I was going to say, "help the user navigate using his other hand". – gbjbaanb Oct 17 '08 at 17:17
show 4 more comments
vote up 16 vote down

Since I expect it will have lot of photos, optimizing image loading times will be the biggest help.

link|flag
show 1 more comment
vote up 14 vote down

I don't understand what the adult part of it has got to do with it? You can just use regular usability practices. I suppose you could safely assume your users aren't blind though.

link|flag
show 5 more comments
vote up 4 vote down

I think the biggest single issue you'll have to worry about is account sharing.

How do you prevent someone from handing out their paid-for credentials to others?

link|flag
show 5 more comments
vote up 8 vote down

Standard web usability techniques would apply. Look at other sites that offer the type of content you offer (meaning, images and/or videos).

The fact that it's an adult site is inconsequential.

link|flag
vote up 33 vote down

Plan for "Private Browsing" in Safari, so don't rely on cookies.

link|flag
show 2 more comments
vote up 21 vote down

Looking at it from a member retention point of view, I think the biggest usability issue for an adult site is to categorize well.

Keep your categories separate! Make advertising obvious. Don't send people to advertising unless they want it! Make the content easy to find/search.

link|flag
show 3 more comments
vote up 6 vote down
  • An intelligent CAPTCHA that will prevent underage users from entering the site, i.e. solving a random problem etc.
  • Image size optimized for a user screen size.
  • Ability to arrange several favorite images into immediate view.
  • No blinking.
  • Large controls that can be operated without need for much precision.
  • A button or some sort of control (right click?) that will immediately blank the screen (display a spreadsheet i.e.).
link|flag
show 8 more comments
vote up 43 vote down

Basically, go to any typical free adult site, and browse. Every time you say 'WTF!', write down what happened that pissed you off. After an hour, I think you have a great list of what NOT to do. Essentially:

  • Categorize well
  • Don't resize my window. I like my window the size it is, thank you.
  • Navigation sans mouse is a bonus
  • If I click on a link that I think is part of your site, and I end up SOMEWHERE else due to crappy advertising, I will only come back to cancel.
  • Please don't open new windows for every damn thing I click. I can open stuff in new tabs/windows if I want to, I promise.

That might have been the most entertaining question I've seen so far. Kudos. :)

link|flag
1  
Since most of the features might not work if you disable flash/javascript and so on, browse within a virtual machine or something else that you can wipe clean in case you get nasty viruses/malware for browsing. Especially recommended if you need to check out how they work with IE. – Tuminoid Dec 8 '08 at 16:34
show 2 more comments
vote up 7 vote down

It's hard to look at this seriously, but if we do, then one would expect several glaring differences from standard sites like flickr.

One is of course that people aren't looking for a specific picture or thumbnail but rather a category (unless you got good tagging). Let people get to what they want faster.

A second is that once people get where they wanted, they'll probably not be browsing much until they really get where they're going... :) So you want simpler controls, maybe a slideshow, I don't know. Maybe even key based "next" buttons or whatever.

If you do go fullscreen, some sort of effective boss key would be critical: on most systems, going from full screen to regular view and then shutting down the browser or switching would take way too long.

If people provide their own content, you need to let the community be able to reject pictures a-la-craiglist rather than rely on the administrators. From a legal standpoint, you may be better off because it means there are ways to get rid of illegal content faster.

And of course, you need to let people discuss or comment of features. I am sure that the typical reaction of a group of guys who see someone at the bar would often apply to cyberspace.

link|flag
vote up 1 vote down

If you're offering video content of any kind - a few screenshots at uniform intervals.
I think Media Player classic has a plugin which does this automatically.

link|flag
vote up 2 vote down

I would say that keyboard based controls are almost a must. It's much easier to scroll through a slide show with the arrow keys than it is a mouse.

Also, allow the user to choose the size of the pictures. You can try and pick the right size automatically, but allow me to override your decision.

One pet peeve of mine, and it doesn't only apply to adult sites, but they often are guilty of this, is huge images/banners with things that look like they should be buttons but aren't, and vice-versa.

link|flag
vote up 11 vote down

from my many years of experience as an adult website user (come on, admit it, we've all done it) I'll share some things that I don't like:

  • links that look like they're links to pictures or content but only point to the Join page
  • links that lead to more sites, which only contain links to other sites, and no content
  • small content previews that don't give a good idea of the site's actual content
  • anything that tries to install a new video player
  • many adult sites constantly open new windows. if you have a gallery of any kind, use some kind of menu layout.
link|flag
vote up 1 vote down

A video player needs Full Screen mode.

Also, for usability I would look at fantasti.cc. They have done a great job.

link|flag
vote up 5 vote down

Damn, someone already registered pornoverflow.com.

link|flag
show 2 more comments
vote up 2 vote down

A good usability feature would be keyboard based navigation (better than the usual). Make it ambidexterous, we don't need to go into more detail as to why.

link|flag
vote up 5 vote down

A boss key. Although maybe it's a Wife Key.

link|flag
show 2 more comments
vote up 5 vote down

Maybe you could try to do the usability testing this way:

  1. Ask random people if they would want to participate in a usability test, just like you would if you were testing a 'normal' site.
  2. If they want to, tell them that although there will be no erotic content, the test is for an adult site, in case they object against helping such sites.
  3. Show them a site without any adult content. Maybe just your models in swimsuits or even stuff like cars. The idea is to let your testers get a feel for the site, without inducing the physical reactions.
  4. ...
  5. Profit! ;-)

Don't think you can make a usable site by using theories, even if they have roots in practical experience.

Even Steve Krug can't make usable sites with just guessing.

link|flag
show 1 more comment
vote up 6 vote down
  1. No animations, no pop-ups, no new windows and absolutely no hijacking of user's control over the browser (window resizing etc.).
  2. Treat your users as valued customers and not as suckers to be separated from their money.
  3. Avoid too novel functionality and follow web conventions. You'll want your site to be simple enough for people who don't use the internet all that much.
  4. Steal good ideas you find from non-adult sites that do something similar to what you are planning to develop.
link|flag
vote up 2 vote down

I wish some of them enabled us to zoom pics (up to a certain extent) so that we could see one particular picture in more detail withou scrolling.

By the way, Gallery downloading in a single click (the whole gallery or page in a zip file) is always welcome - even in presentation mode we lose too much time clicking on pics and saving them locally.

link|flag
vote up 1 vote down

Hands free navigation. Use the arrow keys and return.

link|flag
show 1 more comment
vote up 2 vote down

I find the option to download images/movies for offline use important.

link|flag
vote up 0 vote down

Make sure its on a fast network, a lot of these free sites have horrible download speeds.

link|flag
vote up 0 vote down

Make images load progressively from BOTTOM to TOP. Will definitely spend traffic to you and your visitors.

If seriously, develop as though JavaScript was permanently disabled on the machine. I almost always switch it off before I go visiting even news sites which are known to generate popups and resize windows. If you don't want to irritate your visitors, don't use popups and window resizing.

link|flag
vote up 1 vote down

What about voice-navigation, maybe even some kind of auto-learning like listening to visitor sounds and guessing what to show him now? (And when to slowly fade out the screen and shut down the PC).

link|flag
show 1 more comment
vote up 0 vote down

Kiosk Mode. No interference at all when giggling!

link|flag
vote up 0 vote down

Hope these help:

  1. Do not use embarassing popups. Sometimes users need to close the window FAST...
  2. Use teasers, but don't use teasers to teasers to teasers...
  3. Have a preview part for non members (some people have serious problems with registering).
  4. If you bill your customers use a neutral company name like "wild amazon"
  5. Frequently refresh the material else the customers walk away.
  6. Try to develop a speciality or a theme.
  7. Use your own material. If they can find it elsewhere, why would they bother.
  8. Mark all material with your copyright (visible as invisible).
  9. Try to introduce a gimmic (possibly a store, or a health advisor).
  10. Try to publish stories besides visual material.
link|flag
show 2 more comments
vote up 1 vote down

Support for mobile devices, like the iPhone, so users can spank the monkey on the go or hidden places. Seriously.

link|flag
vote up 0 vote down

Use Google Maps API to zoom in and out, move left and right, making the picture as the background - Seriously.

The smooth scrolling, Full screen and many such related stuff are taken care well by the Maps API.

link|flag
vote up 0 vote down

I know people have been real quick to post suggestions about picture viewing but the reality of the situation is that if you creating an adult web-site that is providing original content you will have to be dealing with video.

  • Indexed picture previews on video.
    • You'll want to give the user a quick scan of the scene that will save you bandwidth in the long run by removing the streaming aspects if the user can "filter" by the contents of the scene.
  • Jumpable flash player
    • This is really important. But create a lower quality searchable flash preview player for all scenes. This will also help reduce overall bandwidth by adding a more content previewing for the user.
  • High quality HD movies.
    • This isn't necessarily a usability concern as it is a quality of content concern but none the less a growing requirement to stay current.
  • Proper honest tagging of content is required.
    • This adds maintenance hours for content upkeep because some poor soul is going to have to scan new content and tag all of the uhm, "categories" that the content falls under.
  • Star indexes.
    • Don't underestimate the power of celebrity.
  • Pre-zipped picture sets.
    • Save your server and your clients the hassle of unnecessary page requests.
  • Randomized identifiers/urls for preview content.
    • Don't get your free content scraped by simple scripts.

If you need a reference of a good client-positive interface look at the GGG John Thompson members area. The AJAX is kind of funky but overall it's a good site.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.