Google: Bane of my professional existence

Google is a tool to help us find things on the Web, right?

Fine. I use Google; quite a bit, in fact. I’ve gotten quite good at using binary algorithms to find obscure data on the Net in a flash. I love their image search, and the maps looks like it might one day be useful (if I ever go anywhere again).

But I’ll be damned if Google isn’t providing a serious impedance in my professional lives.

The easiest (NOTE: not “the only,” just “the easiest”) way to make a site that has one data source for the content and multiple data sources (to provide for multiple designs) is to use dynamic data. Store your content in a database, publish it on the fly. The data is stored completely unconnected to any design elements; that’s all left to the PHP script and the CSS.

(And for those who wonder: I’m aware that CSS is the design element of the chain, and that you can use multiple CSS pieces for a single document; however, let’s say that one design for desktops has extra menus, extra graphics, etc.; and that your alternate design for PDAs and Blackberry devices is stripped down for compliance purposes)

And it’s not that it’s impossible to build a data driven site — far from it. All you need is knowledge of whatever database app your server provides, whatever server-side script your server allows, and some algorithmic abilities.

Unless you want Google to spider your site.

I’ve spent the past week reading all sorts of Google related docs — theories of programmers on how their searches work, internal documents on the progression of the search rules, etc. — and I get it. And I love what they’ve done, because (from the end user standpoint) it does a great job of finding relevant documents, weeding out spam, and helping me find what I need to know.

But if your data is dynamically generated, you’re missing out on being included in quite a bit of their recipe, because bots and spiders don’t read databases.

And so this tool that is supposed to help other people has become this major hindrance to my future approach to website architecture.

And fuck all of you that say this is helping me think outside-of-the-box. I was doing that when I came up with a brilliant approach to modular site design, and now that’s fucked, thanks to our “need” to be tops on the Google pages.

What, suddenly we’re making ad revenue off of random searches or something?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.