I'd like to have the search ranking on my root domain to carry through to my blog subdomain. I'm not sure if this makes sense, but I thought perhaps 301 Redirect from mydomain.com/blog to blog.mydomain.com and having a canonical tag linking back to mydomain.com/blog would help.
For example: A user or search engine goes to mydomain.com/blog/my-post, a 301 redirect takes them to blog.mydomain.com/my-post. On that post is the link tag: rel='canonical' href='mydomain.com/blog/post'
Or, a better example would be someone links to blog.mydomain.com/post and that inbound link goodness gets transfered to mydomain.com. I'm not sure if this works in the other direction: ie a link to mydomain.com transferring link goodness to blog.mydomain.com
Thanks!