Ask a Question related to Macromedia ColdFusion, Design and Development.
-
brettcristofer #1
cfinclude nav menus
The drop-down menus in my site are contained in a cfinclude file so I only have
to edit one file to make site wide menu changes. Can search engines still
spider and follow those links so my site gets indexed properly? I viewed the
page source on a live page and my links are rendered within the source.
brettcristofer Guest
-
cfinclude(s) not displaying
i know there are posts on include issues, typically dealing with php...but wanted to see if anyone has had problems and figured out a solution for... -
SSL with CFINCLUDE
I have plenty of CF experience, but am utililzing SSL for the first time. I was told of course that all pages must reference with https// and that... -
CFInclude and aliases
Hello, On one 6,1,0,hf53257A_61 using IIS 5 I have many appications with aliases. I recently created a new root directory d:\inetpub\ wwwdev for... -
CFINCLUDE
I'm not sure what your problem is. CFINCLUDES can be nested both on the same page and in sub pages; however, it can get pesky if the overall HTML... -
CFINCLUDE and CSS question
For production purposes you should not link CSS files to an Include file. When the page is rendered on the server you will end up with duplicate CSS... -
travmak #2
Re: cfinclude nav menus
Cold fusion wont be your problem here. It's just tossing the HTML into your
parrent document. Spiders browse the end HTML just like a page reader. what
may cause problems is how the menus drop down. some spiders don't like JS or
CSS "Drop down" menus.
travmak Guest
-
brettcristofer #3
Re: cfinclude nav menus
so should I embed my page links as a comment on my homepage like is recommended with frames?
brettcristofer Guest
-
Mike Greider #4
Re: cfinclude nav menus
Remember, ColdFusion is creating those pages serverside. To clients, including
web spiders, the pages look exactly the same if you would have cut-and-pasted
the code in the same file. If you are curious, look at the page source in your
browser. You'll see exactly what a web spider would see.
Mike Greider Guest



Reply With Quote

