943,810 Members | Top Members by Rank

Ad:
Jul 12th, 2009
0

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

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mheidi is offline Offline
13 posts
since Dec 2008
Jul 12th, 2009
0

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

From the definition:
Quote ...
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.
Featured Poster
Reputation Points: 1448
Solved Threads: 21
Posting Maven
GrimJack is offline Offline
2,735 posts
since Feb 2004
Jul 12th, 2009
0

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

Thanks so much for your response. I just wasn't sure if the robots.txt worked for databases.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mheidi is offline Offline
13 posts
since Dec 2008
Jul 24th, 2009
0

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

Click to Expand / Collapse  Quote originally posted by mheidi ...
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.
html Syntax (Toggle Plain Text)
  1. <html>
  2. <head>
  3. <title>...</title>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  5. </head>
  6. <body>...</body>
  7. </html>
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gklandes is offline Offline
10 posts
since Jul 2009
Jul 26th, 2009
0

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

Just visit google webmaster tools & generate robots.txt for the same
Reputation Points: 10
Solved Threads: 0
Newbie Poster
nherbal is offline Offline
7 posts
since Jul 2009
Jul 26th, 2009
0

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

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/
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gklandes is offline Offline
10 posts
since Jul 2009

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Search Engine Optimization Forum Timeline: Website Traffic Tips
Next Thread in Search Engine Optimization Forum Timeline: I want a database of Email IDs, Where from i can get that Database





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC