If you are doing it in cf then that means you are using IIS (or *nix equiv)
to return a cf page for processing when it determines the file is not there.
If you do it right you return the proper response in the cfheader for the
url (mydomain.com/tinyurl). If you don't do it right the spider gets the
content of the url that it hit but gets 404 as the response from the server.
That's bad.

If you rewrite using the webserver you get the same result as the 'right'
approach above.

At least that's my understanding.

On Tue, Sep 21, 2010 at 7:06 PM, Jacob Munson <yacoub...@gmail.com> wrote:

>
> They see the rewritten URL.
>
> Sent with my Android phone
>
> On Sep 21, 2010 4:21 PM, "Les Mizzell" <lesm...@bellsouth.net> wrote:
> >
> >> I just think that there are cases where it makes sense to
> >> do URL rewriting in CF.
> >
> > Getting off topic, how does this affect SEO? What does googlebot or
> > another search engine bot see when it's done this way?
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337288
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to