08.03.07
Posted in Microsoft, web design, SEO, Other Search Engines, Google
at 1:10 pm
I have a new site that our company is working on. I noticed that in google all of a sudden we have all of our pages listed in Google with very weird things added to our URLs.
http://www.mysite.com/(A(XobqNFPtxwEkAAAAMzk3ZTU
4NzQtZGFjZS00OGUxLWExYzYtZDBiYjc1Mzg1N2YwP7fq1em0HKYJ5
vYMP8lm4NCf3241))/subdirectory/Default.aspx
I found out that this works on any IIS server. Even on www.microsoft.com. I have no idea what this is. I do know it is a bad thing for SEO and any site hosted on IIS needs to address this. This goes back to what I say about site architecture. Your site needs to have a URL policy set up and enforced. Nobody can go to any page unless that URL is already known to the site owner. This means no page can be access from 2 or more differnt urls. The site owner needs to redirect any rogue URL to the correct one and 404 anything you can’t predict. What this does is create duplicate content that the search engines do not like and can even hurt a sites rankings.
Read the rest of this entry »
Permalink
02.13.07
Posted in web design
at 9:26 pm
Why are so many web designers/developers still using tables? I see new website designs all the time and when I turn off CSS in Firefox very little changes. Most designers seem to think CSS is there to replace the font tag or make header tags look better. CSS1 has been around since 1996 and CSS2 has been around since 1998. Tables were never intended by the creators of HTML to control the layout of a web page.
Using tables to control the layout of a page shows a lack of professionalism. It also makes things a lot harder when you have to do a redesign or have to make changes. Using lots of tables makes very ugly code. When you use CSS your writers can very easily make changes and additions to the website. There is no reason the source code for a website should look like a C program. A non-web designer can write an entire website and hand it over to a designer and the designer will not have to make hardly any changes to the copy with CSS.
There are many excuses why people don’t use pure CSS. All of them come out of the fact that people are lazy and stuck in the past. The biggest excuse is that CSS is hard because IE does not follow the rules. The rules that IE don’t follow are known and well documented and easy to avoid. Those who don’t get with it and learn CSS will be left behind and struggling to find jobs like Pascal programmers or Windows NT server administrators.
Technorati Tags: css, css1, css2, web design, web development, IE, web standards, tables design
Permalink