Forum Moderators: open

Message Too Old, No Replies

CMS System building site that can't (yet) be indexed

anybody there who can help

         

Onza

12:31 pm on Oct 17, 2002 (gmt 0)

10+ Year Member




My client would like to work with a content management system that uses Cold Fusion. All the content is called by an index.cfm page and a pretty long string:

mydomain.com/index.cfm?uuid=B7DE77163923488DB81A71EAC9BC5CAF

Now this string is automatically generated when you hit the root of the domain.

Googlebot and Co. don't seem to get to the Homepage at all, because it only lists mydomain.com without any string.

Does anybody know of a solution for this? Any help would be greatly appreciated as I don't really know much about Cold Fusion yet. Thanks!

Sinner_G

12:44 pm on Oct 17, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If the site is hosted on Apache, do a site search for mod_rewrite. This enables you to rewrite the URLs in a bot-friendly way.

martinibuster

3:44 pm on Oct 17, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Maybe you can get them to switch to something else. I had good success using moveabletype for a non-profit client. I removed the code I didn't need, then made it fill up the main content area with whatever the folks wanted to put in there. Works like a charm.

Onza

4:07 pm on Oct 17, 2002 (gmt 0)

10+ Year Member



Thanks for your input martinibuster. My client has already kind of made his decision. So I am really looking for a solution on how to make the site more spider friendly.

Sinner_G, the site is hosted on NT, so I don't think it is something we can do.

Anything else know anything?