Forum Moderators: Robert Charlton & goodroi
I've inherited a CMS site that has a love affair with redirects. It loves to 302 a perfectly acceptable URL like:
example.com/TargetPage into www.example.com/site/PageServer?pagename=TargetPage.
Even 404 pages get 302'd over to a page_not_found (200) page. Aggravating.
Canonicalize my site to aim for the shorter URLs, and inherit the earth, right? Let's put on the tin-foil hat for a second.
If I'm a visitor, it's confusing when I wind up at the ugly URL after clicking on the pretty one. And, if I'm Google, I probably don't care for it much, either.
With the change happening so recently, I haven't really come across a good answer to this yet. A commenter hinted at this question [mattcutts.com], and Matt Cutt's response was,
We’ll try to do something reasonable in this case, but it’s better if you can point to your preferred canonical url in just one hop and without redirects in the chain.
That doesn't really ease my concerns that Google will think I'm acting on bad faith. I'm worried about them thinking, "Hey, if you like your short URL so much, then why do you keep sending me somewhere else? What are you trying to pull, mister?"
What do you folks think?
Problem is, it's looking like that isn't possible, short of me either getting the client to upgrade to the "premium" offering (for a measly $35k/yr), or showing up at someone's house with a pipe wrench.
My hands are tied, but I feel like I'm trying to fix a leaky dam with a piece of packing tape. So the million dollar question becomes, am I tempting fate with Google here?
Oh, and bonus points if you can point me towards a way to fix the soft 404s without having any access to the server settings :)