Currently, it is mylongblognamehere.blogspot.com. I would like it to simply be mylongblognamehere.com (I have this domain), but hosting your own blog with google's blogger beta is not yet possible.
So, in the interim, I am webforwarding mylongblognamehere.blogspot.com to mylongblognamehere.com using zoneedit.com. Things are peachy, but I have a few questions...
What will this type of webforward do to SE bots, etc (will they see this as some malicious page redirect? It does not appear that Zoneedit is sending any proper redirect headers, but rather wrapping the page in a 100% frame)
Would this be better accomplished with me hosting a single PHP page at mylongblognamehere.com that sends a HTTP 307 header to the user and forwards them to mylongblognamehere.blogspot.com? Any other advice?
Thanks!
Therefore, the temporary redirect (i.e. the 307) will not permanently redirect all traffic (like a 301 does), as in a few months, the long name will be gone (hopefully), and traffic will no longer need to go from thelongbloggername.com to thelongbloggername.blogspot.com. If I make this redirect permanent now, won't that negatively impact when I want to stop re-directing?
Thanks for the input, appreciate any follow-up anyone has.