Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default Re: cfinclude nav menus

    so should I embed my page links as a comment on my homepage like is recommended with frames?
    brettcristofer Guest

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139