After talking to Michael Dinowitz at last week's NYCFUG meeting, I have moved my site over to use more search engine optimized links. Instead of going to directories, such as "blog/", all my site links go to "actual" pages, such as "blog/blog-entries.htm". All the pages go to ".htm" files so that the ColdFusion error handler doesn't get called. I want IIS to throw the 404 error to my 404 error handler so that I can then catch it and use the appropriate code.
Comments (2) | Post Comment | Ask Ben | Permalink | Print Page
Maintaining Javascript Pop-Up Window Communication Across Window Opener Page Loads
Browser Mouse Gestures FireFox Extension/Plugin
Ben,
That's something that I recently did myself ... All of my pages were in directories without the /index.cfm ... so that the root would have "pretty URL's " ... that was fine, but somewhere around Dec 07', all of those directories lost their PR ... I couldn't figure out why at first ... so I decided to just re-order the layout of the site ...
I did a little more in depth research on PageRank and came up with a great deal of information from Ian Rogers ... the guy did a brilliant paper some time ago on PageRank and normalized probability distribution ...
I think you will get a kick out of this ... www.ianrogers.net/google-page-rank - The Google Pagerank Algorithm and How It Works ... let me know what you think ...
Posted by Edward Beckett on Feb 8, 2008 at 2:15 AM
@Edward,
Looks like a cool read. I will set aside some time to go through it. Thanks.
Posted by Ben Nadel on Feb 8, 2008 at 7:20 AM