<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Do cold fusion pages get search engine placement?</title>
    <link>https://forums.adobe.com/community/coldfusion/coldfusion_getting_started?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 21 Jul 2009 23:19:58 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2009-07-21T23:19:58Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Do cold fusion pages get search engine placement?</title>
      <link>https://forums.adobe.com/message/2123532?tstart=0#2123532</link>
      <description>&lt;!-- [DocumentBodyStart:c76bea77-94b8-4489-beb5-8779424112f6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That is true, the page content is html...however the URL matters...why not use a meaningful keyword in the URL if you can... .cfm?MemberID=1234 vs. .cfm?Cat9ID45=1234&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c76bea77-94b8-4489-beb5-8779424112f6] --&gt;&lt;img src='/beacon?t=1415920270776' /&gt;</description>
      <pubDate>Tue, 21 Jul 2009 23:19:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/2123532?tstart=0#2123532</guid>
      <dc:date>2009-07-21T23:19:58Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Do cold fusion pages get search engine placement?</title>
      <link>https://forums.adobe.com/message/2081722?tstart=0#2081722</link>
      <description>&lt;!-- [DocumentBodyStart:278c255f-4b26-4b26-9a03-f51e42e27a6e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How does it work if they don't type in the url?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I.E. ColdFusion has no idea how a request was generated.&amp;nbsp; Just that there is a request and that here are instructions (CFML) on how to build a response.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The browser, one very common source of requests, has no idea where ColdFusion is getting the response from.&amp;nbsp; All it knows is that the response has arrived with instructions (HTML) on how it should display data.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the middle there is a web server, often IIS or Appache, that has been told if a request for ColdFusion stuff (.cfm, .cfc, .cfr, etc) come in, hand that off to the ColdFusion Application server.&amp;nbsp; When it gets the response from ColdFusion it passes it back to the client that made the request.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the basic flow of data no matter how the requests are generated or where the responses are sent.&amp;nbsp; I.E. AJAX xmlHTTPrequests(), web services, robots, etc.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:278c255f-4b26-4b26-9a03-f51e42e27a6e] --&gt;</description>
      <pubDate>Thu, 02 Jul 2009 20:57:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/2081722?tstart=0#2081722</guid>
      <dc:date>2009-07-02T20:57:27Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Do cold fusion pages get search engine placement?</title>
      <link>https://forums.adobe.com/message/2081687?tstart=0#2081687</link>
      <description>&lt;!-- [DocumentBodyStart:87dc34a7-b898-405e-82c5-b09a637e72f7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;By the time the spider "sees" the page, it is strictly HTML. The fact that it was generated by ColdFusion is moot.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87dc34a7-b898-405e-82c5-b09a637e72f7] --&gt;</description>
      <pubDate>Thu, 02 Jul 2009 20:39:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/2081687?tstart=0#2081687</guid>
      <dc:date>2009-07-02T20:39:29Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Do cold fusion pages get search engine placement?</title>
      <link>https://forums.adobe.com/message/2081512?tstart=0#2081512</link>
      <description>&lt;!-- [DocumentBodyStart:8564d76f-fb68-492a-a19a-03590a7b4463] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Great. I wasn't sure about have &amp;lt;cfmodules&amp;gt; calling the content pages and whether or not that would effect SEs. Thank you for the answer.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;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).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you again for the information.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8564d76f-fb68-492a-a19a-03590a7b4463] --&gt;</description>
      <pubDate>Thu, 02 Jul 2009 19:41:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/2081512?tstart=0#2081512</guid>
      <dc:date>2009-07-02T19:41:47Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Do cold fusion pages get search engine placement?</title>
      <link>https://forums.adobe.com/message/2080550?tstart=0#2080550</link>
      <description>&lt;!-- [DocumentBodyStart:0174ba38-cbca-4fed-bbb5-975602e0b697] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Search engines index ColdFusion, ASP, JSP or any other type of page just fine.&amp;nbsp; They index what is returned by a request for a specific URL no matter how that response is generated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0174ba38-cbca-4fed-bbb5-975602e0b697] --&gt;</description>
      <pubDate>Thu, 02 Jul 2009 13:34:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/2080550?tstart=0#2080550</guid>
      <dc:date>2009-07-02T13:34:33Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Do cold fusion pages get search engine placement?</title>
      <link>https://forums.adobe.com/message/2080530?tstart=0#2080530</link>
      <description>&lt;!-- [DocumentBodyStart:752b1ed0-1e46-40fc-a8cb-e3e390282b03] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;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 &lt;span style="text-decoration: underline;"&gt;very&lt;/span&gt; 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. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;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?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance for any and all help/advice you can give. It is very much appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CF noob trying to learn ...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:752b1ed0-1e46-40fc-a8cb-e3e390282b03] --&gt;</description>
      <pubDate>Thu, 02 Jul 2009 13:11:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/2080530?tstart=0#2080530</guid>
      <dc:date>2009-07-02T13:11:36Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

