How can I exclude the search engine bots on a Coldfusion website?

Please support our Search Engine Optimization advertiser: Get a Free SEO Analysis!
Thread Solved

Join Date: Dec 2008
Posts: 13
Reputation: mheidi is an unknown quantity at this point 
Solved Threads: 0
mheidi mheidi is offline Offline
Newbie Poster

How can I exclude the search engine bots on a Coldfusion website?

 
0
  #1
Jul 12th, 2009
Does anyone know if it's possible to exclude the search engine bots by using a robots.txt file on a Coldfusion website just like an HTML site?
Thanks,
Heidi
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 2,217
Reputation: GrimJack will become famous soon enough GrimJack will become famous soon enough 
Solved Threads: 16
Featured Poster
GrimJack's Avatar
GrimJack GrimJack is offline Offline
Nearly a Posting Maven

Re: How can I exclude the search engine bots on a Coldfusion website?

 
0
  #2
Jul 12th, 2009
From the definition:
The robots.txt file can be used to stop a search engine spider from crawling all or part of your site. Create a robots.txt file in the main folder of your site which will direct the search engine spiders what they may and may not search. Spiders generally look for this file before doing anything.
this seems to imply that it will. I know that it works for databases and such so I can see no reason that Coldfusion websites would be any different.
Imagine a world without hypotheticals....
You can have my book when you pry it from my cold, dead fingers.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 13
Reputation: mheidi is an unknown quantity at this point 
Solved Threads: 0
mheidi mheidi is offline Offline
Newbie Poster

Re: How can I exclude the search engine bots on a Coldfusion website?

 
0
  #3
Jul 12th, 2009
Thanks so much for your response. I just wasn't sure if the robots.txt worked for databases.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 5
Reputation: gklandes is an unknown quantity at this point 
Solved Threads: 0
gklandes gklandes is offline Offline
Newbie Poster

Re: How can I exclude the search engine bots on a Coldfusion website?

 
0
  #4
Jul 24th, 2009
Originally Posted by mheidi View Post
Does anyone know if it's possible to exclude ... on a Coldfusion website just like an HTML site?...
It might help to clarify that Coldfusion generated pages ARE html regardless of the ".cfm" extension. Coldfusion is simply a tool for dynamically generating the HTML (or XML or even PDFs and images, for that matter). CF on the server creates the content and then sends it out to the browser which interprets it in the same way that it interprets any other data sent from a server. In that respect CF is like PHP, ASP, ROR, etc. They all create HTML on the server.

The robots.txt file is one way to do it. You can also include a META tag in the HEAD of your page.
  1. <html>
  2. <head>
  3. <title>...</title>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  5. </head>
  6. <body>...</body>
  7. </html>
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: nherbal is an unknown quantity at this point 
Solved Threads: 0
nherbal nherbal is offline Offline
Banned

Re: How can I exclude the search engine bots on a Coldfusion website?

 
0
  #5
Jul 26th, 2009
Just visit google webmaster tools & generate robots.txt for the same
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 5
Reputation: gklandes is an unknown quantity at this point 
Solved Threads: 0
gklandes gklandes is offline Offline
Newbie Poster

Re: How can I exclude the search engine bots on a Coldfusion website?

 
0
  #6
Jul 26th, 2009
Google WM Tools is a good but a quick fix. Eventually you will want to understand how they work and how to use them more effectively. You can get a good grounding in them at ...
http://www.robotstxt.org/
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Search Engine Optimization Forum


Views: 490 | Replies: 5
Thread Tools Search this Thread



Tag cloud for Search Engine Optimization
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC