Search Engine Optimization Web Log Entries

Showing 16 - 19 of 19   < Prev | Next >

Short-Circuit Evaluation Is Fast

Posted: June 2, 2006 at 8:23 AM by Ben Nadel

Tags: ColdFusion, Search Engine Optimization

As I wrote some time ago, taking Michael Dinowitz's advice, I turn off session management for Spiders and Bots in an effort to cut down on memory usage on the server. See, spiders do not accept client cookies and therefore (on my sites) cannot hold sessions. Consequently, they start a new session for each page request they make. Since sessions tak... read more »

Comments (8)  |  Post Comment  |  Ask Ben  |  Permalink



Search Engine Optimization (SEO): Revisiting

Posted: April 25, 2006 at 2:37 PM by Ben Nadel

Tags: ColdFusion, Search Engine Optimization

I have been playing around with the Urls that I use internally to the site. Some links have been using search engine optimized links (like ./snippets/) and some use the DAX (Divide and Conquer, like "?dax=blog.search"). At first it seemed that Google was not indexing the dynamic DAX pages (while Jeeves, Yahoo, and other search engines where); howe... read more »

Comments (6)  |  Post Comment  |  Ask Ben  |  Permalink


Google Finally Indexed the Site

Posted: April 20, 2006 at 9:21 AM by Ben Nadel

Tags: ColdFusion, Search Engine Optimization

Google finally indexed my site. It was really interesting in terms of the effect on search engine optimization. I finally have confirmation that the Google bot will index my 404-catching type pages (ex. ../porfolio/client-lsit/), which is great because I was afraid my manual setting of 200 status wasn't taking hold. What I did notice is that of a... read more »

Comments (2)  |  Post Comment  |  Ask Ben  |  Permalink



Search Engine Optimization and Error Catching

Posted: April 19, 2006 at 8:43 AM by Ben Nadel

Tags: ColdFusion, Search Engine Optimization

I have been trying to build this site with good search engine optimization (SEO). The top item on the SEO list is the link hrefs. My site is built on a DAX string (Divide and Qonquer mentality - "daq's") in the form of: "index.cfm?dax=blog:4.view However, in order to make the site more SEO, I have retooled the links to be in the form of: ./blog... read more »

Comments (4)  |  Post Comment  |  Ask Ben  |  Permalink

Showing 16 - 19 of 19   Pages: 1 2 < Prev | Next >
Recent Blog Comments
Nov 21, 2009 at 6:47 PM
Hal Helms - Real World Object Oriented Development, Sarasota - Day Five
@charlie griefer, Thank you.. ... read »
Nov 21, 2009 at 5:15 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jose Galdamez, Oh heh yeah I didn't paste the whole code. I should have defined the vars -- my bad. It's fixed thou. Thanks. ... read »
Nov 21, 2009 at 4:49 PM
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Great work yet again Ben! Whilst I didn't use this whole code, I copied some of your regex code for a similar problem with the lack of an alt attribute and unescaped ampersands in CFIMAGE for Railo 3 ... read »
Nov 21, 2009 at 1:13 PM
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
@Ben, Because I am pedantic, I just want to make sure that everyone knows there is absolutely no encryption going on. There is only encoding and obfuscation. The cfencode tool only obfuscates your C ... read »
Nov 21, 2009 at 12:28 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jody I can't seem to get your code sample to work. If you are still having problems, try this code out and see if it gets you what you wanted. <!--- Comma delimited list with various duplicates ... read »
Nov 21, 2009 at 11:03 AM
Groovy Operator Overloading Does Not Work In The ColdFusion Context
Hi Ben, Thanks for this informative post. Now I am reading ur old posts too ... read »
Nov 21, 2009 at 10:56 AM
HostMySite.com Has The Best ColdFusion Hosting
@Mehul, Yes very nice people, however several downtimes per day which was not acceptable. Hence we had to move out. I am glad you are having good luck with them so far. ... read »