Showing posts with label linking. Show all posts
Showing posts with label linking. Show all posts

Friday, September 21, 2012

DON'T DO IT!!!!!

Perhaps it's just that I am getting older and crankier, but I doubt it.

I've been seeing this all over the Internet lately, and I have to say:

FOR THE LOVE OF PIXELS, STOP MAKING ME CLICK MORE THAN ONCE TO GET TO YOUR DAMNED CONTENT!

Seriously.

An example: At Pinterest, there was a post touting "186 DIY Christmas Gifts." Now, what creative, financially conscious, crafty sort of person WOULDN'T want to see that, especially with the attractive candy canes as the "come on" photo accompanying the link? (The canes looked like they'd been dipped in white chocolate and nonpareils and wrapped in a red-and-white stiped box... very appealing, visually speaking.)

Anyway, so I click the link from the Pinterest post to go directly to the blog. On the linked page, the DIY content was broken up into sections of 30 crafts, accompanied by collage-style photographs of more attractive crafts. Okay... where are the details? Where is the content?

BEHIND ANOTHER LINK!

Under the collage photos were links that said, "To learn how to do these crafts, click here."

My blood's simmering at this point, but I click. Do you know what I found?!?!?

A page EXACTLY like the last,  including collage photos and links that SUPPOSEDLY led to the instructions for the freaking crafts.

Blood is beginning to boil, but I click. Can you guess what I found?!?!?!

A list of blog posts to which I would have to click to SUPPOSEDLY get to the content.

But you can probably guess what I did instead of clicking.

I closed the damned window, because there is no way that I have time to sift through thousands of blog posts to find the content I came to the blog to find in the first place.

And this, my dear readers, is a classic example of creating content people want and then FREAKING BURYING IT beneath layers and layers and layers of "organization." Don't get me wrong: I am all for organizing your content into something you can manage on the back end... but don't forget that your readers still have to be able to FIND that content.

And, make no mistake: Most people WILL NOT click more than three times to get to your article. And right there, you have lost your audience. And they're probably not coming back.

Another reason people link content in this fashion is to get the most "bang" out of it via page impression advertising. These people aren't interested in whether users actually find their content, read it, click on ads, find the article useful, or even share it with their friends. ALL they care about is the advertiser's pay check when the total reaches $20. That's it... or, at least, that's how I see it.

Because, if these blog designers and social linkers actually gave a good-golly-gosh-darn about the readers, when they linked their content from Pinterest or Facebook or Twitter or wherever, THE LINK WOULD GO TO THE ACTUAL CONTENT... NOT another stupid page listing links to the damned content.

This "at least three clicks to content" mentality is even worse when your site is selling something. Like I said, I understand the need for back-end organization, but you have to stop thinking like you and start thinking like your customers would think. Do you think that your customers are REALLY going to want to click on "Products" and then one subcategory, and then another, and then another, and then ANOTHER before they get to the product page of the item they want to buy.

NO!!!!

No, your customers NEED your site to be simply organized so that they can spend their hard-earned purchasing dollars at your site and not your competitor's.

But, honestly, your competitor's site is probably designed with the same tectonic plate structure of subcategorized obsfucation, so it will hardly matter, anyway, when they go buy the Chinese knock-off at Wal*Mart.

Thursday, January 28, 2010

Flyout Menus Using Only CSS

One of the things that frustrates those looking to optimize their sites is that, to really do it right, every single page needs to link to every other page in the site. This could create an enormous list of links somewhere on the page that just ain't pretty or functional. Though some sites might not mind it, there is another way. It's not, necessarily, easier, but it is prettier, more functional in more web sites and site designs, and it's still good for SEO: the hierarchial menu.

Clunky name, but they're also known as flyout menus, drop-down menus, et cetera. What happens is, when a user hovers over a link in a navigation area, it highlights like a normal link. It is, in fact, CSS-styled text in an "unordered list." Inside that main navigation, you can have sub-menus where you need them, and those can have sub-menus, and then those can have sub-menus. In all, you can have up to four levels of sub-menus wherever you need them.

There are many places on the web where you can find such a code to use; I have designed a proprietary version that I use for my clients, but, like I said, there are many of CSS flyout and dropdown menus available on the web. Some are free; some charge a small fee for commercial sites or suggest a donation for personal sites.

In any case, this linking system removes all the Flash and JavaScript from the process, making it strictly styled using CSS (linked externally, of course), and all the links as simple text on the site's actual pages.

Next time, a trip into the world of social networking!

Monday, January 18, 2010

Page Heirarchies & Stuctures

The most commonly pictured graph of a hierarchy is probably the "management" or "chain-of-command" type hierarchy, where all the different areas branch off downward from one main area, with the bottom rows never in contact with the main starting point. The image to the left is an illustration of this kind of structure.





With a web site, the main area (your index page) needs to be connected to every other page of your site directly, or within one degree of it. The picture to the right over there kind of illustrates what I am talking about.


More than that, though, each page of your site has to be directly connected to each other. Imagine each of your pages connected by little lines, something like this:





See how it's starting to look more like a spider's web rather than a traditional kind of hierarchial structure? They call it the World Wide Web for a reason. More than that, though, this kind of structure increases the chances that every page in your site gets indexed by seacrh engine spiders that get on your little "web" there, looking for content.

It's a lot like linking to a site from your site: when you link to another site that you think your users/customers might find useful, you are, in effect, creating a spider's thread from your page to the resource, not only for spiders to follow, but for your users, too. It works conversely, too: when you've got great content that people link to, they create a thread from their page to yours, increasing your relevance to Google, in particular, thus helping your SEO.

To break it down: your index page should link to every other section of your site, and so should every other page in the site. A page without links to the other sections of your site or with only one way into it is pretty useless for both your customers and for search engine spiders (though I'm sure there are arguments for "orphaned" or "semi-orphaned" pages like that, though I can't imagine what they are).

In our next few installments, we'll discuss how to built a functional navigation system for your site that won't hurt its SEO (no Java or scripts?!?!), and effectively using linking to keep your social networks up-to-date and relevant.