Forum Moderators: open

Message Too Old, No Replies

Coldfusion vs. Html

Would spiders index & read coldfusion pages

         

Janochka

1:33 am on Oct 5, 2005 (gmt 0)

10+ Year Member



Hi,

I am considering using coldfusion for one of my sites and am not sure how the se will respond to coldfusion...

any advantages? disadvantages? if any...can they be bypassed?

Regards,

Jana.

JAB Creations

1:43 am on Oct 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Cold fusion is serverside. Serverside code is rendered at the server and THEN sent to the client.

HTML, CSS, and JavaSript are the most common examples of clientside code.

PHP, ASP, ColdFusion, Apache, Perl, and CGI are some examples of serverside code.

You don't actually choose CF or HTML. You choose to use CF or not. In fact you choose CF, PHP, or ASP (and maybe one or two others).

JAB Creations

2:38 am on Oct 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm reading my own post and I'm not sure I answered your question directly enough.

If you use CF you will most likely have HTML inside your CF (if/else, etc). As long as the final rendered page looks the same as what you would do if you made the page without CF (statically) then you have achieved your goal.

Remember google, msn, and yahoo don't register and login. They won't be able to detect member content so you shouldn't worry about SEO in regards to html you send to members though someone like me would copy your code and validate it just to see how good you are. ;)

Hope my second post helps better.

Janochka

2:54 pm on Oct 5, 2005 (gmt 0)

10+ Year Member



Thank you JAB, it really helped.