 |
Cost
Effective Website and Network Monitoring IPCheck Server Monitor
- Free Download |
Recent
Articles |
Is My Perl, CGI, MYSQL Site Obsolete? That is the question that one person asks in the web programming discussion forum at WebProWorld. Member ericjw says: I am not a back-end person, but I try my hardest to understand. I have recently been considering a phase 2 design for our site. It's a match-making...
Enterprise 2.0 in a Box A small dream of mine came true. We've been preaching an ecosystem of tools for some time now. We've helped customers stitch them together in interesting ways. In fact, Andrew McAfee's original article on...
Using External JavaScript Source Files By now most web designers and developers know that JavaScript causes a real headache for search engine spiders. There are however a number of scripts which, whilst not absolutely essential to the functioning of a site, are nevertheless very handy. So where do...
Creating An RSS 2.0 Feed If you can learn HTML, you can easily learn how to build your own RSS 2.0 feeds. I'll take you through the steps to creating an RSS feed from scratch. Step 1: XML Declaration. Since RSS 2.0 must validate as...
Hit Counter 2.0, Or "Web 2.0 Metrics" Way back in the early days of the Web (you know, before AdSense, blog spam, web mail, and dynamic HTML) were these things called hit counters. The Wikipedia article says a few things that I'll just quote outright. On Popularity: At one time it was...
|
|
|
12.06.06
Fun With Dynamic Sites
By Thomas McMahon
The idea that your site has to be static, or look static, to do well in search engines is getting to be a thing of the past.
This session covered the myths and current issues
that people are facing with dynamic websites. All of which can be fixed.
Things to consider -
• ? in a URL is ok as long as you don't over do it.
• & in a URL is ok too to a point.
• Search engines don't care about file extensions (.php, .html, .cfm, .asp) however Yahoo doesn't like .c files.
• Most content management systems have cleaned up their URLs. Check with your CMS vendor to get updated code. If they haven't, bug them about it.
• Always keep your URLs short. Keep them to less than 200 characters and the fewer the variables the better.
• Always remove Session IDs, any type of user IDs and timestamp information from URLs.
• Use cookies to save info, but don't make cookies required.
• If you do need cookies, detect search engines and give them a cookie free version.
Cost
Effective Website and Network Monitoring IPCheck Server Monitor
- Free Download |
|
• Also don't make Javascript, Flash or anything else required as you may block search engines.
• Consider condensing URLs to use one variable, then that variable ties into the database to define other layout and formatting.
There is always more than one solution to any issues and working through them will not only make your site better for search engines, but also your visitors. Dynamic sites have no problems ranking, it's how they display and interact with search engines that cause the issues.
About the Author: Thomas McMahon is a SEO Designer for TopRank Online Marketing in Minneapolis, MN. His specialities inlude technical optimization of existing web sites, creating search engine friendly web designs, and blog optimization. He has also created a number of blog marketing tools, WordPress plug-ins and FireFox add-ons.
|