Skip to main content
Participant
July 2, 2009
Question

Do cold fusion pages get search engine placement?

  • July 2, 2009
  • 1 reply
  • 1616 views

I'm new to cold fusion. I've been reading a couple of books. Following the layout ideas in one of those books I have developed a small cold fusion site. Nothing much to speak of and very basic. My homepage is a straight .html file (good for search engines). However, following the layout of the book, all of the rest of my pages are .cfm.

I use a "sitewrapper" which creates my header, left side, right side and footer automatically for each .cfm page. The content (which goes between the left and right) is .cfm files. All of the copy for each page is in the included files.

So my question is this: will search engines index the .cfm pages when they are "included" from another page? I don't really know how SEs work in that do they read the file in each page (.cfm or .html) or is it the "combined" output that the browser sees/outputs?

I would have to have to hardcode all of the individual pages in order to return a higher SE placement if that can be avoided. Each "section" has a separate header/footer based on what section the user is in.

Thank you in advance for any and all help/advice you can give. It is very much appreciated.

CF noob trying to learn ...

This topic has been closed for replies.

1 reply

ilssac
Inspiring
July 2, 2009

Search engines index ColdFusion, ASP, JSP or any other type of page just fine.  They index what is returned by a request for a specific URL no matter how that response is generated.

Participant
July 2, 2009

Great. I wasn't sure about have <cfmodules> calling the content pages and whether or not that would effect SEs. Thank you for the answer.

Now I just have to figure out how to get the page to load correctly if they type in the URL (because the content pages are buried several directories down).

Thank you again for the information.

tclaremont
Inspiring
July 2, 2009

By the time the spider "sees" the page, it is strictly HTML. The fact that it was generated by ColdFusion is moot.