Why are most government websites so terrible?

The recent debacle with the Affordable Care Act has made headlines but those of us in the development world are just seeing more of the same old thing. Government websites stink! Why is that? I can assure you that their cost structure is very similar to the outrageous cost of healthcare.gov. We have seen bids for local government sites in the hundreds of thousands of dollars. While they are complex, they aren’t that complex. Once major challenge is hooking up to all the old legacy systems local (aw heck, all) governments rely on. This presents challenges but the bids are still overblown – it’s kind of just “the thing to do” with government, huh?

But then, why do they still stink? If they cost so much, so be it, but at least be good, right?

They almost unanimously seem to lumber along, contain sparse information, disconnect and are chock full of broken links. Other websites are just as complex, take Amazon or Ebay for example and you’ll rarely see the kind of issues you find throughout government web projects. Maybe those are extreme examples but you would think that government web developers would at least be working with the latest in industry standards. There is nothing preventing a government site from being responsive or at least mobile friendly. Why do I see so many <font> tags? Is this 1998?

For all the trouble and money you would think the product would be just cutting edge. Nope. We relive  and suffer through the same old clunkers and just kind of shrug… it’s just the way it is.

More Web Design Blog Content
reducing cumulative layout shift (CLS)

Reducing Cumulative Layout Shift (CLS)

NEED HELP REDUCING CLS? Enter Your Website Below For Personal Recommendations:   Fill out my online form. In the fast-evolving landscape of web design, one metric that has gained significant attention among developers and SEO experts alike is the Cumulative Layout Shift (CLS). Since it directly affects user

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,

Recover From A Negative SEO Attack

Nothing can be quite as irritating or as damaging as an unscrupulous competitor or determined unhappy client that is willing to go to any length to harm your business. It doesn’t take much for some people to launch an all out assault on your business, endangering everything you’ve

What does AI say about SEO

Let’s find out! Use relevant keywords: Start by researching and identifying the keywords and phrases that your target audience is likely to use when searching for information related to your business. Incorporate these keywords into your website’s content, including page titles, headers, and meta descriptions. Improve your website’s

Offline linking

This is a profound point. A lot of linking takes place offline. Sounds weird but many great links sprout from the personal relationships you make as a business. Noteworthy links can be found at your local chamber of commerce just like any Hotfrog or elocal directory site. “This

CSS3

Lots of new fun with CSS3. CSS makes styling web pages a snap. Now CSS3, the third “version”,  allows for incredibly robust styling possible. For instance, background gradients are a breeze when before developers had to create them as images or use CSS ‘hacks’ to accomplish those goals.