Search Engine Optimization... Another Go Round

Posted June 19, 2006 at 8:51 AM by Ben Nadel

Tags: Search Engine Optimization

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.



Reader Comments

Feb 8, 2008 at 2:15 AM // reply »
9 Comments

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 ...


Feb 8, 2008 at 7:20 AM // reply »
11,243 Comments

@Edward,

Looks like a cool read. I will set aside some time to go through it. Thanks.


Apr 14, 2009 at 6:45 AM // reply »
1 Comments

I recently came across your blog and i have been reading alone. I thought I would my leave comments for this post but I'm getting confused about what to write exactly that I have enjoyed reading. Simply nice blog awesome.. I will keep connect this blog very often ?Thanx

iamol


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 23, 2013 at 11:06 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Ben, Are you talking about As Number: YES As String: YES As Java: YES? If so, that's with 3 different ways of referencing the constant 1, not users.id[1]. Query object references(*) are what seem ... read »
May 23, 2013 at 9:55 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Dan, According to the CF Admin, I'm running Java "1.6.0_45". As far as the DB column, in the database it's an INT. I'll see if I can dig into what CF sees it as. @WebManWalking, But h ... read »
May 23, 2013 at 9:49 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Ben, I think the problem is that we're used to loose typing in ColdFusion, like JavaScript. If a value is a number but it's needed in an expression to be a string, noooo problem. I've encountered ... read »
May 23, 2013 at 9:47 AM
ColdFusion QueryAppend( qOne, qTwo )
You rock! Thank you, thank you, thank you!!! ... read »
May 23, 2013 at 5:19 AM
Ask Ben: Print Part Of A Web Page With jQuery
How to print also the background color of table cells and table lines ... read »
May 23, 2013 at 3:55 AM
Javascript Array Methods: Unshift(), Shift(), Push(), And Pop()
very interesting and helpful too. ... read »
May 22, 2013 at 5:35 PM
Script Tags, jQuery, And Html(), Text() And Contents()
This is still an issue 2 years later. jQuery is supposed to remediate these cross browser issues, no? I have been unable to find any statement from the jQuery team calling this behavior "by de ... read »
May 22, 2013 at 12:44 PM
Ask Ben: Query Loop Inside CFScript Tags
In cf10, if you call a function that has: local.result = {}; local.result.msg = ""; local.svc = new query(); local.svc.setSQL("SELECT * FROM..."); local.obj = local.svc.exe ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools